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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visibroker error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have recently installed Visibroker for Java 4.5 on Windows NT. I am using JDK 1.2.2. I am able to start the smartagent and the Console...but when I try to start the gatekeeper I get the following error...

java.lang.VerifyError: Class org/omg/PortableServer/AdapterActivatorPOA override
s final method _set_delegate.(Lorg/omg/PortableServer/portable/Delegate;)V
at com.inprise.vbroker.poa.AdapterManager.vbRootPOA(AdapterManager.java:
110)
at com.inprise.vbroker.poa.AdapterManager$2.resolve(AdapterManager.java:
276)
at com.inprise.vbroker.interceptor.InterceptorManagerImpl$ServiceManager
.resolve(InterceptorManagerImpl.java:87)
at com.inprise.vbroker.orb.ORB.resolve_initial_references(ORB.java, Comp
iled Code)
at com.inprise.vbroker.gatekeeper.GateKeeper.start(GateKeeper.java:92)
at com.inprise.vbroker.gatekeeper.GateKeeper.start(GateKeeper.java, Comp
iled Code)
at com.inprise.vbroker.gatekeeper.GateKeeper.main(GateKeeper.java, Compi
led Code)

and if I try to run the vbj command I get the following error:

org.omg.CORBA.BAD_INV_ORDER: The Servant has not been associated with an ORBinst
ance minor code: 0 completed: No
at org.omg.PortableServer.Servant._get_delegate(Servant.java:21)
at com.inprise.vbroker.poa.POAImpl.set_servant_delegate(POAImpl.java:219
6)
at com.inprise.vbroker.poa.POAImpl.activate(POAImpl.java, Compiled Code)

at com.inprise.vbroker.poa.POAImpl.activate_object_with_id(POAImpl.java:
1303)
at Server.main(Server.java:25)

Can anyone help me out and tell me whats going on? Thanks in advance.

Thanks in advance,
Jacob.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top