home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
- From: shiva@vega.Stanford.EDU (Marcos Javier Polanco)
- Subject: Help with Distributed Objects!
- Message-ID: <1992Nov13.001122.4776@leland.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: DSO, Stanford University
- Date: Fri, 13 Nov 92 00:11:22 GMT
- Lines: 30
-
-
- Hi.
- I cannot get callback to work. In my application, there is a server which
- holds proxy objects from client processes. When clients make calls to the
- server, these proxies may be messaged, resulting in a possible callback.
- At that point, I get the following message in the console:
-
- Nov 12 14:17:20 rigel Snooper[910]: Unknown error code 11013 in
- NXReportError
-
-
- So I thought maybe I have to [connection runFromAppKit] on the client, so
- the callback would have someone listening for it. Now the client code
- reads:
-
- server=[NXConnection connectToName:SERVERNAME onHost:NULL];
- [[server connectionForProxy] runFromAppKit];
-
- and the error on the console becomes:
-
- Nov 12 14:17:20 rigel Snooper[910]: Unknown error code 11013 in
- NXReportError
- Nov 12 14:17:20 rigel MonitorManager[893]: received reply message from
- port 26 via dps
-
- Has anybody seen the like?
-
- -Marcos J. Polanco
- -shiva@vega.stanford.edu
-
-