Re: <Finalizer> Exception occurred while finalizing EOEditingContext
Re: <Finalizer> Exception occurred while finalizing EOEditingContext
- Subject: Re: <Finalizer> Exception occurred while finalizing EOEditingContext
- From: Chuck Hill <email@hidden>
- Date: Sun, 28 Jun 2009 12:57:48 -0700
On Jun 28, 2009, at 12:48 PM, Gennady Kushnir wrote:
Thank you for this tip. I think that will be useful once.
I did already solve this problem.
Solution was to unlock ec before separating Thread and to lock it
again in new thread.
Thanks Dov Rosenberg.
Yes, otherwise when the finalizer runs and calls dispose(), the EC is
still locked.
Chuck
2009/6/28 Chuck Hill <email@hidden>:
On Jun 27, 2009, at 4:02 AM, Gennady Kushnir wrote:
Hello list.
My applications console log displays this error (multiple times)
when
performing a scheduled task (not in RR loop)
[2009-6-27 14:53:30 MSD] <Finalizer> Exception occurred while
finalizing EOEditingContext #13941350 :null
In fact everything works fine, but I think this error should be
dealt
with though
What does this mean and how can I get additional details for
debugging
this problem - this console message is the only output I get on
this...
Try adding this to your Properties file:
NSPrivateDebuggingEnabled=true
NSDebugLevel=3
That should dump out the whole exception.
Chuck
-- Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall
knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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