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 - ClassNotFoundException: org.openide.filesystems.FSException
Summary: ClassNotFoundException: org.openide.filesystems.FSException
Status: RESOLVED DUPLICATE of bug 159093
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-07 17:02 UTC by Tomas Mysik
Modified: 2009-09-08 07:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157996


Attachments
stacktrace (3.64 KB, text/plain)
2009-09-07 17:03 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***