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 9702 - Unexpected Exception when starting dev-120
Summary: Unexpected Exception when starting dev-120
Status: CLOSED DUPLICATE of bug 9708
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-20 13:28 UTC by dducret
Modified: 2008-12-22 20:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE.LOG (4.53 KB, text/plain)
2001-07-20 20:35 UTC, dducret
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dducret 2001-02-20 13:28:24 UTC
ide.log:


-------------------------------------------------------------------------------
>Log Session: Tuesday, February 20, 2001 2:27:34 PM GMT+01:00
>System Info: 
  Product Version       = NetBeans IDE, Development Version (Build 130)
  IDE Versioning        = IDE/1 spec=1.1.6 impl=130
  Operating System      = Windows 2000 version 5.0 running on x86
  Java; VM; Vendor      = 1.3.0_01; Java HotSpot(TM) Client VM 1.3.0_01; Sun 
Microsystems Inc.
  Java Home             = C:\jdk1.3.0_01\jre
  System Locale         = en_US
  Home Dir; Current Dir = C:\Documents and Settings\ddu; C:\NetBeans 
Source\netbeans\bin
  IDE Install; User Dir = C:\NetBeans Source\netbeans; c:\Projects
  CLASSPATH             = C:\NetBeans 
Source\netbeans\lib\patches\corepatch.jar;C:\NetBeans 
Source\netbeans\lib\patches\openide-compat.jar;C:\NetBeans 
Source\netbeans\lib\core.jar;C:\NetBeans Source\netbeans\lib\openide-
fs.jar;C:\NetBeans Source\netbeans\lib\openide-nodes.jar;C:\NetBeans 
Source\netbeans\lib\openide-util.jar;C:\NetBeans 
Source\netbeans\lib\openide.jar;C:\NetBeans 
Source\netbeans\lib\updater.jar;C:\NetBeans 
Source\netbeans\lib\ext\AbsoluteLayout.jar;C:\NetBeans 
Source\netbeans\lib\ext\djava.jar;C:\NetBeans 
Source\netbeans\lib\ext\jaxp.jar;C:\NetBeans 
Source\netbeans\lib\ext\jh.jar;C:\NetBeans 
Source\netbeans\lib\ext\jpython.jar;C:\NetBeans 
Source\netbeans\lib\ext\openidex.jar;C:\NetBeans 
Source\netbeans\lib\ext\parser.jar;C:\NetBeans 
Source\netbeans\lib\ext\regexp.jar;C:\NetBeans 
Source\netbeans\lib\ext\sax2.jar;C:\NetBeans 
Source\netbeans\lib\ext\servlet.jar;C:\NetBeans 
Source\netbeans\lib\ext\xerces.jar;C:\jdk1.3.0_01\lib\dt.jar;C:\jdk1.3.0_01
\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.netbeans.patches.nb31.patch/1 (1.0/36); 
org.openidex.util/1 (1.5/130)
*********** Exception occurred ************
Tue Feb 20 14:27:36 GMT+01:00 2001org.openide.modules.IllegalModuleException: 
There was an overlap in the module code names supplied by OpenIDE-Module.
39 distinct code names were found but there were 1 too many attempted installs.
Details of overlaps: org.openidex.util/1(2)
org.openide.modules.IllegalModuleException: There was an overlap in the module 
code names supplied by OpenIDE-Module.
39 distinct code names were found but there were 1 too many attempted installs.
Details of overlaps: org.openidex.util/1(2)
	at org.openide.modules.ModuleDescription.throwOverlapException
(ModuleDescription.java:748)
	at org.openide.modules.ModuleDescription.resolveOrderingForRealInstall
(ModuleDescription.java:782)
	at org.netbeans.core.ModuleInstaller.resolveOrdering
(ModuleInstaller.java:1073)
[catch] at org.netbeans.core.ModuleInstaller.autoLoadModules
(ModuleInstaller.java:301)
	at org.netbeans.core.ModuleInstaller.initialize
(ModuleInstaller.java:266)
	at org.netbeans.core.NonGui.run(NonGui.java:438)
	at org.netbeans.core.Main.run(Main.java:156)
	at org.openide.TopManager.initializeTopManager(TopManager.java:120)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:243)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)
*********** Exception occurred ************
Tue Feb 20 14:27:40 GMT+01:00 2001org.openide.modules.IllegalModuleException: 
There was an overlap in the module code names supplied by OpenIDE-Module.
39 distinct code names were found but there were 1 too many attempted installs.
Details of overlaps: org.openidex.util/1(2)
org.openide.modules.IllegalModuleException: There was an overlap in the module 
code names supplied by OpenIDE-Module.
39 distinct code names were found but there were 1 too many attempted installs.
Details of overlaps: org.openidex.util/1(2)
	at org.openide.modules.ModuleDescription.throwOverlapException
(ModuleDescription.java:748)
	at org.openide.modules.ModuleDescription.resolveOrderingForRealInstall
(ModuleDescription.java:782)
	at org.netbeans.core.ModuleInstaller.resolveOrdering
(ModuleInstaller.java:1073)
[catch] at org.netbeans.core.ModuleInstaller.autoLoadModules
(ModuleInstaller.java:301)
	at org.netbeans.core.ModuleInstaller.autoLoadModules
(ModuleInstaller.java:282)
	at org.netbeans.core.NonGui.run(NonGui.java:466)
	at org.netbeans.core.Main.run(Main.java:156)
	at org.openide.TopManager.initializeTopManager(TopManager.java:120)
	at org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:243)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:484)
Comment 1 dducret 2001-02-20 13:29:20 UTC
Created attachment 641 [details]
IDE.LOG
Comment 2 Jesse Glick 2001-02-20 14:15:47 UTC
Looks like the patch was bogus. Rather, should not have been applied to a dev
build to begin with, meaning it should not have been on the update center.
Comment 3 Jesse Glick 2001-02-20 14:16:51 UTC
...that is, the dev autoupdate should have a different list (probably nothing on
it).
Comment 4 Jesse Glick 2001-02-20 14:59:03 UTC
Sorry this is something else I think. Still the nb31 patch update should not
have been available from a dev build.

*** This issue has been marked as a duplicate of 9708 ***
Comment 5 Quality Engineering 2003-07-01 15:47:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 6 Quality Engineering 2003-07-01 16:13:29 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.