cancel
Showing results for 
Search instead for 
Did you mean: 

Tomcat6 - Fail to start

vhakkal
Champ in-the-making
Champ in-the-making
Hello,
I have installed Tomcat 6  (clean installation) and followed the instructions on http://wiki.alfresco.com/wiki/Install_Tomcat6, but when I start up Tomcat I get the following exception:

Jun 1, 2008 9:56:10 PM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
java.io.IOException: Invalid argument
   at java.io.WinNTFileSystem.canonicalize0(Native Method)
   at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:395)
   at java.io.File.getCanonicalPath(File.java:531)
   at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:200)
   at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:173)
   at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:97)
   at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:206)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)


If I remove the following line from line from catalina.properties, shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar  tomcat will start up fine, but I can not use my Alfresco configuration files. 

Alfresco Enterprise 2.2, Java 5, and Tomcat 6.0.16.

Thanks.
2 REPLIES 2

dinger
Champ in-the-making
Champ in-the-making
Sounds like you haven't set catalina base or it hasn't been set.

Have you googled for that?

Rob

vhakkal
Champ in-the-making
Champ in-the-making
Both CATALINA_BASE and CATALINA_HOME are set to  C:\tomcat. Just for the fun of it I used an absolute path and got the same error.