• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

tomcat starts with errors

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you running with an older version of the JVM than what your classes were compiled with?

ava.lang.IncompatibleClassChangeError:

 
It runs on an internal combustion engine. This ad does not:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic