Corba java apllet client communication problem



I hava a problem with communication between Java/Corba server based on JDK
ORB with Java/Corba client (applet)
based on the same ORB. I`m using IOR to localize server.

client`s ORB i initialize like that:
Dane proxy = null;
ORB orb = ORB.init(parent, null);
org.omg.CORBA.Object obj = orb.string_to_object(sIOR);
proxy = DaneHelper.narrow(obj);
server`s ORB i initialize like that:
ORB orb = ORB.init(args, null);
POA rootpoa = POAHelper.narrow(orb.resolve_initial_references("RootPOA"));
rootpoa.the_POAManager().activate();
DaneImpl oDane = new DaneImpl();
org.omg.CORBA.Object ref = rootpoa.servant_to_reference(oDane);
String ior = orb.object_to_string(ref);

It looks like that:
- if i`m trying to run applet throught web site from the same (192.168.0.1)
computer where Corba sever works
everything works fine, i write it in the browser->
http://192.168.0.1//TestCoraba.html
- if i`m trying to run applet throught web site from an other (192.168.0.2)
computer server receive method call
from client but client can`t receive server`s answer and stops, i write it
in the browser-> http://192.168.0.1//TestCoraba.html

Maybe you what i`m doing wrong.
Thanks form any help.
Best Regards - gRabbi



.



Relevant Pages

  • Re: CORBA ORB for C#.NET
    ... You might want to take a look at the mono project (its C#, supports CORBA, ... I`d like to create CORBA server with Borland Delphi ... and few client applications taht comunicate with serwer: ... use VisiBroker ORB, and Java client using ORB from JSDK. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Sudden change in used GIOP version ?
    ... your server with giop 1.0 as version. ... client ORB = OIS ORBexpress ST Ada 2.4.7 ... don't have much details on the client side as I don't have much more info ...
    (comp.object.corba)
  • Re: Sudden change in used GIOP version ?
    ... client ORB = OIS ORBexpress ST Ada 2.4.7 ... The server holds a single servant, ... I won't go into the details of the TAO config; let's just say that I just use IIOP, and I don't specify a particular endpoint: I let TAO open its default one. ... I don't have much details on the client side as I don't have much more info on ORBexpress runtime behaviour than what debugging symbols are giving me. ...
    (comp.object.corba)
  • Re: CORBA with heterogenic system poject
    ... I`d like to create CORBA server with Borland Delphi (or ... C#.NET) and few client applications taht comunicate with serwer: ... VisiBroker ORB, and Java client using ORB from JSDK. ...
    (comp.object.corba)
  • Re: CORBA with heterogenic system poject
    ... Here is error message i`m receiving when try to run corba java corba client: ... I`d like to create CORBA server with Borland Delphi ... VisiBroker ORB, and Java client using ORB from JSDK. ...
    (comp.object.corba)