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 72238 - ERROR WHEN NETBEANS 5.0 INITS
Summary: ERROR WHEN NETBEANS 5.0 INITS
Status: RESOLVED DUPLICATE of bug 66845
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 20:33 UTC by antonioni
Modified: 2008-12-22 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Image about this problem. (45.29 KB, image/jpeg)
2006-02-03 20:34 UTC, antonioni
Details
image about this problem. (Details) (84.49 KB, image/jpeg)
2006-02-03 20:34 UTC, antonioni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antonioni 2006-02-03 20:33:13 UTC
This error ocurrs when I open NetBeans 5.0:

--------------
Annotation: From file: MultiFileObject@1b9e7fc[Keymaps/NetBeans/CA-Y.instance]
java.lang.ClassNotFoundException: 
com.xpdev.refactory.netbeans.common.action.RedoNBAction
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.netbeans.ProxyClassLoader.loadInOrder(ProxyClassLoader.java:576)
	at org.netbeans.ProxyClassLoader.smartLoadClass
(ProxyClassLoader.java:525)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:157)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.openide.loaders.InstanceSupport.findClass
(InstanceSupport.java:475)
	at org.openide.loaders.InstanceSupport.instanceClass
(InstanceSupport.java:125)
	at org.openide.loaders.InstanceDataObject$Ser.instanceClass
(InstanceDataObject.java:1170)
	at org.openide.loaders.InstanceSupport.instanceCreate
(InstanceSupport.java:195)
	at org.openide.loaders.InstanceDataObject$Ser.instanceCreate
(InstanceDataObject.java:1225)
	at org.openide.loaders.InstanceDataObject.instanceCreate
(InstanceDataObject.java:733)
	at org.netbeans.core.ShortcutsFolder.readShortcuts
(ShortcutsFolder.java:129)
	at org.netbeans.core.ShortcutsFolder.refresh(ShortcutsFolder.java:111)
	at org.netbeans.core.ShortcutsFolder.<init>(ShortcutsFolder.java:78)
	at org.netbeans.core.ShortcutsFolder.initShortcuts
(ShortcutsFolder.java:59)
	at org.netbeans.core.NonGui.initializeMainWindow(NonGui.java:187)
	at org.netbeans.core.NonGui.run(NonGui.java:96)
	at org.netbeans.core.startup.Main.start(Main.java:395)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:595)
--------------

I have unistalled and installed other time, redownloaded the .exe, but this 
problem continues.

Thanks
Comment 1 antonioni 2006-02-03 20:34:17 UTC
Created attachment 28746 [details]
Image about this problem.
Comment 2 antonioni 2006-02-03 20:34:55 UTC
Created attachment 28747 [details]
image about this problem. (Details)
Comment 3 Marian Mirilovic 2006-04-18 18:36:08 UTC

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