i am developing a client/server app using Distributed objects, i register my client to server. when server pings the client the following exception occurs.
Can any one suggest me why this exception occurs,

2009-05-05 12:12:29.023 Project X[5278:10b] *** NSDistantObject initWithCoder: 0x1 not given away for conn 0xf9f21e0 2009-05-05 12:12:29.024 Project X[5278:10b] NSExceptionHandler has recorded the following exception: NSInternalInconsistencyException -- *** -[NSConcretePortCoder decodeInvocation]: no local target Stack trace: 0xb6119a 0x94372e3b 0x95d8aeeb 0x95d8af2a 0x90e847bc 0x90e8425d 0x90e8074c 0x90e8386e 0x90e8358d 0x90e830be 0x90fc4395 0x90fc37ae 0x95d1a87c 0x95d1bf65 0x95d115f5 0x95d11cd8 0x910e9480 0x910e9299 0x910e910d 0x96bff3ed 0x96bfeca0 0x96bf7cdb 0x38f926 0x96bc4f14 0x37735 0x2cb6 0x1
An Project X exception of type NSInternalInconsistencyException occured.
*** -[NSConcretePortCoder decodeInvocation]: no local target
Stack trace:
     1  +[NSException raise:format:arguments:] (in CoreFoundation) + 155
     2  +[NSException raise:format:] (in CoreFoundation) + 58
     3  -[NSConcretePortCoder decodeInvocation] (in Foundation) + 1068
4 -[NSConcretePortCoder decodeRetainedObject] (in Foundation) + 909
     5  _NSWalkData2 (in Foundation) + 1724
     6  -[NSConnection handleRequest:sequence:] (in Foundation) + 78
     7  -[NSConnection handlePortCoder:] (in Foundation) + 1149
     8  -[NSConcretePortCoder dispatch] (in Foundation) + 142
9 -[NSSocketPort _handleMessage:from:socket:] (in Foundation) + 821
    10  __NSFireSocketData (in Foundation) + 734
    11  __CFSocketDoCallback (in CoreFoundation) + 476
    12  __CFSocketPerformV0 (in CoreFoundation) + 133
    13  CFRunLoopRunSpecific (in CoreFoundation) + 3141
    14  CFRunLoopRunInMode (in CoreFoundation) + 88
    15  RunCurrentEventLoopInMode (in HIToolbox) + 283
    16  ReceiveNextEventCommon (in HIToolbox) + 374
    17  BlockUntilNextEventMatchingListInMode (in HIToolbox) + 106
    18  _DPSNextEvent (in AppKit) + 657
19 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 128
    20  -[NSApplication run] (in AppKit) + 795
    21  -[MainApp run] (in Project X) (MainApp.m:506)
    22  NSApplicationMain (in AppKit) + 574
    23  main (in Project X) (main.m:28)
2009-05-05 12:12:31.725 Project X[5278:10b] *** -[NSConcretePortCoder decodeInvocation]: no local target

Regards
SKiran
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to