0

So previous i was able to start and run the server via the community server connector extension in vscode, however after restarting my computer , i tried to run the server, the console kept throwing me this error. I've checked the CATALINA_Home directory which is correct if not the first time i will not be able to run it.

Does anyone have any solution to this issue?

The following is the log of the console

Configuration error java.io.FileNotFoundException: 'c:\Users\jason\Desktop\apache-tomcat-9.0.73\conf\logging.properties' (The filename, directory name, or volume label syntax is incorrect)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:111)
at org.apache.juli.ClassLoaderLogManager.readConfiguration(ClassLoaderLogManager.java:466)
at org.apache.juli.ClassLoaderLogManager.readConfiguration(ClassLoaderLogManager.java:311)
at java.logging/java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:446)
at java.logging/java.util.logging.LogManager$2.run(LogManager.java:395)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
at java.logging/java.util.logging.LogManager.ensureLogManagerInitialized(LogManager.java:383)
at java.logging/java.util.logging.LogManager.getLogManager(LogManager.java:431)
at java.logging/java.util.logging.Logger.demandLogger(Logger.java:649)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:718)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:702)
at org.apache.juli.logging.DirectJDKLog.<init>(DirectJDKLog.java:61)
at org.apache.juli.logging.DirectJDKLog.getInstance(DirectJDKLog.java:181)
at org.apache.juli.logging.LogFactory.getInstance(LogFactory.java:133)
at org.apache.juli.logging.LogFactory.getInstance(LogFactory.java:156)
at org.apache.juli.logging.LogFactory.getLog(LogFactory.java:211)
at org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:52)
Mar 05, 2023 3:27:21 PM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at java.base/java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.base/java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:462)
at java.base/java.io.File.getCanonicalPath(File.java:626)
at java.base/java.io.File.getCanonicalFile(File.java:651)
at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:176)
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:198)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:146)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:254)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:447)
Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
jcommando
  • 118
  • 8

0 Answers0