ARJUNA022006: The ORB has not been initialized yet while using ModeShapeSingleUseTest.
rohithreddy41 Feb 14, 2017 5:48 PMHello,
I am trying to run unit test against a repository, like suggested here . i am extending ModeShapeSingleUseTest. i get below error:
ERROR com.arjuna.ats.jts - ARJUNA022006: The ORB has not been initialized yet
java.lang.RuntimeException: com.arjuna.ats.arjuna.exceptions.FatalError
at org.modeshape.jcr.JcrRepository$RunningState.<init>(JcrRepository.java:1228)
at org.modeshape.jcr.JcrRepository$RunningState.<init>(JcrRepository.java:937)
at org.modeshape.jcr.JcrRepository.doStart(JcrRepository.java:368)
at org.modeshape.jcr.JcrRepository.start(JcrRepository.java:299)
at org.modeshape.jcr.SingleUseAbstractTest.startRepository(SingleUseAbstractTest.java:73)
at org.modeshape.jcr.SingleUseAbstractTest.beforeEach(SingleUseAbstractTest.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:237)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
Caused by: com.arjuna.ats.arjuna.exceptions.FatalError
at com.arjuna.ats.internal.jts.ORBManager.getPOA(ORBManager.java:97)
at com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple.getReference(TransactionFactoryImple.java:124)
at com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple.<init>(TransactionFactoryImple.java:107)
at com.arjuna.ats.internal.jts.OTSImpleManager.init(OTSImpleManager.java:265)
at com.arjuna.ats.internal.jts.OTSImpleManager.current(OTSImpleManager.java:74)
at com.arjuna.ats.internal.jta.transaction.jts.TransactionImple.getTransaction(TransactionImple.java:1146)
at com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple.suspend(TransactionManagerImple.java:113)
at org.modeshape.jcr.txn.Transactions.suspend(Transactions.java:309)
at org.modeshape.jcr.JcrRepository$RunningState.suspendExistingUserTransaction(JcrRepository.java:1857)
at org.modeshape.jcr.JcrRepository$RunningState.<init>(JcrRepository.java:1065)
... 36 more