• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
StackOverflowError Errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

StackOverflowError Errors


  • Subject: StackOverflowError Errors
  • From: Doug Andrews <email@hidden>
  • Date: Mon, 28 Feb 2005 14:14:36 -0500

Hello list.

I am stuck on this problem, and cannot seem to figure this out.
Any help would be appreciated.

We have several sites that regularly get StackOverflowError errors.
This only seems to happen when they access EO's that have a custom class.
The EO's are always in a valid EditingContext at the time.
Our custom classes extend EOGenericRecord and use the accessor methods generated by EOModeler.


example:

public String account() {
    return (String)storedValueForKey("account");
}

public void setAccount(String value) {
    takeStoredValueForKey(value, "account");
}

Nothing too fancy.

If the EO is not of a custom class, but is of class EOGenericRecord, we don't seem to have these problems.
We are deploying on WO 5.1.3 on Mac 10.3.x


Has anyone else had this problem?

Here is a sample of the stack trace, which just repeats itself over and over.


EOEditingContext.java 4724 _sendOrEnqueueNotification EOEditingContext.java 1963 _globalIDChanged GeneratedMethodAccessor124.java NA invoke DelegatingMethodAccessorImpl.java 25 invoke Method.java 324 invoke NSSelector.java 120 _safeInvokeMethod NSNotificationCenter.java 598 invokeMethod NSNotificationCenter.java 542 postNotification NSNotificationCenter.java 572 postNotification EOEditingContext.java 1959 _processGlobalIDChanges GeneratedMethodAccessor125.java NA invoke DelegatingMethodAccessorImpl.java 25 invoke Method.java 324 invoke NSSelector.java 354 invoke NSSelector.java 108 _safeInvokeSelector EOEditingContext.java 4724 _sendOrEnqueueNotification EOEditingContext.java 1963 _globalIDChanged GeneratedMethodAccessor124.java NA invoke DelegatingMethodAccessorImpl.java 25 invoke Method.java 324 invoke NSSelector.java 120 _safeInvokeMethod NSNotificationCenter.java 598 invokeMethod NSNotificationCenter.java 542 postNotification NSNotificationCenter.java 572 postNotification EOEditingContext.java 1959 _processGlobalIDChanges






_______________________________________________ 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
  • Prev by Date: Re: WAR Deployment -- getting closer...
  • Next by Date: Re: StackOverflowError Errors
  • Previous by thread: Re: [ANN] ExistsInRelationshipQualifier: WHERE EXISTS (SELECT 1 FROM A WHERE ...)
  • Next by thread: Re: StackOverflowError Errors
  • Index(es):
    • Date
    • Thread