Re: ERXEC Exception

2009-04-11 Thread Joe Moreno
Chuck, Ken, Guido, & Sharvan, Thanks for the advice - I'll check to make sure that EOs aren't being passed between threads (which may very well be happening). Thanks, Joe On Apr 9, 2009, at 19:35:07, Ken Anderson wrote: I never pass EOs between threads - always GlobalIDs... saves LOTS o

Re: ERXEC Exception

2009-04-09 Thread Guido Neitzer
On 9. Apr. 2009, at 19:35 , Ken Anderson wrote: I never pass EOs between threads - always GlobalIDs... saves LOTS of headaches! Me neither. Nevertheless - it might be an explanation. cug ___ Do not post admin requests to the list. They will be ign

Re: ERXEC Exception

2009-04-09 Thread Ken Anderson
I never pass EOs between threads - always GlobalIDs... saves LOTS of headaches! On Apr 9, 2009, at 5:18 PM, Guido Neitzer wrote: On 9. Apr. 2009, at 12:29 , Joe Moreno wrote: Hi All, I'm not familiar with the details of ERXEC and I was wondering, when using it, if I should ever see the

Re: ERXEC Exception

2009-04-09 Thread Guido Neitzer
On 9. Apr. 2009, at 12:29 , Joe Moreno wrote: Hi All, I'm not familiar with the details of ERXEC and I was wondering, when using it, if I should ever see the following exception? (Perhaps I have a buggy version - 5.0.0.8093?) I can imagine stuff like that happening, when you do things in

Re: ERXEC Exception

2009-04-09 Thread shravan kumar
Hi Joe, The problem is lock on EC is held by one thread let's say main thread and without EC being unlocked another thread i.e., GC thread deallocated the EC. As Chuck is saying, the said EC is not properly unlocked. ERXEC ExceptionFriday, April 10, 2009 12:59 AMFrom:"Joe Moreno" To:"WebObjects-D

Re: ERXEC Exception

2009-04-09 Thread Chuck Hill
It looks to me like you are calling lock() and unlock() on an ec somewhere in your code and doing it incorrectly. Chuck On Apr 9, 2009, at 12:29 PM, Joe Moreno wrote: Hi All, I'm not familiar with the details of ERXEC and I was wondering, when using it, if I should ever see the followin

ERXEC Exception

2009-04-09 Thread Joe Moreno
Hi All, I'm not familiar with the details of ERXEC and I was wondering, when using it, if I should ever see the following exception? (Perhaps I have a buggy version - 5.0.0.8093?) Thanks, Joe [2009-04-09 12:24:57 PDT] Unable to release locks held by a deallocated EOEditingContext. [20