Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 351985

Summary: Cleaning all project cause nullpointer in wtp
Product: [WebTools] WTP ServerTools Reporter: Rabert LARABI <larabirabert>
Component: wst.serverAssignee: wst.server <wst.server-inbox>
Status: NEW --- QA Contact: Elson Yuen <eyuen7>
Severity: normal    
Priority: P3 CC: kentarou
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Rabert LARABI CLA 2011-07-13 10:53:52 EDT
What steps will reproduce the problem?
1. Add tomcat 6 server	in wtp ( in view server ) 
2. Then click Project > clean > All projects

for information eclipse use pluggin lombok.jar  for getter and setter 


-- Error Details --
Date: Wed Jul 13 16:50:27 CEST 2011
Message: An internal error occurred during: "Updating status for Tomcat v6.0 ECOM-WS...".
Severity: Error
Product: Eclipse 1.4.0.20110609-1120 (org.eclipse.epp.package.jee.product)
Plugin: org.eclipse.core.jobs
Session Data:
eclipse.buildId=I20110613-1736
java.version=1.6.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=fr_FR
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product

Exception Stack Trace:
java.lang.NullPointerException
	at org.eclipse.wst.server.core.internal.Server.getModules(Server.java:2428)
	at org.eclipse.wst.server.core.internal.Server.visit(Server.java:2892)
	at org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(Server.java:225)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)