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 239226 - java.nio.file.NoSuchFileException: /home/tkruse/arbeit/projekte/contact/source/contact_config/update.sql
Summary: java.nio.file.NoSuchFileException: /home/tkruse/arbeit/projekte/contact/sourc...
Status: RESOLVED DUPLICATE of bug 239255
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-07 18:03 UTC by everflux
Modified: 2013-12-09 11:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205854


Attachments
stacktrace (2.98 KB, text/plain)
2013-12-07 18:03 UTC, everflux
Details
stacktrace (4.18 KB, text/plain)
2013-12-07 19:27 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2013-12-07 18:03:52 UTC
Build: NetBeans IDE Dev (Build 201312070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
everflux: deleted a file in a php project, afterwards exception was shown




Stacktrace: 
java.nio.file.NoSuchFileException: /home/tkruse/arbeit/projekte/contact/source/contact_config/update.sql
   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 sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:97)
Comment 1 everflux 2013-12-07 18:03:54 UTC
Created attachment 142935 [details]
stacktrace
Comment 2 everflux 2013-12-07 19:27:40 UTC
Created attachment 142936 [details]
stacktrace

I externally deleted a file and then clicked on it in the netbeans projects view
Comment 3 Vladimir Voskresensky 2013-12-09 11:37:21 UTC

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