java.nio.file.NoSuchFileException: /home/ali/xxx/src/main/java/com/foo/web/FooView.java___jb_old___
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Thrown when an attempt is made to access a file that does not exist. Ensure that the directory,
target/test-classes
, exists.
Solutions on the web
via Google Groups by Ali Akhtar, 1 year ago
via Google Groups by Ali Akhtar, 1 year ago
via GitHub by Saeron
, 2 years agovia GitHub by Saeron
, 2 years agovia GitHub by gunterze
, 1 year agovia Stack Overflow by smac89
, 1 year agojava.nio.file.NoSuchFileException: /home/ali/xxx/src/main/java/com/foo/web/FooView.java___jb_old___
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
at java.lang.Thread.run(Thread.java:745)