Hi.  I get this exception when I try to start jonas 2.0, regardless of using rmiregistry or jeremie.  I've tried Jdk1.2.2 and 1.3, and j2ee1.2 and 1.2.  Can anyone tell me what's going on?
 
Exception in thread "main" java.lang.InstantiationError: org/omg/CosTransactions/PropagationContext
        at com.sun.jts.CosTransactions.CurrentTransaction.<clinit>(CurrentTransaction.java:78)
        at com.sun.jts.CosTransactions.CurrentImpl.<init>(CurrentImpl.java:77)
        at com.sun.jts.CosTransactions.DefaultTransactionService.identify_ORB(DefaultTransactionService.java:183)
        at com.sun.corba.ee.internal.POA.POAORB.initPostProcessing(POAORB.java:349)
        at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:200)
        at org.omg.CORBA.ORB.init(ORB.java:353)
        at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
        at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
        at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitContextFactory.java:36)
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:241)
        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:250)
        at javax.naming.InitialContext.init(InitialContext.java:226)
        at javax.naming.InitialContext.<init>(InitialContext.java:182)
        at org.objectweb.jonas.naming.NamingManager.<init>(NamingManager.java:71)
        at org.objectweb.jonas.server.Server.main(Server.java:78)

Reply via email to