Posted By:
Anonymous
Posted On:
Tuesday, February 15, 2005 08:41 AM
How i can create a server using Delphi and a client using JAVA, the both implementing CORBA?! I tried but i can´t do it!!! I don´t know... anybody that i know, know how i can do it... i tried, but don´t work .... the Java Client give me this error: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(Unknown Source) at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(Unknown Source) at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(Unknown Source) at com.sun.corba.se.internal.corba.
More>>
How i can create a server using Delphi and a client using
JAVA, the both implementing CORBA?! I tried but i can´t do it!!!
I don´t know... anybody that i know, know how i can do it...
i tried, but don´t work ....
the Java Client give me this error:
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201
completed: No
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(Unknown
Source)
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(Unknown
Source)
at
com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(Unknown
Source)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(Unknown
Source)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(Unknown
Source)
at
com.sun.corba.se.internal.corba.InitialNamingClient.resolve(Unknown
Source)
at
com.sun.corba.se.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(Unknown
Source)
at
com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(Unknown
Source)
at
com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_references(Unknown
Source)
at
com.sun.corba.se.internal.corba.ORB.resolve_initial_references(Unknown
Source)
when i try to do it:
org.omg.CORBA.Object objRef =
orb.resolve_initial_references("NameService") ;
<<Less