Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » HTTP Status 404 - ProxyServlet: /tmf_rap/mcrap
HTTP Status 404 - ProxyServlet: /tmf_rap/mcrap [message #788746] Thu, 02 February 2012 06:55 Go to next message
no name no name is currently offline no name no nameFriend
Messages: 28
Registered: February 2012
Junior Member
Hi,
I am developing RAP application .When i run it from eclipse jetty environment it worked fine but when I deployed war into Jboss5,i got this error

Status report

message ProxyServlet: /tmf_rap/mcrap

description The requested resource (ProxyServlet: /tmf_rap/mcrap) is not available.


I also cheked log files and found this

org.osgi.framework.BundleException: The bundle "com.tcs.mcif.ui_1.0.0 [26]" could not be resolved. Reason: Missing Constraint: Require-Bundle: com.tcs.webdebugger.ui; bundle-version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1315)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1299)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:322)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:377)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1109)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


What could be the problem
Any help would appreciate

Smile
Re: HTTP Status 404 - ProxyServlet: /tmf_rap/mcrap [message #788818 is a reply to message #788746] Thu, 02 February 2012 09:05 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi,

this error message couldn't be much clearer ;-)

> The bundle "com.tcs.mcif.ui_1.0.0 [26]" could not be resolved.
> Reason: Missing Constraint: Require-Bundle: com.tcs.webdebugger.ui;
bundle-version="1.0.0"

You can activate the OSGi console in your web.xml to analyze the problem.

Regards, Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: HTTP Status 404 - ProxyServlet: /tmf_rap/mcrap [message #788846 is a reply to message #788818] Thu, 02 February 2012 09:40 Go to previous message
no name no name is currently offline no name no nameFriend
Messages: 28
Registered: February 2012
Junior Member
Hi Ralf,

Thanks for the reply

well the first plugin is my host plugin for enrtypoint
and second is jus a simple plugin which is contributing in RAP UI.
Previous Topic:Capture Screen Shot of WorkSpace
Next Topic:How to add js for widgets?
Goto Forum:
  


Current Time: Thu Apr 25 13:35:48 GMT 2024

Powered by FUDForum. Page generated in 0.02626 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top