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 59741 - Dev AUC contains uninstalable CVS support version
Summary: Dev AUC contains uninstalable CVS support version
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
: 59745 (view as bug list)
Depends on: 59746
Blocks:
  Show dependency tree
 
Reported: 2005-06-08 14:50 UTC by _ pkuzel
Modified: 2005-09-05 09:38 UTC (History)
2 users (show)

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 14:50:14 UTC
Take fresh build and fresh user dir. Install CVS form Dev AUC:

[org.netbeans.core.modules] INFORMATIONAL *********** Exception occurred
************ at 3:45 PM on Jun 8, 2005
org.netbeans.InvalidException:
Module:org.netbeans.modules.versioning.system.cvss: java.lang.NoSuchMethodError:
org.netbeans.core.NbTopManager.getModuleSystem()Lorg/netbeans/core/modules/ModuleSystem;
        at org.netbeans.core.startup.NbInstaller.prepare(NbInstaller.java:145)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:810)
[catch] at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:383)
        at org.netbeans.core.startup.ModuleList.access$2700(ModuleList.java:82)
        at
org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1600)
        at
org.netbeans.core.startup.ModuleList$Listener.access$2000(ModuleList.java:1229)
        at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1460)
        at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:96)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:450)
        at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1436)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:419)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:794)
==>
java.lang.NoSuchMethodError:
org.netbeans.core.NbTopManager.getModuleSystem()Lorg/netbeans/core/modules/ModuleSystem;
        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)
[catch] at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:383)
        at org.netbeans.core.startup.ModuleList.access$2700(ModuleList.java:82)
        at
org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1600)
        at
org.netbeans.core.startup.ModuleList$Listener.access$2000(ModuleList.java:1229)
        at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1460)
        at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:96)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:450)
        at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1436)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:419)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:794)
Warning - could not install module CVS Versioning System -
Module:org.netbeans.modules.versioning.system.cvss: java.lang.NoSuchMethodError:
org.netbeans.core.NbTopManager.getModuleSystem()Lorg/netbeans/core/modules/ModuleSystem;
Turning on modules:
        org.netbeans.modules.versioning/1 [1.0.0.1 1 200506011800]
Comment 1 _ pkuzel 2005-06-08 14:57:28 UTC
Version on AUC seems outdated (20050601).
Looking at code, new spec.version.base is 1.1. Why it's not automaticaly redeployed?
Comment 2 _ pkuzel 2005-06-08 15:02:20 UTC
Sorry, the message refers to versioning module. Still there is 1.0.0.1.42
version of org.netbeans.modules.versioning.system.cvss at AUC.

I'd expect 1.1.0.42 or similar.
Comment 3 _ pkuzel 2005-06-08 15:08:24 UTC
Well versioning module is outdated too. My local build contains:

 Versioning 1.1
 CVS Versining System 1.1.1.42

Expected behaviour: AUC contais same revisions.
Comment 4 rbalada 2005-06-08 15:26:22 UTC
Reassigning to nbbuild module
Comment 5 rbalada 2005-06-08 15:28:25 UTC
Petr,
please confirm you're using Development Update Center in NB 4.2.
Comment 6 _ pkuzel 2005-06-08 15:32:56 UTC
Yes, I do.

But I'm getting with fresh build new Exception:

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)
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)

Once you resolve redeployment issues assign back so we could address new exception.
Comment 7 Maros Sandor 2005-06-08 15:39:53 UTC
This exception has been already dealt with, hence the spec version increase ...
Comment 8 _ pkuzel 2005-06-08 15:44:59 UTC
OK, got it too :-). See issue #59746. I reused invalid user dir.

Anyway AUC still contains invalid CVS module versions.
Comment 9 rbalada 2005-06-08 16:01:24 UTC
There was no successful build of this module since June 3, hence decreasing
priority. Next successful build will fix this issue automatically.

RE Note: check two modules org-netbeans-modules-versioning-*
Comment 10 Jesse Glick 2005-06-08 19:37:06 UTC
*** Issue 59745 has been marked as a duplicate of this issue. ***
Comment 11 rbalada 2005-08-24 09:25:02 UTC
Fixed