- Joined
- Jul 28, 2002
- Location
- Boise Idaho
I setup Tomcat last night and it seems to be working correctly because it brings up the default tomcat page and the management page and the example servlets work fine. However, once I drop the subsonic.war file into the webapps folder it fails to start the subsonic.war when I restart tomcat. The default tomcat page still works fine though. Here's the catalina log.
It IS extracting the subsonic.war into the subsonic folder but can't start it. If anyone here knows a thing or two about Tomcat and where to start trouble shooting this I'd greatly appreciate it.
Code:
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/sun-jdk-1.5.0.09/jre/lib/amd64/server:/opt/sun-jdk-1.5.0.09/jre/lib/amd64:/opt/sun-jdk-1.5.0.09/jre/../lib/amd64
Nov 25, 2006 5:15:29 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Nov 25, 2006 5:15:29 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2806 msNov 25, 2006 5:15:29 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 25, 2006 5:15:29 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5
Nov 25, 2006 5:15:29 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 25, 2006 5:15:32 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive subsonic.war
Nov 25, 2006 5:15:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Nov 25, 2006 5:15:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/subsonic] startup failed due to previous errors
Nov 25, 2006 5:15:44 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Nov 25, 2006 5:15:44 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Nov 25, 2006 5:15:44 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/54 config=null
Nov 25, 2006 5:15:44 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Nov 25, 2006 5:15:45 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 16131 ms
It IS extracting the subsonic.war into the subsonic folder but can't start it. If anyone here knows a thing or two about Tomcat and where to start trouble shooting this I'd greatly appreciate it.