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 240481 - ClassNotFoundException: org.netbeans.modules.cnd.utils.filters.MacOSXExecutableFileFilter
Summary: ClassNotFoundException: org.netbeans.modules.cnd.utils.filters.MacOSXExecutab...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-15 07:40 UTC by wjdhamilton
Modified: 2014-01-15 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206563


Attachments
stacktrace (3.71 KB, text/plain)
2014-01-15 07:40 UTC, wjdhamilton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wjdhamilton 2014-01-15 07:40:02 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401091443)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Windows 7

User Comments:
wjdhamilton: I was attempting to run project litesql, which I had previously tried to build using the automatic mode. That build failed, as did this one.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.cnd.utils.filters.MacOSXExecutableFileFilter
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 wjdhamilton 2014-01-15 07:40:04 UTC
Created attachment 143971 [details]
stacktrace
Comment 2 Alexander Simon 2014-01-15 08:08:10 UTC
Looks like a broken installation of NB 8.0 beta.See message in log:INFO [org.netbeans.JarClassLoader]: file C:\Users\Jimbo\AppData\Roaming\NetBeans\8.0beta\modules\org-netbeans-modules-cnd-utils.jar exists.
Comment 3 Alexander Simon 2014-01-15 08:10:46 UTC
Looks like a broken installation of NB 8.0 beta.
See message in log:

java.util.zip.ZipException: error reading zip file

Reassign to evaluation.
Comment 4 Jiri Rechtacek 2014-01-15 09:50:56 UTC
(In reply to Alexander Simon from comment #3)
> Looks like a broken installation of NB 8.0 beta.
Broken installation? I don't see any signs broken installation anywhere? Will you lead me where is it broken? Thanks
Comment 5 Jiri Rechtacek 2014-01-15 09:55:37 UTC
(In reply to Jiri Rechtacek from comment #4)
> (In reply to Alexander Simon from comment #3)
> > Looks like a broken installation of NB 8.0 beta.
> Broken installation? I don't see any signs broken installation anywhere?
> Will you lead me where is it broken? Thanks

The file size of cnd-utils.jar is 473.030 which is correct. No problem with installation I guess - reassigning back.
Comment 6 Alexander Simon 2014-01-15 10:11:16 UTC
It seems user has broken installation of NB.
Please reinstall NB and try again.
Reopen bug if issue is reproducible after reinstalation.