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 171651

Summary: ClassNotFoundException: org.openide.filesystems.FSException
Product: platform Reporter: Tomas Mysik <tmysik>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157996
Issue Type: DEFECT Exception Reporter: 157996
Attachments: stacktrace

Description Tomas Mysik 2009-09-07 17:03:15 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
tmysik: switched from project group with netbeans modules to project with php project



Stacktrace: 
java.lang.ClassNotFoundException: org.openide.filesystems.FSException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 Tomas Mysik 2009-09-07 17:03:56 UTC
Created attachment 87235 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-09-08 07:46:13 UTC

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