Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORBA "INITIALIZE:ClassNotFound:" Problem

Status
Not open for further replies.

JDOne

Programmer
Apr 9, 2003
40
0
0
US
I have just finished converting an in-house admin client tool from Visibroker, 3.4 to Visibroker 4.5. The compile was clean and successful but when I try to start the client and bind it to the server, I get the following error message:

org.omg.CORBA.INITIALIZE: java.lang.ClassNotFoundException: com.inprise.vbroker.ObjLocation or com.inprise.vbroker.ObjLocation.Init minor code: 0 completed No

at com.imprise.vbroker.ORB.installServices(ORB.java, Compiled Code)
at com.imprise.vbroker.ORB.initialize(ORB.java, Compiled Code)
at com.imprise.vbroker.ORB.set_parameters(ORB.java:950)
at org.omg.CORBA.ORB.init(ORB.java:346)
at ServerAdmin.init(ServerAdmin.java:42)
at ServerAdmin.main(ServerAdmin.java:221)

Any help would be greatly appreciated. Thanks.
 
As I see it is not a CORBA error. Put your question in Java Forum. As I see you have problems with CLASSPATH.

Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top