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.
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.