[JBoss JIRA] (ISPN-7386) ReplTotalOrderStateTransferFunctional1PcTest.testSTWithThirdWritingTxCache fails on Solaris Sparc
by Roman Macor (JIRA)
Roman Macor created ISPN-7386:
---------------------------------
Summary: ReplTotalOrderStateTransferFunctional1PcTest.testSTWithThirdWritingTxCache fails on Solaris Sparc
Key: ISPN-7386
URL: https://issues.jboss.org/browse/ISPN-7386
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 9.0.0.Beta1
Reporter: Roman Macor
org.infinispan.tx.totalorder.statetransfer.ReplTotalOrderStateTransferFunctional1PcTest.testSTWithThirdWritingTxCache
Error Message
java.lang.IllegalStateException: BaseTransaction.rollback - ARJUNA016074: no transaction!
Stacktrace
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: BaseTransaction.rollback - ARJUNA016074: no transaction!
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:206)
at org.infinispan.statetransfer.StateTransferFunctionalTest.thirdWritingCacheTest(StateTransferFunctionalTest.java:309)
at org.infinispan.statetransfer.StateTransferFunctionalTest.testSTWithThirdWritingTxCache(StateTransferFunctionalTest.java:236)
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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
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:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: BaseTransaction.rollback - ARJUNA016074: no transaction!
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:141)
at org.infinispan.statetransfer.StateTransferFunctionalTest$WritingTask.call(StateTransferFunctionalTest.java:141)
at org.infinispan.statetransfer.StateTransferFunctionalTest$WritingTask.call(StateTransferFunctionalTest.java:107)
at org.infinispan.test.AbstractInfinispanTest$LoggingCallable.call(AbstractInfinispanTest.java:485)
... 4 more
Standard Output
02:32:39,037 ERROR (jgroups-7,ReplTotalOrderStateTransferFunctional1PcTest-NodeO-63278) [InvocationContextInterceptor] ISPN000136: Error executing command TotalOrderVersionedPrepareCommand, writing keys [test2]
org.infinispan.remoting.RemoteException: ISPN000217: Received exception from ReplTotalOrderStateTransferFunctional1PcTest-NodeP-27720, see cause for remote stack trace
at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:894)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$3(JGroupsTransport.java:648)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
at org.infinispan.remoting.transport.jgroups.RspListFuture.requestDone(RspListFuture.java:49)
at org.infinispan.remoting.transport.jgroups.RspListFuture.accept(RspListFuture.java:44)02:32:39,038 ERROR (ForkThread-1,ReplTotalOrderStateTransferFunctional1PcTest) [TransactionCoordinator] ISPN000255: Error while processing prepare
org.infinispan.remoting.RemoteException: ISPN000217: Received exception from ReplTotalOrderStateTransferFunctional1PcTest-NodeP-27720, see cause for remote stack trace
at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:894)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$3(JGroupsTransport.java:648)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
at org.infinispan.remoting.transport.jgroups.RspListFuture.requestDone(RspListFuture.java:49)
at org.infinispan.remoting.transport.jgroups.RspListFuture.accept(RspListFuture.java:44)02:32:39,042 ERROR (ForkThread-1,ReplTotalOrderStateTransferFunctional1PcTest) [StateTransferFunctionalTest] Error writing key test2
javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)
at org.infinispan.statetransfer.StateTransferFunctionalTest$WritingTask.call(StateTransferFunctionalTest.java:129)
at org.infinispan.statetransfer.StateTransferFunctionalTest$WritingTask.call(StateTransferFunctionalTest.java:107)
at org.infinispan.test.AbstractInfinispanTest$LoggingCallable.call(AbstractInfinispanTest.java:485)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)[UnitTestTestNGListener] Test testSTWithThirdWritingTxCache(org.infinispan.tx.totalorder.statetransfer.ReplTotalOrderStateTransferFunctional1PcTest) failed.
02:32:39,057 ERROR (testng-ReplTotalOrderStateTransferFunctional1PcTest) [UnitTestTestNGListener] Test testSTWithThirdWritingTxCache(org.infinispan.tx.totalorder.statetransfer.ReplTotalOrderStateTransferFunctional1PcTest) failed.
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: BaseTransaction.rollback - ARJUNA016074: no transaction!
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:206)
at org.infinispan.statetransfer.StateTransferFunctionalTest.thirdWritingCacheTest(StateTransferFunctionalTest.java:309)
at org.infinispan.statetransfer.StateTransferFunctionalTest.testSTWithThirdWritingTxCache(StateTransferFunctionalTest.java:236)
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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)[UnitTestTestNGListener]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7384) org.infinispan.rest.TwoServerTest fail on Solaris Sparc
by Roman Macor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7384?page=com.atlassian.jira.plugin.... ]
Roman Macor closed ISPN-7384.
-----------------------------
Resolution: Duplicate Issue
Duplicate of [ISPN-7385|https://issues.jboss.org/browse/ISPN-7385]
> org.infinispan.rest.TwoServerTest fail on Solaris Sparc
> -------------------------------------------------------
>
> Key: ISPN-7384
> URL: https://issues.jboss.org/browse/ISPN-7384
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
>
> 03:45:36,742 ERROR (nioEventLoopGroup-3-1) [i18n] RESTEASY002010: Failed to execute
> javax.ws.rs.NotAllowedException: RESTEASY003650: No resource method found for v1PUT, return 405 with Allow header
> at org.jboss.resteasy.core.registry.SegmentNode.match(SegmentNode.java:382)
> at org.jboss.resteasy.core.registry.SegmentNode.match(SegmentNode.java:121)
> at org.jboss.resteasy.core.registry.RootNode.match(RootNode.java:43)
> at org.jboss.resteasy.core.registry.RootClassNode.match(RootClassNode.java:48)
> at org.jboss.resteasy.core.ResourceMethodRegistry.getResourceInvoker(ResourceMethodRegistry.java:445)
> at org.jboss.resteasy.core.SynchronousDispatcher.getInvoker(SynchronousDispatcher.java:264)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:201)
> at org.jboss.resteasy.plugins.server.netty.RequestDispatcher.service(RequestDispatcher.java:83)
> at org.jboss.resteasy.plugins.server.netty.RequestHandler.channelRead0(RequestHandler.java:55)[UnitTestTestNGListener] Test testExtendedHeaders(org.infinispan.rest.TwoServerTest) failed.
> 03:45:36,747 ERROR (testng-TwoServerTest) [UnitTestTestNGListener] Test testExtendedHeaders(org.infinispan.rest.TwoServerTest) failed.
> java.lang.AssertionError: expected:<405> but was:<200>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.infinispan.rest.TwoServerTest.testExtendedHeaders(TwoServerTest.java:113)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[UnitTestTestNGListener]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7383) Tests org.infinispan.server.test.client.rest.REST* fail on Solaris Sparc
by Roman Macor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7383?page=com.atlassian.jira.plugin.... ]
Roman Macor closed ISPN-7383.
-----------------------------
Resolution: Duplicate Issue
Duplicate of [ISPN-7385|https://issues.jboss.org/browse/ISPN-7385]
> Tests org.infinispan.server.test.client.rest.REST* fail on Solaris Sparc
> ------------------------------------------------------------------------
>
> Key: ISPN-7383
> URL: https://issues.jboss.org/browse/ISPN-7383
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
>
> org.infinispan.server.test.client.rest.RESTAsyncClusteredIT(distmode-tcp).testDeleteOperation
> Error Message
> expected:<200> but was:<400>
> Stacktrace
> java.lang.AssertionError: expected:<200> but was:<400>
> ...
> Standard Output
> &#27;[31m14:34:06,092 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (nioEventLoopGroup-7-1) RESTEASY002005: Failed executing PUT /rest/testCache/0: org.jboss.resteasy.spi.ReaderException: java.lang.NullPointerException
> at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:184)
> at org.jboss.resteasy.core.MethodInjectorImpl.injectArguments(MethodInjectorImpl.java:91)
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:114)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
> at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:236)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:402)
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:209)
> at org.jboss.resteasy.plugins.server.netty.RequestDispatcher.service(RequestDispatcher.java:83)
> at org.jboss.resteasy.plugins.server.netty.RequestHandler.channelRead0(RequestHandler.java:55)
> at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
> at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
> at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:38)
> at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:363)
> at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
> at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:418)
> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:440)
> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
> at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> at org.jboss.resteasy.util.ReadFromStream.readFromStream(ReadFromStream.java:30)
> at org.jboss.resteasy.plugins.providers.ByteArrayProvider.readFrom(ByteArrayProvider.java:35)
> at org.jboss.resteasy.plugins.providers.ByteArrayProvider.readFrom(ByteArrayProvider.java:23)
> at org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext.readFrom(AbstractReaderInterceptorContext.java:61)
> at org.jboss.resteasy.core.interception.ServerReaderInterceptorContext.readFrom(ServerReaderInterceptorContext.java:60)
> at org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext.proceed(AbstractReaderInterceptorContext.java:53)
> at org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor.aroundReadFrom(GZIPDecodingInterceptor.java:59)
> at org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext.proceed(AbstractReaderInterceptorContext.java:55)
> at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:151)
> ... 19 more
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7385) Number of REST tests fail on Solaris Sparc
by Roman Macor (JIRA)
Roman Macor created ISPN-7385:
---------------------------------
Summary: Number of REST tests fail on Solaris Sparc
Key: ISPN-7385
URL: https://issues.jboss.org/browse/ISPN-7385
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.0.0.Beta1
Reporter: Roman Macor
Affected tests:
org.infinispan.rest.IntegrationTest*
org.infinispan.server.test.client.rest.REST*
org.infinispan.rest.TwoServerTest*
org.infinispan.persistence.rest.RestStore*
They fail with: (the logs differ slightly e.g. dataGET instead of dataPUT)
javax.ws.rs.NotAllowedException: RESTEASY003650: No resource method found for dataPUT, return 405 with Allow header
Standard Output
03:45:36,766 ERROR (nioEventLoopGroup-3-1) [i18n] RESTEASY002010: Failed to execute
javax.ws.rs.NotAllowedException: RESTEASY003650: No resource method found for dataPUT, return 405 with Allow header
at org.jboss.resteasy.core.registry.SegmentNode.match(SegmentNode.java:382)
at org.jboss.resteasy.core.registry.SegmentNode.match(SegmentNode.java:121)
at org.jboss.resteasy.core.registry.RootNode.match(RootNode.java:43)
at org.jboss.resteasy.core.registry.RootClassNode.match(RootClassNode.java:48)
at org.jboss.resteasy.core.ResourceMethodRegistry.getResourceInvoker(ResourceMethodRegistry.java:445)
at org.jboss.resteasy.core.SynchronousDispatcher.getInvoker(SynchronousDispatcher.java:264)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:201)
at org.jboss.resteasy.plugins.server.netty.RequestDispatcher.service(RequestDispatcher.java:83)
at org.jboss.resteasy.plugins.server.netty.RequestHandler.channelRead0(RequestHandler.java:55)[UnitTestTestNGListener] Test testPutReplication(org.infinispan.rest.TwoServerTest) failed.
03:45:36,770 ERROR (testng-TwoServerTest) [UnitTestTestNGListener] Test testPutReplication(org.infinispan.rest.TwoServerTest) failed.
java.lang.AssertionError: expected:<405> but was:<200>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at org.infinispan.rest.TwoServerTest.testPutReplication(TwoServerTest.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[UnitTestTestNGListener]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7382) org.infinispan.test.integration.as.query.ElasticsearchIndexManagerIT fails due to NoClassDefFoundError
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7382?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7382:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> org.infinispan.test.integration.as.query.ElasticsearchIndexManagerIT fails due to NoClassDefFoundError
> ------------------------------------------------------------------------------------------------------
>
> Key: ISPN-7382
> URL: https://issues.jboss.org/browse/ISPN-7382
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta2
>
>
> java.lang.NoClassDefFoundError: org/testng/Assert
> at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at org.infinispan.query.test.elasticsearch.ElasticSearchCluster.waitForGreen(ElasticSearchCluster.java:151)
> at org.infinispan.query.test.elasticsearch.ElasticSearchCluster.lambda$start$0(ElasticSearchCluster.java:135)
> at java.util.ArrayList.forEach(ArrayList.java:1249)
> at org.infinispan.query.test.elasticsearch.ElasticSearchCluster.start(ElasticSearchCluster.java:135)
> at org.infinispan.test.integration.as.query.ElasticsearchIndexManagerIT.startElastic(ElasticsearchIndexManagerIT.java:69)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (ISPN-7066) The default cache configuration should not be applied to other caches
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7066?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7066:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta2
Resolution: Done
> The default cache configuration should not be applied to other caches
> ---------------------------------------------------------------------
>
> Key: ISPN-7066
> URL: https://issues.jboss.org/browse/ISPN-7066
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 8.2.3.Final, 8.2.4.Final
> Reporter: Vladimir Dzhuvinov
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Beta2, 9.0.0.Final
>
>
> Hi guys,
> We noticed a weird behaviour of the Infinispan config where caches that are configured with no persistence assume the persistence configuration of the default cache for the cache container. This can potentially lead to some serious errors as data put into the other caches is getting written into the store of the default cache.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years