Tomcat6 - Fail to start
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2008 10:07 PM
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.
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.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 05:51 AM
Sounds like you haven't set catalina base or it hasn't been set.
Have you googled for that?
Rob
Have you googled for that?
Rob
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 08:55 AM
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.
