java.io.FileNotFoundException: /Users/rjrjr/src/gwt-g5/google3/third_party/java_src/gwt/svn/trunk/samples/expenses/src/main/resources/log4j.properties (No such file or directory)
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.
Use the relative path when providing the location of the file. Place the file in the project folder and access it according to the hierarchy. If you want to access a file outside the project folder, provide the absolute path.
Solutions on the web
via Spring JIRA by Ray Ryan, 1 year ago
via Spring JIRA by Ray Ryan, 2 years ago
via Stack Overflow by Ittikorn S.
, 1 year agovia javatalks.ru by Unknown author, 2 years ago
via GitHub by benjyw
, 2 years agovia Google Groups by Esfand, 2 years ago
java.io.FileNotFoundException: /Users/rjrjr/src/gwt-g5/google3/third_party/java_src/gwt/svn/trunk/samples/expenses/src/main/resources/log4j.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
(FileInputStream.java:106) at java.io.FileInputStream.
(FileInputStream.java:66) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)