I've noticed that happen to me several times, however, it's only
happened when doing development.  I figured that the multiple
hot-deploys & all the class reloading caused the JVM to get into a bad
state, which is why you need to 'kill -s 9' it.  I haven't noticed it
during acceptance testing tho, when I'm not reloading the web-app
multiple times.

Rich

On Mon, 2006-12-04 at 15:28 +0800, Man-Chi Leung wrote:

> hi,
> 
> I did experience a number of times that I was not able to shutdown 
> tomcat properly that in fact lead me to "force kill" -9  .
> 
> may I know anyone is having the same problem ?
> 
> ~thinkboy
> 
> 
> 
> Dec 4, 2006 3:23:34 PM org.apache.catalina.connector.Connector stop
> SEVERE: Coyote connector has not been started
> Dec 4, 2006 3:23:34 PM org.apache.catalina.core.AprLifecycleListener 
> lifecycleEvent
> INFO: Failed shutdown of Apache Portable Runtime
> Exception in thread "Store userCache Expiry Thread" 
> java.lang.NullPointerException
>         at org.apache.log4j.LogManager.getLogger(LogManager.java:188)
>         at org.apache.log4j.Logger.getLogger(Logger.java:103)
>         at 
> org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:283)
>  
> 
>        at 
> org.apache.commons.logging.impl.Log4JLogger.isDebugEnabled(Log4JLogger.java:293)
>  
> 
>        at net.sf.ehcache.store.DiskStore.expiryThreadMain(DiskStore.java:834)
>         at net.sf.ehcache.store.DiskStore.access$700(DiskStore.java:59)
>         at 
> net.sf.ehcache.store.DiskStore$ExpiryThread.run(DiskStore.java:1008)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

______________________________________
Richard Yumul
[EMAIL PROTECTED]
http://www.sdtechnix.com

Reply via email to