https://issues.apache.org/bugzilla/show_bug.cgi?id=55336
Bug ID: 55336
Summary: Cannot start apache tomcat 7.0 if server path contains
two consecutive spaces.
Product: Tomcat 7
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Today, I tried to start apache tomcat 7.0.42 in Linux environment. Server path
contains two consecutive spaces. When I run ./catalina.sh run, server cannot
start and there is the following exception in console
./catalina.sh run
Using CATALINA_BASE: /home/example/twoconsecutive spaces
Using CATALINA_HOME: /home/example/twoconsecutive spaces
Using CATALINA_TMPDIR: /home/example/twoconsecutive spaces/temp
Using JRE_HOME: /home/example/java/jdk1.6
Using CLASSPATH: /home/example/twoconsecutive
spaces/bin/bootstrap.jar:/home/example/twoconsecutive
spaces/bin/tomcat-juli.jar
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/catalina/startup/Bootstrap
Caused by: java.lang.ClassNotFoundException:
org.apache.catalina.startup.Bootstrap
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: org.apache.catalina.startup.Bootstrap. Program
will exit.
Tomcat server can start if server path does not contain consecutive space.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]