I've been having a bug where an instance won't shutdown (caveat: I haven't
updated wonder in 2 years for fear of breaking stuff...)

The stack trace points to an error in
ERXObjectStoreCoordinatorSynchronizer$ProcessChangesQueue.stop "Attempted
to stop the ProcessChangesQueue when it wasn't already running".  I don't
really care about that error, I just want the instance to shut down, but
this stops the normal shutdown process.

Any ideas?

Stack trace:

ERROR WorkerThread27 er.extensions.appserver.ERXApplication - Exception
caught: null
"URL" = "/cgi-bin/WebObjects/ATLChargesHub.woa/womp/instanceRequest";


java.lang.reflect.InvocationTargetException
        at
com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:269)
        at
com.webobjects.appserver._private.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:158)
        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:613)
Caused by: java.lang.IllegalStateException: Attempted to stop the
ProcessChangesQueue when it wasn't already running
        at
er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer$ProcessChangesQueue.stop(ERXObjectStoreCoordinatorSynchronizer.java:618)
        at
er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer.stopRemoteSynchronizer(ERXObjectStoreCoordinatorSynchronizer.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:122)
        at
com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(NSNotificationCenter.java:588)
        at
com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:532)
        at
com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:546)
        at
er.extensions.appserver.ERXApplication.terminate(ERXApplication.java:2733)
        at
com.webobjects.appserver.WOApplication._terminateFromMonitor(WOApplication.java:3607)
        at
com.webobjects.appserver.WOAdminAction.instanceRequestAction(WOAdminAction.java:96)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
com.webobjects.appserver.WODirectAction.performActionNamed(WODirectAction.java:144)
        at
com.webobjects.appserver._private.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:259)
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to