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

Summary: java.nio.file.NoSuchFileException: /Applications/NetBeans/NetBeans Dev 201710100002.app/Contents/Resources/NetBeans/ide/lib/vpsdenb/lib14.jar
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230701
Attachments: stacktrace

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.