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 84170

Summary: After a full checkout IDE fails to start
Product: www Reporter: Tim Lebedkov <lebedkov>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Tim Lebedkov 2006-09-04 19:38:31 UTC
java.lang.IllegalStateException: Should have found a nonproblematic provider of:
org.openide.execution.ExecutionEngine
        at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1113)
        at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1072)
        at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1024)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:354)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:154)
        at org.netbeans.core.startup.Main.start(Main.java:308)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:89)
        at java.lang.Thread.run(Thread.java:595)
SEVERE [global]
java.lang.IllegalStateException: Should have found a nonproblematic provider of:
org.openide.execution.ExecutionEngine
        at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1113)
        at org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1072)
        at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1024)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:354)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:154)
        at org.netbeans.core.startup.Main.start(Main.java:308)
[catch] at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:89)
        at java.lang.Thread.run(Thread.java:595)
Comment 1 Jesse Glick 2006-09-06 14:39:32 UTC
Probably have a corrupted build or checkout. Solve it on the mailing lists
(after trying again from scratch and doing a little debugging).
Comment 2 Tim Lebedkov 2006-10-01 11:04:26 UTC
OK