[omniORB] Java Client connect omniORB server through tunnel
Duncan Grisby
duncan at grisby.org
Tue Sep 28 12:43:41 BST 2004
On Friday 24 September, Shifeng ZHANG wrote:
[...]
> In the client side, since the server side's firewall
> blocks all other ports except http and ssh, I use
> OpenSSH to tunnel the localhost:10001 to the
> remotehost(yeti.unl.edu):10001. Then I generate
> another "false" IOR for the client side (I generate
> the "false" IOR as the same as the server side, only
> replace giop:tcp:yeti.unl.edu:10001 as
> giop:tcp:localhost:10001). So the only difference
> between the "false" IOR and the echo serser IOR is the
> hosts are diffrent:
How did you generate the second IOR? Are you sure that the binary
values shown as . characters in the keys are the same?
> ERROR: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor
> code: 201 completed: No
Try running the omniORB server with -ORBtraceLevel 40. Do you see a
request coming from the client?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list