[jacorb-developer] ipv6 corba loc url
Nick Cross
jacorb at goots.org
Tue Dec 4 11:44:13 CET 2012
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-developer
>
More information about the jacorb-developer
mailing list