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 159222 - [651] ClassNotFoundException ClassNotFoundException: Will not load class SourcesViewAction
Summary: [651] ClassNotFoundException ClassNotFoundException: Will not load class Sour...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 14:56 UTC by Alexandr Scherbatiy
Modified: 2011-10-19 12:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (50.64 KB, text/plain)
2009-02-26 14:57 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-02-26 14:56:09 UTC
JavaFX Plugin build 651 
Mac OS.

Steps to reproduce:
- Install nbms: JavaFX_NB_651_Plugin ยป #9
- Restart the IDE
The exception pops up:

java.lang.ClassNotFoundException: Will not load class org.netbeans.modules.debugger.javafx.ui.actions.SourcesViewAction arbitrarily from one of 
org.netbeans.StandardModule$OneModuleClassLoader@91f61c[org.netbeans.modules.javafx.debug] and 
org.netbeans.StandardModule$OneModuleClassLoader@f530d8[org.netbeans.modules.debugger.javafx.ui]; see 
http://wiki.netbeans.org/DevFaqModuleCCE
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:244)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.openide.loaders.InstanceSupport.findClass(InstanceSupport.java:499)
	at org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:145)
	at org.openide.loaders.InstanceDataObject$Ser.instanceClass(InstanceDataObject.java:1204)
	at org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:213)
	at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1260)
	at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:749)
	at org.netbeans.core.ShortcutsFolder.readShortcuts(ShortcutsFolder.java:165)
	at org.netbeans.core.ShortcutsFolder.refresh(ShortcutsFolder.java:129)
	at org.netbeans.core.ShortcutsFolder.<init>(ShortcutsFolder.java:114)
	at org.netbeans.core.ShortcutsFolder.initShortcuts(ShortcutsFolder.java:92)
	at org.netbeans.core.NonGui.initializeMainWindow(NonGui.java:151)
	at org.netbeans.core.NonGui.run(NonGui.java:103)
	at org.netbeans.core.startup.Main.start(Main.java:322)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
[catch] at java.lang.Thread.run(Thread.java:613)
Comment 1 Alexandr Scherbatiy 2009-02-26 14:57:12 UTC
Created attachment 77411 [details]
IDE log file
Comment 2 Adam Sotona 2009-02-26 16:03:10 UTC
This exception is caused by remaining modules that do not exist anymore (org.netbeans.modules.debugger.javafx.ui)
We should assure the modules gets removed during update or at least replaced with dummy modules.
Comment 3 Adam Sotona 2009-03-06 11:05:01 UTC
fixed by creating dummy replacements for the removed modules
Comment 4 Alexandr Scherbatiy 2009-03-11 16:03:13 UTC
verified in Release651  JavaFX_NB_651_Plugin:  #40
Comment 5 David Strupl 2011-10-19 12:06:00 UTC
Cleaning bugzilla categories ....