Timer already cancelled Exception
Timer already cancelled Exception
- Subject: Timer already cancelled Exception
- From: Kevin Hinkson <email@hidden>
- Date: Tue, 13 Sep 2011 08:12:45 -0400
Hi all,
I've recently started monitoring any exceptions that occur in WO apps I have running. I get emailed any exception messages along with a stack trace. Does anyone know what could possibly cause the one below?
Exception occured Timer already cancelled. Stack Trace:
java.lang.IllegalStateException: Timer already cancelled. at java.util.Timer.sched(Timer.java:354) at java.util.Timer.schedule(Timer.java:170) at com.webobjects.appserver.WOApplication$QuitTask.start(WOApplication.java:477) at com.webobjects.appserver.WOApplication.terminate(WOApplication.java:1116) at er.extensions.appserver.ERXApplication.terminate(ERXApplication.java:2734) at com.webobjects.appserver.WOApplication._discountTerminatedSession(WOApplication.java:2155) at com.webobjects.appserver.WOSession.terminate(WOSession.java:631) at er.extensions.appserver.ERXSession.terminate(ERXSession.java:577) at com.dummyappname.app.Session.terminate(Session.java:151) at com.dummyappname.app.Application.handleException(Application.java:86) at er.extensions.appserver.ERXApplication.handleActionRequestError(ERXApplication.java:1738) at com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:271) at com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:161) at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1687) at er.extensions.appserver.ERXApplication.dispatchRequestImmediately(ERXApplication.java:2021) at er.extensions.appserver.ERXApplication.dispatchRequest(ERXApplication.java:1986) at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144) at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226) at java.lang.Thread.run(Thread.java:662)
My first guess is it has something to do with wotaskd restarting instances, but I can't be certain why and if this should be happening.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden