Re: DO woes
Re: DO woes
- Subject: Re: DO woes
- From: Aurélien Hugelé <email@hidden>
- Date: Thu, 29 May 2008 06:28:36 +0200
See "DO problems" posted just few days ago.
Aurélien,
Objective Decision Team
On 29 mai 08, at 00:39, Western Botanicals wrote:
Cocoa Experts,
Thank you for your time. I am having a problem with DOs.
I am working on this time clock system to track the timecards of
employees. The following code works perfectly if run as a non-
distributed system. When I try to set it up for a distributed
system, it works once, and the second time I get the following on
the server app:
2008-05-28 16:28:27.734 TimeKeeper[1454:813] *** NSDistantObject
initWithCoder: 0xe not given away for conn 0x152170
2008-05-28 16:28:27.734 TimeKeeper[1454:813] *** -
[NSConcretePortCoder decodeInvocation]: no local target
If I step through the client-side I get this error on the server
app, and both apps freeze up after stepping over line 94.
To the code: http://pastebin.org/39323 (server-side is on top,
client-side starts on line 67)
Thank you,
Justin Giboney
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >DO woes (From: Western Botanicals <email@hidden>) |