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 270324 - NoClassDefFoundError: org/netbeans/modules/remote/api/ui/FileChooserBuilder
Summary: NoClassDefFoundError: org/netbeans/modules/remote/api/ui/FileChooserBuilder
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-07 13:04 UTC by Exceptions Reporter
Modified: 2017-05-10 12:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228700


Attachments
stacktrace (5.83 KB, text/plain)
2017-04-07 13:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-07 13:04:27 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: ??????




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/remote/api/ui/FileChooserBuilder
   at org.netbeans.modules.cnd.api.remote.ui.RemoteFileChooserUtil.createFileChooser(RemoteFileChooserUtil.java:84)
   at org.netbeans.modules.cnd.api.remote.ui.RemoteFileChooserUtil.createFileChooser(RemoteFileChooserUtil.java:75)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual.browseLocationAction(PanelProjectLocationVisual.java:513)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual.access$100(PanelProjectLocationVisual.java:102)
   at org.netbeans.modules.cnd.makeproject.ui.wizards.PanelProjectLocationVisual$1.actionPerformed(PanelProjectLocationVisual.java:388)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Comment 1 Exceptions Reporter 2017-04-07 13:04:29 UTC
Created attachment 164043 [details]
stacktrace
Comment 2 Vladimir Kvashin 2017-05-10 12:19:16 UTC
In the log there is the following exception that precedes the reported one (and I guess is the reason of the reported one):

java.lang.ClassNotFoundException: org.openide.filesystems.FileChooserBuilder
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)

I think there was a mess in the userdir. Cleaningh up user dir should help.