This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185464

Summary: NullPointerException at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run
Product: projects Reporter: David Konecny <dkonecny>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alessandro1979, fenris_uy, jirka_x1, pjiricka, zoren
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169112
Attachments: stacktrace

Description David Konecny 2010-05-04 23:12:11 UTC
Build: NetBeans IDE Dev (Build 100503-da802f604b9b)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:80)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:78)
   at org.openide.util.Mutex.readAccess(Mutex.java:285)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:78)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.isVisualWebLegacyProject(AbstractLogicalViewProvider.java:746)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.hasBrokenDataSource(AbstractLogicalViewProvider.java:766)
Comment 1 David Konecny 2010-05-04 23:12:15 UTC
Created attachment 98459 [details]
stacktrace
Comment 2 Jesse Glick 2010-05-04 23:45:12 UTC
core-main #3b386a9222ec should display the stack trace when a null project is passed in (assuming that is the problem; else Project.getLookup is null).
Comment 3 Jesse Glick 2010-05-20 18:27:31 UTC
*** Bug 186352 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2010-06-16 13:01:21 UTC
*** Bug 187645 has been marked as a duplicate of this bug. ***
Comment 5 Jesse Glick 2010-06-22 16:24:20 UTC
*** Bug 187920 has been marked as a duplicate of this bug. ***
Comment 6 Jesse Glick 2010-07-02 14:32:13 UTC
*** Bug 188312 has been marked as a duplicate of this bug. ***
Comment 7 Jesse Glick 2010-07-15 17:31:31 UTC
*** Bug 188697 has been marked as a duplicate of this bug. ***
Comment 8 Jesse Glick 2010-07-26 20:25:00 UTC
*** Bug 188968 has been marked as a duplicate of this bug. ***
Comment 9 Jesse Glick 2010-07-26 20:26:28 UTC
Trying to convince exception reporter to stop creating fresh duplicates.

*** This bug has been marked as a duplicate of bug 187910 ***