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.

— K.R.H.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to