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 - ISE during IDE shutdown
Summary: ISE during IDE shutdown
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: RANDOM, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-01-06 16:58 UTC by _ pkuzel
Modified: 2004-09-03 10:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The exception (2.89 KB, text/plain)
2004-01-06 16:59 UTC, _ pkuzel
Details

Note You need to log in before you can comment on or make changes to this bug.
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)