[jacorb-developer] How to change host and port in TAG_INTERNET_IOP Profiles
Nick Cross
jacorb at goots.org
Mon Aug 5 08:29:04 CEST 2013
Hi,
I suspect you are using the Java (Oracle or OpenJDK depending on your
version of Java) ORB not JacORB on the server side. How are you starting
your server JVM? Have you checked for JacORB logging?
Regards
Nick
On 04/08/13 22:42, Hicham Bouzkraoui wrote:
> hello
> here the needed infos
> //init ORB
> Properties props = new Properties();
> props.load(new
> FileInputStream("/opt/jacorb-3.2/etc/jacorb_properties.template"));//default
> configuration used
> ORB orb = ORB.init(args,props);
> //init POA
> POA poa =POAHelper.narrow( orb.resolve_initial_references(
> "RootPOA" ));
> poa.the_POAManager().activate();
>
>
>
>
> 2013/8/4 Nick Cross <jacorb at goots.org <mailto:jacorb at goots.org>>
>
> No can you give me the orb used for the server and the poa policies
> used.
> Thanks
> ------- Original message -------
>
> From: Hicham Bouzkraoui <hicham.arb at gmail.com
> <mailto:hicham.arb at gmail.com>>
> To: jacorb at goots.org <mailto:jacorb at goots.org>
> Sent: 4.8.'13, 16:43
>
>
> Hello
> the IOR is generated by the server as below
>
> // create a Servant
> ClearingServerImpl clearingserver = new
> ClearingServerImpl();
> // create the object reference
> org.omg.CORBA.Object clearingserverRef =
> poa.servant_to_reference(__clearingserver);
> NamingContext ctx
> =NamingContextHelper.narrow(__orb.resolve_initial___references("NameService"));
> name[0] = new NameComponent("ClearingServer"__, "");
> ctx.rebind(name,__clearingserverRef);
>
>
> 2013/8/3 Nick Cross <jacorb at goots.org <mailto:jacorb at goots.org>>
>
> Can you clarify something - who generated the IOR ? I am
> curious as to why there is an unknown TCS, an unknown tag
> and the object key format look unusual.
>
> Regards
>
> Nick
>
>
More information about the jacorb-developer
mailing list