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 64039 - Exception on Startup.
Summary: Exception on Startup.
Status: RESOLVED DUPLICATE of bug 66587
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 18:19 UTC by wrongway
Modified: 2008-12-22 15:50 UTC (History)
0 users

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 wrongway 2005-09-10 18:19:26 UTC
I openned up the most recent dev build (9/7) and received this exception after 
going through the updater.

java.lang.IllegalStateException: Already disabled: 
StandardModule:org.netbeans.modules.vcs.profiles.teamware jarFile: 
C:\Documents and Settings\Wrongwayf16\.netbeans\dev\modules\org-netbeans-
modules-vcs-profiles-teamware.jar
	at org.netbeans.core.startup.ModuleList$Listener.stepDisable
(ModuleList.java:1610)
	at org.netbeans.core.startup.ModuleList$Listener.access$2100
(ModuleList.java:1223)
	at org.netbeans.core.startup.ModuleList$5.run(ModuleList.java:1455)
	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:1430)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:469)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:870)
Comment 1 wrongway 2005-09-10 18:21:32 UTC
I got this one when I tried to re-enable versioning.

java.lang.ClassNotFoundException: Cannot instantiate 
org.netbeans.modules.scripting.ConsoleAction for MultiFileObject@d3b52e
[nbfs://nbhost/SystemFileSystem/Menu/Window/org-netbeans-modules-scripting-
ConsoleAction.instance]
	at org.openide.loaders.InstanceSupport.instanceCreate
(InstanceSupport.java:214)
	at org.openide.loaders.InstanceDataObject$Ser.instanceCreate
(InstanceDataObject.java:1210)
	at org.openide.loaders.InstanceDataObject.instanceCreate
(InstanceDataObject.java:726)
	at org.openide.loaders.FolderInstance.instanceForCookie
(FolderInstance.java:515)
	at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate
(FolderInstance.java:998)
	at org.openide.awt.MenuBar.allInstances(MenuBar.java:210)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance
(MenuBar.java:593)
	at org.openide.loaders.FolderInstance.defaultProcessObjects
(FolderInstance.java:736)
	at org.openide.loaders.FolderInstance.access$000
(FolderInstance.java:68)
	at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
	at org.openide.util.Task.run(Task.java:207)
[catch] at org.openide.awt.AWTTask.run(AWTTask.java:29)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NoClassDefFoundError: org/openide/NotifyDescriptor
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
	at java.lang.Class.getConstructor0(Class.java:2640)
	at java.lang.Class.getDeclaredConstructor(Class.java:1953)
	at org.openide.util.SharedClassObject.createInstancePrivileged
(SharedClassObject.java:593)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run
(SharedClassObject.java:974)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject
(SharedClassObject.java:479)
	at org.openide.loaders.InstanceSupport.instanceCreate
(InstanceSupport.java:198)
	... 18 more
==>
java.lang.NoClassDefFoundError: org/openide/NotifyDescriptor
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
	at java.lang.Class.getConstructor0(Class.java:2640)
	at java.lang.Class.getDeclaredConstructor(Class.java:1953)
	at org.openide.util.SharedClassObject.createInstancePrivileged
(SharedClassObject.java:593)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run
(SharedClassObject.java:974)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject
(SharedClassObject.java:479)
	at org.openide.loaders.InstanceSupport.instanceCreate
(InstanceSupport.java:198)
	at org.openide.loaders.InstanceDataObject$Ser.instanceCreate
(InstanceDataObject.java:1210)
	at org.openide.loaders.InstanceDataObject.instanceCreate
(InstanceDataObject.java:726)
	at org.openide.loaders.FolderInstance.instanceForCookie
(FolderInstance.java:515)
	at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate
(FolderInstance.java:998)
	at org.openide.awt.MenuBar.allInstances(MenuBar.java:210)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance
(MenuBar.java:593)
	at org.openide.loaders.FolderInstance.defaultProcessObjects
(FolderInstance.java:736)
	at org.openide.loaders.FolderInstance.access$000
(FolderInstance.java:68)
	at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
	at org.openide.util.Task.run(Task.java:207)
[catch] at org.openide.awt.AWTTask.run(AWTTask.java:29)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 2 Martin Matula 2005-09-10 23:48:40 UTC
Nothing to do with editor. You probably used the IDE with some historic user dir.
Comment 3 wrongway 2005-09-11 01:24:58 UTC
I deleted the .dev under .netbeans in my doc/sett dir, loaded the IDE went 
through the update center and when it reloaded I still got the same exception.
Comment 4 _ lcincura 2005-09-15 11:05:07 UTC
The exceptions were thrown from versioning, reassigning for evaluation
Comment 5 Martin Entlicher 2005-12-09 19:25:34 UTC
Nothing is thrown from versioning, it's thrown from core.
It's a duplicate of issue #66587.

*** This issue has been marked as a duplicate of 66587 ***