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 - After a full checkout IDE fails to start
Summary: After a full checkout IDE fails to start
Status: VERIFIED WORKSFORME
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-04 19:38 UTC by Tim Lebedkov
Modified: 2006-10-01 11:04 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 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