Re: Communication with JDK 1.4 ORB



mbusigin@rolf.yuss.org wrote:

>Hello list,
>
>
>I apologise if this is covered somewhere, but I've been *scouring* for an
>answer without much luck.
>
>I have managed to get my ORBit client talking somewhat with my JDK ORB
>based server, but it appears to hang on doing NameService lookups.
>
>Invoking the client does the following:
>
>mbusigin@mercedes:~/corba$ ./query-client -ORBInitRef NameService=iiop://localhost:1050/NameService
>** (process:6719): WARNING **: Ignoring incoming code_sets component
>
>Which appears to be on the line:
>	        *queryServer = CosNaming_NamingContext_resolve( *context,
>				name, ev );
>
>
>
>A quick look at Ethereal whilst this is running shows that there is some
>transaction between the client and JDK ORB.
>
AFAIKS, CosNamingContext_resolve succeeds receiving new server's
Object-Reference from name-service (causing the warning). It seems your
client is not able to resolve server's host address or is not able to
route packets to server.

Please attach resulting IOR  from command:
CORBA_ORB_object_to_string (orb, queryServer)
and/or decode IOR with command line tool "ior-decode-2"
Try to "ping" the host name encoded in IOR.

Regards, Frank






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]