DO woes
DO woes
- Subject: DO woes
- From: Western Botanicals <email@hidden>
- Date: Wed, 28 May 2008 16:39:11 -0600
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