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 248671

Summary: java.nio.file.NoSuchFileException: /Users/ulf/Dropbox/Projekte/JSFBlogNB/src/main/setup
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213455
Attachments: stacktrace

Description Exceptions Reporter 2014-11-15 12:46:09 UTC
This bug was originally marked as duplicate of bug 239255, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: After restart




Stacktrace: 
java.nio.file.NoSuchFileException: /Users/ulf/Dropbox/Projekte/JSFBlogNB/src/main/setup
   at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
   at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
   at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
   at java.nio.file.Files.readAttributes(Files.java:1737)
Comment 1 Exceptions Reporter 2014-11-15 12:46:10 UTC
Created attachment 150504 [details]
stacktrace
Comment 2 Tomas Stupka 2015-05-22 11:01:28 UTC

*** This bug has been marked as a duplicate of bug 251071 ***