You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jan Agermose <ja...@agermose.dk> on 2003/04/21 21:07:09 UTC

Lifecycle error

I startet moving my applications to tomcat 4.1.23 but allso made some changes to how the files are placed, but anyways, I get this error after a while and am looking for an idea as to what this is and how to correct the problem?

Jan Agermose
*************

WebappClassLoader: Lifecycle error : CL stopped
java.lang.NoClassDefFoundError: java/util/Collection
        at com.bitmechanic.sql.PooledConnection.closeStatements(PooledConnection.java:107)
        at com.bitmechanic.sql.PooledConnection.run(PooledConnection.java:84)
        at com.bitmechanic.util.JavaAlarm.run(JavaAlarm.java:42)
WebappClassLoader: Lifecycle error : CL stopped
java.lang.NoClassDefFoundError: java/io/PrintStream
        at com.bitmechanic.sql.ConnectionPool.closeConnection(ConnectionPool.java:358)
        at com.bitmechanic.sql.ConnectionPool.closeConnections(ConnectionPool.java:330)
        at com.bitmechanic.sql.ConnectionPool.reapIdleConnections(ConnectionPool.java:274)
        at com.bitmechanic.sql.ConnectionPoolManager.run(ConnectionPoolManager.java:383)
        at java.lang.Thread.run(Thread.java:536)
WebappClassLoader: Lifecycle error : CL stopped
java.lang.NoClassDefFoundError: interbase/interclient/IBTimestamp
        at interbase.interclient.PreparedStatement.setTimestamp(Unknown Source)
        at dk.topix.pixdb.lucene.IndexUpdater.updateIndex(IndexUpdater.java:156)
        at dk.topix.pixdb.lucene.IndexUpdater.run(IndexUpdater.java:96)