home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7197 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: shiva@vega.Stanford.EDU (Marcos Javier Polanco)
  4. Subject: Help with Distributed Objects!
  5. Message-ID: <1992Nov13.001122.4776@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. Date: Fri, 13 Nov 92 00:11:22 GMT
  9. Lines: 30
  10.  
  11.  
  12. Hi.
  13. I cannot get callback to work. In my application, there is a server which  
  14. holds proxy objects from client processes. When clients make calls to the  
  15. server, these proxies may be messaged, resulting in a possible callback.  
  16. At that point, I get the following message in the console:
  17.  
  18. Nov 12 14:17:20 rigel Snooper[910]: Unknown error code 11013 in  
  19. NXReportError
  20.  
  21.  
  22. So I thought maybe I have to [connection runFromAppKit] on the client, so  
  23. the callback would have someone listening for it. Now the client code  
  24. reads:
  25.  
  26.     server=[NXConnection connectToName:SERVERNAME onHost:NULL];
  27.     [[server connectionForProxy] runFromAppKit];
  28.  
  29. and the error on the console becomes:
  30.  
  31. Nov 12 14:17:20 rigel Snooper[910]: Unknown error code 11013 in  
  32. NXReportError
  33. Nov 12 14:17:20 rigel MonitorManager[893]: received reply message from  
  34. port 26 via dps
  35.  
  36. Has anybody seen the like?
  37.  
  38. -Marcos J. Polanco
  39. -shiva@vega.stanford.edu
  40.  
  41.