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 271713 - java.nio.file.NoSuchFileException: /Applications/NetBeans/NetBeans Dev 201710100002.app/Contents/Resources/NetBeans/ide/lib/vpsdenb/lib14.jar
Summary: java.nio.file.NoSuchFileException: /Applications/NetBeans/NetBeans Dev 201710...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 08:39 UTC by Exceptions Reporter
Modified: 2017-10-27 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230701


Attachments
stacktrace (2.64 KB, text/plain)
2017-10-27 08:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-10-27 08:39:16 UTC
This bug was originally marked as duplicate of bug 251071, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201710100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Mac OS X

User Comments:
GUEST: while opening java projects




Stacktrace: 
java.nio.file.NoSuchFileException: /Applications/NetBeans/NetBeans Dev 201710100002.app/Contents/Resources/NetBeans/ide/lib/vpsdenb/lib14.jar
   at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
   at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
   at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
   at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
   at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
   at java.nio.file.Files.readAttributes(Files.java:1755)
Comment 1 Exceptions Reporter 2017-10-27 08:39:18 UTC
Created attachment 165359 [details]
stacktrace
Comment 2 Jiri Kovalsky 2017-10-27 09:27:29 UTC
Can you reproduce this with JDK 8 Update 151? Thanks for your feedback.