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 59746 - Assertion fail on CVS startup
Summary: Assertion fail on CVS startup
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 59741
  Show dependency tree
 
Reported: 2005-06-08 15:37 UTC by _ pkuzel
Modified: 2008-12-23 08:39 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 _ pkuzel 2005-06-08 15:37:25 UTC
Reproduce:
cd nbbuild
ant clean
ant build-nozip
ant all-javacvs/cvsmodule

On start I get:

java.lang.AssertionError: Must be initialized already
        at org.netbeans.core.NbTopManager.get(NbTopManager.java:99)
        at
org.netbeans.modules.versioning.system.cvss.ModuleLifecycleManager.validate(ModuleLifecycleManager.java:48)
        at org.netbeans.core.startup.NbInstaller.prepare(NbInstaller.java:133)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:810)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:383)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:317)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:242)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:212)
        at org.netbeans.core.startup.Main.start(Main.java:360)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:595)
Comment 1 _ pkuzel 2005-06-08 15:38:17 UTC
Related to getting fresh CVS support from AUC (issue #59741).
Comment 2 _ pkuzel 2005-06-08 15:42:04 UTC
Sorry invalid. I had old CVS module version in my userdir (it prevails install).
Comment 3 Tomas Danek 2005-08-02 10:38:04 UTC
so can be closed.