You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by victor panizza <vi...@gmail.com> on 2007/01/08 20:16:39 UTC

Quartz scheduler error when shuting down Ode server

Hello all,

I was shuting down the ode server, and the next error was throw.
It looks like attempting to stop de quartz scheduler and the applications
has been stopped already.

Any comment thanks in advance.

Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jan 8, 2007 2:07:09 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /admin
Jan 8, 2007 2:07:09 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,path=/admin,host=localhost
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /servlets-examples
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /jsp-examples
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /balancer
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /tomcat-docs
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /ode
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /droflo
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path
Jan 8, 2007 2:07:09 PM org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
Jan 8, 2007 2:07:09 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
Jan 8, 2007 2:07:09 PM org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderfindResource
Internal
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderfindResource
Internal
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:07:30 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Exception in thread "ODE_QuartzSchedulerThread"
org.apache.commons.logging.LogCo
nfigurationException: org.apache.commons.logging.LogConfigurationException:
java
.lang.ThreadDeath
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactory
Impl.java:532)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance
(LogFactory
Impl.java:272)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance
(LogFactory
Impl.java:246)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
        at org.quartz.core.QuartzSchedulerThread.getLog(
QuartzSchedulerThread.ja
va:475)
        at org.quartz.core.QuartzSchedulerThread.run(
QuartzSchedulerThread.java:
404)
Caused by: org.apache.commons.logging.LogConfigurationException:
java.lang.Threa
dDeath
        at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor
(LogF
actoryImpl.java:416)
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactory
Impl.java:525)
        ... 5 more
Caused by: java.lang.ThreadDeath
        at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoa
der.java:1270)
        at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoa
der.java:1230)
        at org.apache.commons.logging.impl.LogFactoryImpl$1.run(
LogFactoryImpl.j
ava:460)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.commons.logging.impl.LogFactoryImpl.loadClass
(LogFactoryIm
pl.java:454)
        at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor
(LogF
actoryImpl.java:406)
        ... 6 more
Jan 8, 2007 2:08:02 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Jan 8, 2007 2:08:02 PM org.apache.catalina.loader.WebappClassLoaderloadClass
INFO: Illegal access: this web application instance has been stopped already
(th
e eventual following stack trace is caused by an error thrown for debugging
purp
oses as well as to attempt to terminate the thread which caused the illegal
acce
ss, and has no functional impact)
Exception in thread "QuartzScheduler_ODE-ODE_MisfireHandler"
org.apache.commons.
logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationEx
ception: java.lang.ThreadDeath
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactory
Impl.java:532)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance
(LogFactory
Impl.java:272)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance
(LogFactory
Impl.java:246)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.getLog(
JobStoreSupport.j
ava:458)
        at
org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(Jo
bStoreSupport.java:2414)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run
(JobSt
oreSupport.java:2428)
Caused by: org.apache.commons.logging.LogConfigurationException:
java.lang.Threa
dDeath
        at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor
(LogF
actoryImpl.java:416)
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactory
Impl.java:525)
        ... 6 more
Caused by: java.lang.ThreadDeath
        at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoa
der.java:1270)
        at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoa
der.java:1230)
        at org.apache.commons.logging.impl.LogFactoryImpl$1.run(
LogFactoryImpl.j
ava:460)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.commons.logging.impl.LogFactoryImpl.loadClass
(LogFactoryIm
pl.java:454)
        at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor
(LogF
actoryImpl.java:406)
        ... 7 more