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 13200 - Exception when uninstalling modules
Summary: Exception when uninstalling modules
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-26 12:45 UTC by Jiri Mzourek
Modified: 2008-12-23 10:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (20.82 KB, text/plain)
2001-07-20 20:42 UTC, Jiri Mzourek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Mzourek 2001-06-26 12:45:33 UTC
Make clean first start of FFJ3.0 CE. Select "Basic set of modules" in Setup
Wizard, in most of cases you will obtain this exception:

Tue Jun 26 13:39:55 CEST 2001: java.lang.ExceptionInInitializerError: null
java.lang.ClassNotFoundException
	at org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:207)
	at
org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:517)
	at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:308)
	at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:253)
	at
org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:434)
[catch] at org.openide.awt.MenuBar.allInstances(MenuBar.java:107)
	at org.openide.awt.MenuBar$MenuFolder.createInstance(MenuBar.java:383)
	at org.openide.loaders.FolderInstance.recreateInstance(FolderInstance.java:321)
	at org.openide.loaders.FolderInstance$Listener.run(FolderInstance.java:356)
	at org.openide.util.Task.run(Task.java:124)
	at org.openide.util.Task.run(Task.java:124)
	at org.openide.util.RequestProcessor$Task.waitFinishedImpl(RequestProcessor.java:416)
	at org.openide.util.Task.waitFinished(Task.java:71)
	at org.openide.loaders.FolderInstance.instanceFinished(FolderInstance.java:157)
	at org.openide.loaders.FolderInstance.instanceCreate(FolderInstance.java:135)
	at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:253)
	at
org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:434)
	at org.openide.awt.MenuBar.allInstances(MenuBar.java:107)
	at org.openide.awt.MenuBar$MenuBarFolder.createInstance(MenuBar.java:191)
	at org.openide.loaders.FolderInstance.recreateInstance(FolderInstance.java:321)
	at org.openide.loaders.FolderInstance$Listener.run(FolderInstance.java:356)
	at org.openide.util.Task.run(Task.java:124)
	at org.openide.util.Task.run(Task.java:124)
	at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:626)
Comment 1 Jiri Mzourek 2001-06-26 12:46:06 UTC
Created attachment 1728 [details]
ide.log
Comment 2 Jan Zajicek 2001-06-27 09:04:14 UTC
Assigning to Vita. This should be fixed for fcs. Jesse, can you explain the
warnings in ide.log file?
Comment 3 Jesse Glick 2001-06-27 12:44:30 UTC
Looks like JDBC module bug to me, though I would not rule out the possibility of
exceptions being thrown to log file (hopefully not to dialog) after uninstalling
a bunch of modules; that is not fixable in 3.2. The MissingResourceException
though probably is fixable and may be the origin of the other stack traces.
Comment 4 Jiri Rechtacek 2001-06-27 17:16:58 UTC
Module Database Explorer module was not correctly uninstalled. Now the method 
uninstalled is modified. This java.lang.ExceptionInInitializerError: 
java.util.MissingResourceException: Can't find bundle for base name 
org.netbeans.modules.db.resources.Bundle isn't thrown.
Comment 5 Jan Zajicek 2001-06-28 13:07:39 UTC
The exception from db module is fixed and others doesn't occure anymore. But
there are new ones that were reported as issue #13270 and issue #13266.
Comment 6 Jan Chalupa 2001-08-27 12:35:09 UTC
Adjusting target milestone.