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 159113 - NullPointerException at org.netbeans.core.startup.ModuleList$Listener.stepCheckMisc
Summary: NullPointerException at org.netbeans.core.startup.ModuleList$Listener.stepChe...
Status: RESOLVED DUPLICATE of bug 159001
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 04:56 UTC by klauern
Modified: 2009-02-25 16:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146699


Attachments
stacktrace (721 bytes, text/plain)
2009-02-25 04:56 UTC, klauern
Details
stacktrace (721 bytes, text/plain)
2009-02-25 12:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klauern 2009-02-25 04:56:17 UTC
Build: NetBeans IDE Dev (Build 200902241401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
klauern: Tried installing the WADL designer.  I had previously activated a bunch of plugins that were previously deactivated when I installed this version.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.startup.ModuleList$Listener.stepCheckMisc(ModuleList.java:1756)
        at org.netbeans.core.startup.ModuleList$Listener.access$2500(ModuleList.java:1308)
        at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1541)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:509)
        at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1514)
Comment 1 klauern 2009-02-25 04:56:22 UTC
Created attachment 77336 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-02-25 11:55:44 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=146699
Comment 3 Exceptions Reporter 2009-02-25 12:58:45 UTC
Build: NetBeans IDE Dev (Build 200902241401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows XP, 5.1, x86

User Comments: 
I was installing a plugin (FlexBeans) for flex development on netbeans

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.startup.ModuleList$Listener.stepCheckMisc(ModuleList.java:1756)
        at org.netbeans.core.startup.ModuleList$Listener.access$2500(ModuleList.java:1308)
        at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1541)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:509)
        at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1514)
Comment 4 Exceptions Reporter 2009-02-25 12:58:49 UTC
Created attachment 77353 [details]
stacktrace
Comment 5 Jesse Glick 2009-02-25 16:24:49 UTC

*** This issue has been marked as a duplicate of 159001 ***