java.io.FileNotFoundException: \Users\cedric\java\misc\jquery\head (The system cannot find the path specified)
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
Make sure the file resides in the project folder if you're referencing it via a relative path. If not, use the absolute path to the file with the file extension.
Make sure the glassfish server is running and hosts the file and is accessible to the public. If that's not the case, change the permissions of the file in the server's file system.
Solutions on the web
via GitHub by juherr
, 1 year agovia Stack Overflow by atul
, 2 years agovia Stack Overflow by Gianluca John Massimiani
, 1 year agovia Stack Overflow by rohitkrishna094
, 1 year agovia GitHub by krawson14
, 1 year agovia Stack Overflow by Sh0ck
, 1 year agojava.io.FileNotFoundException: \Users\cedric\java\misc\jquery\head (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.
(FileInputStream.java:138) at org.testng.reporters.Files.readFile(Files.java:21)
at org.testng.reporters.JqReporter.generateReport(JqReporter.java:40)
at org.testng.TestNG.generateReports(TestNG.java:1135)
at org.testng.TestNG.run(TestNG.java:1081)