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 38437

Summary: ISE during IDE shutdown
Product: utilities Reporter: _ pkuzel <pkuzel>
Component: SearchAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM, SIMPLEFIX
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: The exception

Description _ pkuzel 2004-01-06 16:58:56 UTC
It seems to be random.
Comment 1 _ pkuzel 2004-01-06 16:59:20 UTC
Created attachment 12718 [details]
The exception
Comment 2 _ pkuzel 2004-01-06 17:01:33 UTC
It's propably directly in SCO not module system.
Comment 3 Jesse Glick 2004-01-28 17:14:46 UTC
The bug is in o.n.m.utilities.Installer which calls

searchInstaller = new org.netbeans.modules.search.Installer();

which is illegal since search.Installer is a SCO and you must use
SCO.findObject to get an instance.

Or you could make search.Installer not extend ModuleInstall; there is
no reason for it to.
Comment 4 Jesse Glick 2004-01-28 17:16:06 UTC
BTW it would have been nice if upon seeing the line in ide.log

  Run with -J-Dorg.openide.util.SharedClassObject=0 for more details.

someone had actually done so.
Comment 5 Jesse Glick 2004-02-26 17:16:14 UTC
Should take five minutes to fix.
Comment 6 Marian Petras 2004-09-03 10:50:26 UTC
Fixed in the trunk.

Modified file:
   utilities/src/org/netbeans/modules/utilities/Installer.java   (1.28)