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

Need Help on CORBA APPLETS

1 view
Skip to first unread message

Hedroj, Ihab [SKY:1P61:EXCH]

unread,
Dec 4, 1999, 3:00:00 AM12/4/99
to
Hi;
I am geting the following error when I run my applet using the
appletviewer:
java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
instantiate default ORB implementation IE.Iona.OrbixWeb.CORBA.ORB minor

code: 0 completed: No
at org.omg.CORBA.ORB.create_impl(ORB.java:305)
at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
at MainProject.AppletInterface.init(AppletInterface.java:56)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)

Anyone know why?

Thank you in advance

HTML CODE
I added all required zip files and params; however,
it is still not working:
<APPLET
CODEBASE = "myClasses"
CODE = "MainProject/AppletInterface.class"
NAME = "TestApplet"
ARCHIVE = "classes.zip, OrbixWeb_3.0.zip"
WIDTH = 400
HEIGHT = 300
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<param name=org.omg.CORBA.ORBClass
value=IE.Iona.OrbixWeb.CORBA.ORB>
<param name=org.omg.CORBA.ORBSingletonClass
value=IE.Iona.OrbixWeb.CORBA.ORB>
</APPLET>

Ihab

tommy

unread,
Dec 6, 1999, 3:00:00 AM12/6/99
to
do you throw exception in your IDL?

rw

Hedroj, Ihab [SKY:1P61:EXCH] wrote in message
<3849D910...@americasm01.nt.com>...

Tor Iver Wilhelmsen

unread,
Dec 6, 1999, 3:00:00 AM12/6/99
to
"Hedroj, Ihab [SKY:1P61:EXCH]" <hed...@americasm01.nt.com> writes:

> I am geting the following error when I run my applet using the
> appletviewer:
> java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
> instantiate default ORB implementation IE.Iona.OrbixWeb.CORBA.ORB minor

Are you sure you have the OrbixWeb classes in the classpath of the
appletviewer? If not use the -cp switch to add their classes (jar or
unpacked directory) to the runtime's classpath.

0 new messages