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 254429 - java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/webcommon/modules/org-netbeans-modules-web-clientproject.jar (No such file or directory)
Summary: java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Cont...
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 11:37 UTC by Exceptions Reporter
Modified: 2015-09-09 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219208


Attachments
stacktrace (2.68 KB, text/plain)
2015-08-17 11:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-17 11:37:22 UTC
This bug was originally marked as duplicate of bug 237206, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
GUEST: Can't import on mac project exported on windows




Stacktrace: 
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/webcommon/modules/org-netbeans-modules-web-clientproject.jar (No such file or directory)
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:220)
   at java.util.zip.ZipFile.<init>(ZipFile.java:150)
   at java.util.jar.JarFile.<init>(JarFile.java:166)
   at java.util.jar.JarFile.<init>(JarFile.java:103)
   at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
Comment 1 Exceptions Reporter 2015-08-17 11:37:25 UTC
Created attachment 155387 [details]
stacktrace
Comment 2 Tomas Hurka 2015-09-09 14:28:26 UTC
From the messages.log:
Caused: java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-editor-deprecated-pre65formatting.jar (No such file or directory)
Caused: java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-editor.jar (No such file or directory)
Caused: java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-usersguide.jar (No such file or directory)
Caused: java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/platform/modules/org-netbeans-modules-applemenu.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-editor-bookmarks.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-ant.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-project-libraries.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-projectapi.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-projectui.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/ide/modules/org-netbeans-modules-usersguide.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/php/modules/org-netbeans-modules-php-project.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/platform/modules/org-netbeans-modules-applemenu.jar (No such file or directory)
java.io.FileNotFoundException: /Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/webcommon/modules/org-netbeans-modules-web-clientproject.jar (No such file or directory)


This looks to me like broken NetBeans installation, since there is a lot of missing files, which are essential. 
Please re-install NetBeans.