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 - IllegalStateException while starting - ide doesn't start
Summary: IllegalStateException while starting - ide doesn't start
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 20531 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-02-14 09:17 UTC by Jan Zajicek
Modified: 2008-12-23 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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