Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351162 - Plug-in 'org.eclipse.jst.servlet.ui' contributed an invalid Menu Extension (Path: 'project' is invalid): convertToWebModuleTypeAction
Summary: Plug-in 'org.eclipse.jst.servlet.ui' contributed an invalid Menu Extension (P...
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.servlet (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: Future   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 06:17 EDT by meenakshi.gupta CLA
Modified: 2011-07-06 08:44 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meenakshi.gupta CLA 2011-07-05 06:17:39 EDT
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.
Comment 1 meenakshi.gupta CLA 2011-07-05 06:20:22 EDT
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
Comment 2 Ankur Sharma CLA 2011-07-05 08:29:38 EDT
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
Comment 3 meenakshi.gupta CLA 2011-07-05 08:43:06 EDT
(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.
Comment 4 Carl Anderson CLA 2011-07-05 15:33:24 EDT
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.
Comment 5 meenakshi.gupta CLA 2011-07-06 08:18:17 EDT
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.