[jacorb-developer] ipv6 corba loc url
Rakesh Dronamraj
rakesh.dronamraj at ericsson.com
Tue Dec 4 12:26:37 CET 2012
I think, we are using 2.3.x but it is difficult for me to find out since this jar is a part of our common build package.
People responsible are on vacation.
Output: I am able to print first line in the output sequence. Ns = IOR: Some_ior.
But never the second line root = ??
R/ Rakesh D.
-----Original Message-----
From: Nick Cross [mailto:jacorb at goots.org]
Sent: den 4 december 2012 11:44
To: Discussions concerning CORBA development with JacORB
Cc: Rakesh Dronamraj
Subject: Re: [jacorb-developer] ipv6 corba loc url
You would need to give more details such as the version of JacORB, the problems you are actually getting (output etc).
Regards
Nick
On 03/12/12 16:19, Rakesh Dronamraj wrote:
> Hi,
>
> In my demo I am using following code:
>
> final String corbaLocUrl =
> "corbaloc:iiop:1.2@[2012:1a70:12a1::800:37:1]:50073/NameService"; //as
> per omg final org.omg.CORBA.Object ns =
> orb.string_to_object(corbaLocUrl);
> System.out.println("ns = " + ns.toString()); final NamingContextExt
> root = NamingContextExtHelper.narrow(ns);
> System.out.println("root = " + root.toString()); final NamingContext
> rootNc = root;
>
> return rootNc.resolve(root.to_name(serviceName));
>
> I always get ns = IOR:00 line printed but never get later printout.
> Mostly it hangs or sometimes crashes completely.
> I am using jacorb.
>
>
> Rakesh D.
>
> _______________________________________________
> jacorb-developer maillist -
> jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-develope
> r
>
More information about the jacorb-developer
mailing list