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 20529

Summary: IllegalStateException while starting - ide doesn't start
Product: platform Reporter: Jan Zajicek <jzajicek>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description Jan Zajicek 2002-02-14 09:17:22 UTC
build #200202140100
jdk1.4.0-b92

This is thrown when starting and the ide will not come up:

Thu Feb 14 10:12:59 CET 2002: java.lang.IllegalStateException: <no message>
java.lang.IllegalStateException
        at org.netbeans.core.modules.Module.cleanup(Module.java:739)
        at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:592)
        at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:490)
        at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:434)
        at
org.netbeans.core.modules.ModuleSystem.scanForNewAndRestore(ModuleSystem.java:270)
        at org.netbeans.core.NonGui.run(NonGui.java:500)
        at org.netbeans.core.Main.run(Main.java:213)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:346)
[catch] at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:81)
        at java.lang.Thread.run(Thread.java:536)
Comment 1 _ ttran 2002-02-14 10:29:57 UTC
Is it reproducible?  How?
Comment 2 David Strupl 2002-02-14 10:39:21 UTC
*** Issue 20531 has been marked as a duplicate of this issue. ***
Comment 3 David Strupl 2002-02-14 10:40:09 UTC
Start the IDE with JDK1.4 and clean user dir.
Comment 4 Jan Zajicek 2002-02-14 10:48:11 UTC
Yesterdays build 200202130100 works fine.

Comment 5 Jesse Glick 2002-02-14 11:35:44 UTC
Oops, sorry. Only showed up under JDK 1.4 because of debuggertools.

Module.java 1.20
Comment 6 Jan Zajicek 2002-02-15 09:33:06 UTC
dev #200202150100
Comment 7 Quality Engineering 2003-07-01 16:24:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.