Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351985 - Cleaning all project cause nullpointer in wtp
Summary: Cleaning all project cause nullpointer in wtp
Status: NEW
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.server CLA
QA Contact: Elson Yuen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 10:53 EDT by Rabert LARABI CLA
Modified: 2011-09-01 14:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)