Hello all,
I having bit of a problem starting tomcat with my application. What I have is a WAR file that I am trying to installation on a couple of test machine. It works magic on all but one machine and I can seem to put my finger on what could be going wrong. Attached below is a snap shot of the stdout log.
19/04/2006 15:49:45 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /tomcat-docs from URL file:C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\tomcat-docs
19/04/2006 15:49:45 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 65000
19/04/2006 15:49:45 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
19/04/2006 15:49:45 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/15 config=C:\Program Files\Apache Software Foundation\Tomcat 5.0\conf\jk2.properties
19/04/2006 15:49:45 org.apache.catalina.startup.Catalina start
INFO: Server startup in 6203 ms
20/04/2006 09:04:24 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
20/04/2006 09:04:24 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 65000 Catalina:type=ThreadPool,name=http65000
20/04/2006 09:04:24 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /admin
20/04/2006 09:04:24 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,path=/admin,host=localhost
20/04/2006 09:04:24 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /winepsconfig
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:24 java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
20/04/2006 09:04:25 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /tomcat-docs
20/04/2006 09:04:25 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
20/04/2006 09:04:25 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
20/04/2006 09:04:25 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
20/04/2006 09:04:25 com.provenco_retail.payments.database.pdbsol2.ConnectionManager$ConnectionCloser execute
WARNING: Connection closer executing
java.lang.IncompatibleClassChangeError:
Any help would be appreciated fully,
Cheers,
Jack