Getting Started with Java IDL:
843793Jul 31 2003 — edited Aug 10 2003hi javelians
i've been following the the corba tutorial at http://java.sun.com/j2se/1.4.2/docs/guide/idl/tutorial/GSIDL.html
and when i try to start the HelloClient from the command line i get errors. i am not using an ORB from a different vendor and i'm using JDK 1.4.0_01 . i get the following ouput from my dos screen. by the way im running windows 2000 professional:
C:\My Java\JAVA CORBA IDL>java HelloClient -ORBInitialPort 1050 -ORBInitialHost localhost
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(Unknown Source)
at com.sun.CORBA.iiop.GIOPImpl.createRequest(Unknown Source)
at com.sun.CORBA.iiop.GIOPImpl.createRequest(Unknown Source)
at com.sun.CORBA.idl.GenericCORBAClientSC.createRequest(Unknown Source)
at com.sun.CORBA.idl.InitialNamingClient.resolve(Unknown Source)
at com.sun.CORBA.idl.InitialNamingClient.cachedInitialReferences(Unknown Source)
at com.sun.CORBA.idl.InitialNamingClient.resolve_initial_references(Unknown Source)
at com.sun.CORBA.idl.ORB.resolve_initial_references(Unknown Source)
at HelloClient.main(HelloClient.java:19)
i would appreciate if someone can help me out as i'd really like to get my head around this.
many regards
vincent