Community
Participate
Working Groups
Build Identifier: Galileo (3.0.5) When exiting my application and starting my application, I am getting an error Plug-in 'org.eclipse.jst.servlet.ui' contributed an invalid Menu Extension (Path: 'project' is invalid): convertToWebModuleTypeAction Reproducible: Sometimes Steps to Reproduce: 1.Start the application, create a project and exit application 2.start the application, exit the application 3.start the application and exit the application. Then the bug is reported in the error log.
eclipse.buildId=M20090917-0800 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -product org.eclipse.sdk.ide Command-line arguments: -product org.eclipse.sdk.ide -data /.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties -os win32 -ws win32 -arch x86
I don't see API tools in this picture. 1. Please confirm the Eclipse distribution that you are using (that is, what 'Application' is it? Eclipse for JEE developers?) 2. Also provide the the stack trace from the Error log view. Forwarding to WTP
(In reply to comment #2) > I don't see API tools in this picture. > 1. Please confirm the Eclipse distribution that you are using (that is, what > 'Application' is it? Eclipse for JEE developers?) > 2. Also provide the the stack trace from the Error log view. > Forwarding to WTP This is Eclipse ( Eclipse for java developers). My application is a plugin developement application. It is a voice based application based on multithreading and Core Java. This does not provide any stack trace. It describes-No Stack trace available.
meenakshi, at a minimum we will need confirmation of exactly what build you are using. Your build identifier states "Galileo (3.0.5)" - Eclipse Galileo was also known as 3.5, is that what you meant? You state that you use Eclipse for Java developers, but that does not include the WTP JST plugins such as org.eclipse.jst.servlet.ui - did you mean the Eclipse for Java EE developers? Have you tried to reproduce this on a later build, such as Eclipse 3.7 (also known as Indigo)? Simply put, we do have a menu contribution in org.eclipse.jst.servlet.ui called convertToWebModuleTypeAction - it converts "Static Web projects" (those that only serve HTML, javascript, and other static content, before Java EE) over to "Dynamic Web projects" (those that serve the full Java EE spectrum of content, including JSPs, Servlets, and other dynamic content). For years, its path has been "additions". As such, it will be very difficult to reproduce, and thus diagnose this issue. And the Galileo stream for WTP has been dormant for about a year, with no future releases planned. If you can provide the information we have requested, we may be able to help you investigate into your problem to determine its cause, and if it is still a problem in the Eclipse Indigo SR1 or the Eclipse Juno releases, we can get a fix into those.
we are using Eclipse Galileo 3.5 version. This is the Eclipse for Java EE developers. we are working on java 1.6 . So the code is not working on Eclipse Helios and further version.