Link to home
Start Free TrialLog in
Avatar of pradeepp12
pradeepp12Flag for India

asked on

J2EE RI relies on Sun's J2SE for CORBA support

I get this exception when i try to start the RI server.

Can anyone help me vth a workaround?
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/inte
rnal/util/IdentityHashtable
        at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)
 
        at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
        at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:89
5)
        at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(T
ransientNameService.java:117)
        at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(Trans
ientNameService.java:70)
        at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMg
r.java:103)
        at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
        at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
Caused by: java.lang.ClassNotFoundException: com.sun.corba.se.internal.util.Iden
tityHashtable
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        ... 8 more

Open in new window

Avatar of jwenting
jwenting
Flag of Netherlands image

run it on a Sun JVM.
ASKER CERTIFIED SOLUTION
Avatar of pradeepp12
pradeepp12
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial