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

Summary: NoClassDefFoundError: org/netbeans/modules/remote/api/ui/FileChooserBuilder
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228700
Attachments: stacktrace

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.