Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 100119 - Occasionally seeing NPE on EJB module creation
Summary: Occasionally seeing NPE on EJB module creation
Status: CLOSED DUPLICATE of bug 97756
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 1.0 M5   Edit
Assignee: Derek Holt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-14 23:04 EDT by Vijay Bhadriraju CLA
Modified: 2005-06-17 11:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vijay Bhadriraju CLA 2005-06-14 23:04:26 EDT
I occasinally see this NPE on EJB module creation. I do not have a pattern in
which this happens

!MESSAGE java.lang.NullPointerException encountered while running Component
Structural Dependency Resolver.
!STACK 0
java.lang.NullPointerException
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.NullPointerException.<init>(NullPointerException.java:60)
	at
org.eclipse.wst.common.componentcore.internal.builder.ReferencedComponentBuilderOperation.getAbsoluteOutputContainer(ReferencedComponentBuilderOperation.java:143)
	at
org.eclipse.wst.common.componentcore.internal.builder.ReferencedComponentBuilderOperation.execute(ReferencedComponentBuilderOperation.java:69)
	at
org.eclipse.wst.common.frameworks.internal.datamodel.ExtendableOperationImpl.execute(ExtendableOperationImpl.java)
	at
org.eclipse.wst.common.componentcore.internal.builder.ComponentStructuralBuilderDependencyResolver.build(ComponentStructuralBuilderDependencyResolver.java:60)
	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
	at org.eclipse.core.runtime.Platform.run(Platform.java)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java)
	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
	at org.eclipse.core.runtime.Platform.run(Platform.java)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
	at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
	at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139)
	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java)
Comment 1 Derek Holt CLA 2005-06-15 15:47:54 EDT
Vijay,
Unable to reproduce (even with the delete then create)  Either way the code
traces down to the builders which will be gone very soon .....please reopen if
you find a reproducable senerio though and i can take a look.

*** This bug has been marked as a duplicate of 97756 ***
Comment 2 Vijay Bhadriraju CLA 2005-06-17 11:06:30 EDT
duplicate as per owner