• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

RequestURI=/help/index.jsp in Eclipse 3.3 Help

 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have developed a new help plugin and after udpating Eclipse Europa (Eclipse 3.3.1)and open the Help Contents,I face the foll. error.
HTTP ERROR: 500
Internal Server Error
RequestURI=/help/index.jsp
Powered by Jetty://
The problem is when i update the same help plugin used in a different update site it works fine.But on integration in the original update siteI face this problem.
The help plugin is using the foll extensions.
1)org.eclipse.core.resources.builders
2)org.eclipse.core.resources.natures
3) org.eclipse.ui.popupMenus
4) org.eclipse.core.resources.markers
5) org.eclipse.help.toc

I am not using any Tomcat specific thing knowingly. (It was suggested at a site to remove the tomcat specific listing in the plugin.)
Please help.
 
Every snowflake is perfect and unique. And every snowflake contains a very tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic