Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting Started with Java IDL:

843793Jul 31 2003 — edited Aug 10 2003
hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2003
Added on Jul 31 2003
3 comments
150 views