Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to open a Help in Eclipse(indigo-SR2) RCP Application?(Help in Eclipse RCP)
icon4.gif  How to open a Help in Eclipse(indigo-SR2) RCP Application? [message #901276] Fri, 10 August 2012 15:20 Go to next message
Yang Lu is currently offline Yang LuFriend
Messages: 3
Registered: August 2012
Junior Member
hi,I'm trying to open a help in a Eclipse RCP.

Error:

HTTP ERROR 404
Problem accessing /help/index.jsp. Reason: 

    ProxyServlet: /help/index.jsp


--------------------------------------------------------------------------------
Powered by Jetty://



Eclipse version : eclipse-rcp-indigo-SR2-win32

Help Plugin MANIFEST.MF

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test2Help
Bundle-SymbolicName: Test2Help; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: test2help.Activator
Require-Bundle: org.eclipse.help.ui;bundle-version="3.5.101",
 org.eclipse.help.webapp;bundle-version="3.6.1",
 org.eclipse.equinox.http.jetty;bundle-version="2.0.100"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5


i start org.eclipse.help.webapp bundle. i have include org.apache.jasper bundle in product file.

osgi> start 157
org.osgi.framework.BundleException: The bundle "org.eclipse.help.webapp_3.6.1.r37_20110929 [157]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.apache.jasper; bundle-version="5.5.17"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:291)
	at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:333)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:209)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:155)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.runConsole(FrameworkConsole.java:140)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:104)
	at java.lang.Thread.run(Thread.java:722)

[Updated on: Fri, 10 August 2012 15:21]

Report message to a moderator

Re: How to open a Help in Eclipse(indigo-SR2) RCP Application? [message #901305 is a reply to message #901276] Fri, 10 August 2012 16:47 Go to previous message
Yang Lu is currently offline Yang LuFriend
Messages: 3
Registered: August 2012
Junior Member
I solved this problem,

dependencies is OK
<plugin id="javax.servlet"/>
<plugin id="javax.servlet.jsp"/>
<plugin id="org.apache.commons.el"/>
<plugin id="org.apache.commons.logging"/>
<plugin id="org.apache.jasper"/>


package Conflict is Bad
<plugin id="com.springsource.javax.el"/>
<plugin id="com.springsource.javax.servlet"/>
<plugin id="com.springsource.javax.servlet.jsp"/>
<plugin id="com.springsource.org.apache.commons.el"/>
<plugin id="com.springsource.org.apache.commons.logging"/>
<plugin id="javax.servlet"/>
<plugin id="javax.servlet.jsp"/>
<plugin id="org.apache.commons.el"/>
<plugin id="org.apache.commons.logging"/>
<plugin id="org.apache.jasper"/>



[Updated on: Fri, 10 August 2012 17:17]

Report message to a moderator

Previous Topic:web tv projekt
Next Topic:eclipse workspace
Goto Forum:
  


Current Time: Sat Apr 27 01:37:33 GMT 2024

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

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

Back to the top