Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't instantiate ORB exception

2 views
Skip to first unread message

Oleg Konovalov

unread,
Nov 27, 2000, 3:00:00 AM11/27/00
to
Hi,

I have created signed applet using JDK1.2.2, Visibroker for Java 3.4
and VisualAge 3.5 Enterprise Edition.

When I start it in Netscape 4.7X, I am getting the following exception
at org.omg.CORBA.ORB orb=org.omg.CORBA.ORB.init(this, null) call
[JApplet=this; ]:

org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation
com.visigenic.vbroker.orb.ORB minor code: 0 completed: No
at org.omg.CORBA.ORB.create_impl(Unknown Source)
at org.omg.CORBA.ORB.init(Unknown Source)
at com.telcordia.dbas.notify.DbasNotify.initialize(DbasNotify.java)
at com.telcordia.dbas.notify.DbasNotify.init(DbasNotify.java)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

VisualAge by default has another implementation of org.omg.CORBA.ORB
class
which it locks and doesn't allow to replace it with Visibroker's one.

In HTML page I have those 2 lines included:
<PARAM NAME = org.omg.CORBA.ORBClass VALUE
="com.visigenic.vbroker.orb.ORB">
<PARAM NAME = org.omg.CORBA.ORBSingletonClass VALUE
="com.visigenic.vbroker.orb.ORB">


Any help is very appreciated.


Thank you in advance,
Oleg.

P.S.: Please reply via e-mail also.


0 new messages