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 268357 - java.nio.file.NoSuchFileException: /home/javier/NetBeans/pcgen-server-client/PCGenNetworkPlugin/.nb-gradle/profiles/private/aux-config
Summary: java.nio.file.NoSuchFileException: /home/javier/NetBeans/pcgen-server-client/...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 16:07 UTC by javydreamercsw
Modified: 2017-04-27 19:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219407


Attachments
stacktrace (2.52 KB, text/plain)
2016-10-05 16:07 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2016-10-05 16:07:34 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
javydreamercsw: Not sure what triggered this.

tveimo: building

GUEST: Choose command "download sources"




Stacktrace: 
java.nio.file.NoSuchFileException: /home/javier/NetBeans/pcgen-server-client/PCGenNetworkPlugin/.nb-gradle/profiles/private/aux-config
   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.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
   at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
   at java.nio.file.Files.newOutputStream(Files.java:216)
Comment 1 javydreamercsw 2016-10-05 16:07:36 UTC
Created attachment 162352 [details]
stacktrace