java.io.IOException: The system cannot find the file 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
Solutions on the web
via tomcat-users by Delia, Brett, 1 year ago
via tomcat-users by Delia, Brett, 1 year ago
via tomcat-users by Daniel Mikusa, 1 year ago
via tomcat-users by Daniel Mikusa, 1 year ago
via Coderanch by Nimishaa Garg, 1 year ago
via Coderanch by vinoth kumartc, 1 year ago
java.io.IOException: The system cannot find the file specified
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
at java.io.File.getCanonicalPath(File.java:559)
at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:201)
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:174)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:98)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:207)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:391)