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

Summary: ClassNotFoundException: org.netbeans.modules.cnd.utils.filters.MacOSXExecutableFileFilter
Product: cnd Reporter: wjdhamilton
Component: ProjectAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P1    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206563
Attachments: stacktrace

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.