Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 912301

Summary: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl
Product: [JBoss] JBoss Data Grid 6 Reporter: Vitalii Chepeliuk <vchepeli>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NOTABUG QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: bini0908, jdg-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-20 09:52:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vitalii Chepeliuk 2013-02-18 10:41:57 UTC
Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl

java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.begin(BaseTransaction.java:85)
at org.infinispan.CacheImpl.getInvocationContextWithImplicitTransaction(CacheImpl.java:484)
at org.infinispan.CacheImpl.put(CacheImpl.java:753)
at org.infinispan.CacheImpl.put(CacheImpl.java:748)
at org.infinispan.CacheSupport.put(CacheSupport.java:53)
at org.infinispan.query.blackbox.KeyTypeTest.testPrimitiveAndStringKeys(KeyTypeTest.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)

Comment 1 JBoss JIRA Server 2013-02-18 11:36:15 UTC
Sanne Grinovero <sanne.grinovero> made a comment on jira ISPN-2829

What are you trying to do? Please provide some context.

Comment 2 JBoss JIRA Server 2013-02-18 12:51:20 UTC
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-2829

[testng-LocalCacheTest] Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
2013-02-16 07:21:13,142 ERROR [UnitTestTestNGListener] (testng-LocalCacheTest) Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
org.testng.TestException: 
Expected exception java.lang.UnsupportedOperationException but got java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl

But it is only one case there are 90 test not passed in org.infinispan.query.blackbox.*
I am running Funtional Tests

Comment 3 JBoss JIRA Server 2013-02-18 12:52:58 UTC
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-2829

[testng-LocalCacheTest] Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
2013-02-16 07:21:13,142 ERROR [UnitTestTestNGListener] (testng-LocalCacheTest) Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
org.testng.TestException: 
Expected exception java.lang.UnsupportedOperationException but got java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl

But it is only one case there are 90 test not passed in org.infinispan.query.blackbox.*
I am running Funtional Tests
Will start Functiona Tests once more and see If the situation will change

Comment 4 JBoss JIRA Server 2013-02-18 12:58:39 UTC
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-2829

[testng-LocalCacheTest] Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
2013-02-16 07:21:13,142 ERROR [UnitTestTestNGListener] (testng-LocalCacheTest) Test testIteratorRemove(org.infinispan.query.blackbox.LocalCacheTest) failed.
org.testng.TestException: 
Expected exception java.lang.UnsupportedOperationException but got java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.arjuna.coordinator.TxControl

But it is only one case there are 90 test not passed in org.infinispan.query.blackbox.*
I am running Funtional Tests and Infinispan Tests
Started Functional Tests once more and want to see If the situation will change

Comment 5 JBoss JIRA Server 2013-02-18 12:59:10 UTC
Sanne Grinovero <sanne.grinovero> made a comment on jira ISPN-2829

I hope you're not going to open 90 test failures here? Looks like something is wrong in your test environment.

Comment 6 JBoss JIRA Server 2013-02-18 13:15:53 UTC
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-2829

I am not going to open it here that is just one exception in 90 tests. Think the same that test environment is not properly set.

Comment 7 JBoss JIRA Server 2013-02-18 13:34:12 UTC
Sanne Grinovero <sanne.grinovero> made a comment on jira ISPN-2829

Would you agree we can close this one?

Comment 8 JBoss JIRA Server 2013-02-18 13:52:46 UTC
Vitalii Chepeliuk <vchepeli> made a comment on jira ISPN-2829

I think yes

Comment 9 JBoss JIRA Server 2013-02-18 14:40:45 UTC
Sanne Grinovero <sanne.grinovero> updated the status of jira ISPN-2829 to Resolved

Comment 10 Martin Gencur 2013-02-20 09:52:19 UTC
Acording to the related JIRA, this is not a real bug. Closing.