Posted By:
Yanis_Manaras
Posted On:
Friday, October 4, 2002 04:49 AM
I would be gratefull if you could help me with the following problem. Both parts of my application - client and server - are written in Java and communicate using the JavaORB. When they run on the same machine eveything works fine. When I put them on different machines the server runs OK, but on the client the following code fails: String objIOR = g_factoryObj.setUpServer(); The error message is: "CORBA:COMM_FAILURE: vmcid: SUN minor code: 201 I checked the factoryObj and I found that it is a valid not null CORBA object.
More>>
I would be gratefull if you could help me with the
following problem.
Both parts of my application - client and server -
are written in Java and communicate using the JavaORB.
When they run on the same machine eveything works fine.
When I put them on different machines the server runs OK,
but on the client the following code fails:
String objIOR = g_factoryObj.setUpServer();
The error message is:
"CORBA:COMM_FAILURE: vmcid: SUN minor code: 201
I checked the factoryObj and I found that it is a valid
not null CORBA object.
<<Less