Re: [Clorb-devel] clorb-0.2 on CMUCL and CLISP
Status: Alpha
Brought to you by:
lenst
From: Eric M. <ema...@ma...> - 2000-06-29 09:24:58
|
>>>>> "bc" == Brad Chapman <cha...@ar...> writes: bc> * (hello-client :file "hw.ior") bc> Error in function CLORB::UNMARSHAL-GIOP-HEADER: Not a GIOP message I get the same error (CMUCL on Solaris using db-sockets) when invoking _list on the InterfaceRepository; I haven't tracked down where it comes from. bc> * (run-hello :file "hw.ior") bc> Compiling LAMBDA (#:G1518 #:G1519 #:G1520 #:G1521 #:G1524 #:G1525): bc> Compiling Top-Level Form: bc> ;;; Acception tcp connection: 6 bc> ;; - to stream: #<Stream for descriptor 6> bc> ;; Receive (60) bc> bc> Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: bc> -1 is not of type (MOD 536870911) same. bc> On clisp, I get an error immediately upon trying to start up the bc> server, and it gives the following trace. bc> bc> [7]> (run-hello :file "hw.ior") bc> bc> *** - UNIX error 49 (EADDRNOTAVAIL): Can't assign requested address it looks like you already have something running on the port specified in clorb-options.lisp (maybe simply CLORB in another lisp instance?). The hello example works fine for me with CLISP (the InterfaceRepository has to know about the IDL:Hello/World interface first). -- Eric Marsden <URL:http://www.laas.fr/~emarsden> |