I should add that I'm running WO 5.4.3 with Wonder (but I can't remember which build).
-Lon On Thu, Jul 9, 2009 at 5:13 PM, Lars Sonchocky-Helldorf<[email protected]> wrote: > > Am 10.07.2009 um 01:56 schrieb Lon Varscsak: > >> Did you take over my app? ;) I have the same problem in a production >> app and it drives me crazy, because I can't see that I'm doing >> anything wrong (and it's intermittent). > > This is something I can't say about that app. It's rather higgledy-piggledy > without any straight line so it could be anything. I think the only thing > our both apps have in common is that they are in production … > > To me this looks like some garbage collection recursion failure (wild > guess), but I have no idea what causes it. > >> >> -Lon > > regards, > > Lars > >> >> On Thu, Jul 9, 2009 at 4:45 PM, Lars >> Sonchocky-Helldorf<[email protected]> wrote: >>> >>> Hi, I occasionally get the following exception in an WOApp I took over >>> some >>> weeks ago. Any idea what could be the cause for this and whatt could be >>> done >>> about it? thanks, Lars 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 >>> er.extensions.appserver.ERXDirectActionRequestHandler.handleRequest >>> (ERXDirectActionRequestHandler.java:124) at >>> com.webobjects.appserver.WOApplication.dispatchRequest >>> (WOApplication.java:1687) at >>> er.extensions.appserver.ERXApplication.dispatchRequestImmediately >>> (ERXApplication.java:1656) at >>> er.extensions.appserver.ERXApplication.dispatchRequest >>> (ERXApplication.java:1620) 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:637) Caused >>> by: java.lang.StackOverflowError at >>> com.webobjects.foundation._NSWeakMutableArray.__removeReference >>> (_NSWeakMutableArray.java:124) at >>> com.webobjects.foundation._NSWeakMutableCollection.processQueue >>> (_NSWeakMutableCollection.java:176) at >>> com.webobjects.foundation._NSWeakMutableArray.__removeReference >>> (_NSWeakMutableArray.java:124) at >>> com.webobjects.foundation._NSWeakMutableCollection.processQueue >>> (_NSWeakMutableCollection.java:176) at >>> com.webobjects.foundation._NSWeakMutableArray.__removeReference >>> (_NSWeakMutableArray.java:124) at >>> com.webobjects.foundation._NSWeakMutableCollection.processQueue >>> (_NSWeakMutableCollection.java:176) at >>> com.webobjects.foundation._NSWeakMutableArray.__removeReference >>> (_NSWeakMutableArray.java:124) at >>> com.webobjects.foundation._NSWeakMutableCollection.processQueue >>> (_NSWeakMutableCollection.java:176) at >>> com.webobjects.foundation._NSWeakMutableArray.__removeReference > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
