working on the IDL tutorial at:
http://java.sun.com/docs/books/tutorial/idl/TOC.html#hello
Having problems communicating from NT box to Linux box and vise-versa using
IDL (IIOP)
Linux box is at 167.16.200.34
tnameserv was started on port 1050 on Linux box
server app was started on Linux box
results:
client app ran on Linux box successfully
when client app is run from NT box, I get the following error:
C:\NetBeans\hello_tutorial>java HelloServer -ORBInitialHost 167.16.200.34
-ORBInitialPort 1050
Error: org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: No
at com.sun.CORBA.iiop.ConnectionTable.get(ConnectionTable.java:121)
at com.sun.CORBA.iiop.GIOPImpl.createRequest(GIOPImpl.java:78)
at com.sun.CORBA.iiop.GIOPImpl.createRequest(GIOPImpl.java:62)
at
com.sun.CORBA.idl.GenericCORBAClientSC.createRequest(GenericCORBAClientSC.ja
va:138)
at com.sun.CORBA.idl.RequestImpl.doInvocation(RequestImpl.java:269)
at com.sun.CORBA.idl.RequestImpl.invoke(RequestImpl.java:219)
at
org.omg.CosNaming._NamingContextStub.rebind(_NamingContextStub.java:109)
at HelloServer.main(HelloServer.java:31)
I can talk between NT boxes, just not between NT & Linux.
Seems like something in Linux isn't letting IIOP get through any ports
Solutions?
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]