Created
April 5, 2012 11:37
-
-
Save rhusar/2310122 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-04-05 13:30:12,513 ERROR [DistCacheStoreTxDisjointSetTest] (testng-DistCacheStoreTxDisjointSetTest) Error in test setup: | |
org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport | |
at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:222) | |
at org.infinispan.manager.DefaultCacheManager.wireCache(DefaultCacheManager.java:683) | |
at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:648) | |
at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:545) | |
at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:518) | |
at org.infinispan.test.MultipleCacheManagersTest.getCaches(MultipleCacheManagersTest.java:265) | |
at org.infinispan.test.MultipleCacheManagersTest.waitForClusterToForm(MultipleCacheManagersTest.java:272) | |
at org.infinispan.test.MultipleCacheManagersTest.waitForClusterToForm(MultipleCacheManagersTest.java:281) | |
at org.infinispan.distribution.DistCacheStoreTxDisjointSetTest.createCacheManagers(DistCacheStoreTxDisjointSetTest.java:60) | |
at org.infinispan.test.MultipleCacheManagersTest.callCreateCacheManagers(MultipleCacheManagersTest.java:92) | |
at org.infinispan.test.MultipleCacheManagersTest.createBeforeClass(MultipleCacheManagersTest.java:86) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) | |
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130) | |
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:173) | |
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) | |
at org.testng.TestRunner.runWorkers(TestRunner.java:1147) | |
at org.testng.TestRunner.privateRun(TestRunner.java:749) | |
at org.testng.TestRunner.run(TestRunner.java:600) | |
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) | |
at org.testng.SuiteRunner.access$000(SuiteRunner.java:34) | |
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:351) | |
at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:147) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Caused by: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:238) | |
at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:882) | |
at org.infinispan.factories.AbstractComponentRegistry.invokeStartMethods(AbstractComponentRegistry.java:637) | |
at org.infinispan.factories.AbstractComponentRegistry.internalStart(AbstractComponentRegistry.java:626) | |
at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:530) | |
at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:200) | |
... 30 more | |
Caused by: java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at org.jgroups.util.TimeScheduler2.startRunner(TimeScheduler2.java:381) | |
at org.jgroups.util.TimeScheduler2.init(TimeScheduler2.java:327) | |
at org.jgroups.util.TimeScheduler2.<init>(TimeScheduler2.java:75) | |
at org.jgroups.protocols.TP.init(TP.java:831) | |
at org.jgroups.protocols.BasicTCP.init(BasicTCP.java:69) | |
at org.jgroups.stack.ProtocolStack.initProtocolStack(ProtocolStack.java:847) | |
at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:469) | |
at org.jgroups.JChannel.init(JChannel.java:795) | |
at org.jgroups.JChannel.<init>(JChannel.java:166) | |
at org.jgroups.JChannel.<init>(JChannel.java:146) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.buildChannel(JGroupsTransport.java:360) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.initChannel(JGroupsTransport.java:256) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.initChannelAndRPCDispatcher(JGroupsTransport.java:296) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.start(JGroupsTransport.java:174) | |
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:236) | |
... 35 more | |
2012-04-05 13:30:12,517 ERROR [InvalidationFailureTest] (testng-InvalidationFailureTest) Error in test setup: | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:590) | |
at org.infinispan.affinity.KeyAffinityServiceImpl.start(KeyAffinityServiceImpl.java:170) | |
at org.infinispan.affinity.KeyAffinityServiceImpl.<init>(KeyAffinityServiceImpl.java:106) | |
at org.infinispan.affinity.KeyAffinityServiceFactory.newKeyAffinityService(KeyAffinityServiceFactory.java:63) | |
at org.infinispan.distribution.InvalidationFailureTest.createCacheManagers(InvalidationFailureTest.java:60) | |
at org.infinispan.test.MultipleCacheManagersTest.callCreateCacheManagers(MultipleCacheManagersTest.java:92) | |
at org.infinispan.test.MultipleCacheManagersTest.createBeforeClass(MultipleCacheManagersTest.java:86) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) | |
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130) | |
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:173) | |
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105) | |
at org.testng.TestRunner.runWorkers(TestRunner.java:1147) | |
at org.testng.TestRunner.privateRun(TestRunner.java:749) | |
at org.testng.TestRunner.run(TestRunner.java:600) | |
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) | |
at org.testng.SuiteRunner.access$000(SuiteRunner.java:34) | |
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:351) | |
at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:147) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,524 ERROR [TCP] (TransferQueueBundler,ISPN,TopologyAwareStateTransferTest-NodeA-28540) failed handling data from 127.0.0.1:8200 | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.protocols.TP.dispatchToThreadPool(TP.java:1221) | |
at org.jgroups.protocols.TP.receive(TP.java:1202) | |
at org.jgroups.protocols.BasicTCP.receive(BasicTCP.java:104) | |
at org.jgroups.blocks.TCPConnectionMap.receive(TCPConnectionMap.java:134) | |
at org.jgroups.blocks.TCPConnectionMap.send(TCPConnectionMap.java:156) | |
at org.jgroups.protocols.TCP.send(TCP.java:56) | |
at org.jgroups.protocols.BasicTCP.sendUnicast(BasicTCP.java:86) | |
at org.jgroups.protocols.TP.sendToAllPhysicalAddresses(TP.java:1311) | |
at org.jgroups.protocols.BasicTCP.sendMulticast(BasicTCP.java:81) | |
at org.jgroups.protocols.TP.doSend(TP.java:1259) | |
at org.jgroups.protocols.TP$TransferQueueBundler.sendBundledMessages(TP.java:2049) | |
at org.jgroups.protocols.TP$TransferQueueBundler.run(TP.java:1961) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,524 ERROR [TimeScheduler2] (Timer runner-1,ISPN,DistSkipRemoteLookupBatchingTest-NodeC-33672) failed executing tasks(s) | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.util.TimeScheduler2._run(TimeScheduler2.java:301) | |
at org.jgroups.util.TimeScheduler2.run(TimeScheduler2.java:279) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,525 ERROR [TimeScheduler2] (Timer runner-1,ISPN,DistSkipRemoteLookupBatchingTest-NodeC-33672) failed executing tasks(s) | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.util.TimeScheduler2._run(TimeScheduler2.java:301) | |
at org.jgroups.util.TimeScheduler2.run(TimeScheduler2.java:279) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,525 ERROR [TimeScheduler2] (Timer runner-1,ISPN,DistSkipRemoteLookupBatchingTest-NodeC-33672) failed executing tasks(s) | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.util.TimeScheduler2._run(TimeScheduler2.java:301) | |
at org.jgroups.util.TimeScheduler2.run(TimeScheduler2.java:279) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,525 ERROR [TimeScheduler2] (Timer runner-1,ISPN,DistSkipRemoteLookupBatchingTest-NodeC-33672) failed executing tasks(s) | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.util.TimeScheduler2._run(TimeScheduler2.java:301) | |
at org.jgroups.util.TimeScheduler2.run(TimeScheduler2.java:279) | |
at java.lang.Thread.run(Thread.java:662) | |
[testng-TopologyInfoBroadcastNoRehashTest] Test testIsReplicated(org.infinispan.distribution.topologyaware.TopologyInfoBroadcastNoRehashTest) skipped. | |
Test suite progress: tests succeeded: 59, failed: 0, skipped: 1. | |
[testng-TopologyInfoBroadcastNoRehashTest] Test testNodeLeaves(org.infinispan.distribution.topologyaware.TopologyInfoBroadcastNoRehashTest) skipped. | |
Test suite progress: tests succeeded: 59, failed: 0, skipped: 2. | |
2012-04-05 13:30:12,528 WARN [ComponentRegistry] (testng-TopologyInfoBroadcastNoRehashTest) ISPN000126: Attempted to stop() from FAILED state, but caught exception; try calling destroy() | |
org.infinispan.CacheException: Unable to invoke method private void org.infinispan.transaction.TransactionTable.stop() on object of type XaTransactionTable | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:238) | |
at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:882) | |
at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:672) | |
at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:551) | |
at org.infinispan.factories.ComponentRegistry.stop(ComponentRegistry.java:198) | |
at org.infinispan.CacheImpl.stop(CacheImpl.java:516) | |
at org.infinispan.CacheImpl.stop(CacheImpl.java:508) | |
at org.infinispan.manager.DefaultCacheManager.stop(DefaultCacheManager.java:746) | |
at org.infinispan.test.TestingUtil.killCacheManagers(TestingUtil.java:652) | |
at org.infinispan.test.TestingUtil.killCacheManagers(TestingUtil.java:638) | |
at org.infinispan.test.MultipleCacheManagersTest.destroy(MultipleCacheManagersTest.java:107) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) | |
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130) | |
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222) | |
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) | |
at org.testng.TestRunner.runWorkers(TestRunner.java:1147) | |
at org.testng.TestRunner.privateRun(TestRunner.java:749) | |
at org.testng.TestRunner.run(TestRunner.java:600) | |
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) | |
at org.testng.SuiteRunner.access$000(SuiteRunner.java:34) | |
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:351) | |
at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:147) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Caused by: java.lang.NullPointerException | |
at org.infinispan.transaction.TransactionTable.areTxsOnGoing(TransactionTable.java:442) | |
at org.infinispan.transaction.TransactionTable.shutDownGracefully(TransactionTable.java:449) | |
at org.infinispan.transaction.TransactionTable.stop(TransactionTable.java:157) | |
at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:236) | |
... 30 more | |
2012-04-05 13:30:12,528 WARN [TestingUtil] (testng-TopologyInfoBroadcastNoRehashTest) Problems killing cache manager org.infinispan.manager.DefaultCacheManager@1ba0f6dd@Address:TopologyInfoBroadcastNoRehashTest-NodeA-37497(s0) | |
org.infinispan.CacheException: Unable to invoke method private void org.infinispan.transaction.TransactionTable.stop() on object of type XaTransactionTable | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:238) | |
at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:882) | |
at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:672) | |
at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:551) | |
at org.infinispan.factories.ComponentRegistry.stop(ComponentRegistry.java:198) | |
at org.infinispan.CacheImpl.stop(CacheImpl.java:516) | |
at org.infinispan.CacheImpl.stop(CacheImpl.java:508) | |
at org.infinispan.manager.DefaultCacheManager.stop(DefaultCacheManager.java:746) | |
at org.infinispan.test.TestingUtil.killCacheManagers(TestingUtil.java:652) | |
at org.infinispan.test.TestingUtil.killCacheManagers(TestingUtil.java:638) | |
at org.infinispan.test.MultipleCacheManagersTest.destroy(MultipleCacheManagersTest.java:107) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74) | |
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202) | |
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130) | |
at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222) | |
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) | |
at org.testng.TestRunner.runWorkers(TestRunner.java:1147) | |
at org.testng.TestRunner.privateRun(TestRunner.java:749) | |
at org.testng.TestRunner.run(TestRunner.java:600) | |
at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) | |
at org.testng.SuiteRunner.access$000(SuiteRunner.java:34) | |
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:351) | |
at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:147) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Caused by: java.lang.NullPointerException | |
at org.infinispan.transaction.TransactionTable.areTxsOnGoing(TransactionTable.java:442) | |
at org.infinispan.transaction.TransactionTable.shutDownGracefully(TransactionTable.java:449) | |
at org.infinispan.transaction.TransactionTable.stop(TransactionTable.java:157) | |
at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:236) | |
... 30 more | |
Exception in thread "ConnectionMap.Acceptor,null,null" java.lang.OutOfMemoryError: unable to create new native thread | |
2012-04-05 13:30:12,530 ERROR [TimeScheduler2] (Timer runner-1,ISPN,DistCacheStoreTxDisjointSetTest-NodeB-21141) failed executing tasks(s) | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.util.TimeScheduler2._run(TimeScheduler2.java:301) | |
at org.jgroups.util.TimeScheduler2.run(TimeScheduler2.java:279) | |
at java.lang.Thread.run(Thread.java:662) | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at org.jgroups.blocks.TCPConnectionMap$TCPConnection$ConnectionPeerReceiver.start(TCPConnectionMap.java:568) | |
at org.jgroups.blocks.TCPConnectionMap$TCPConnection.start(TCPConnectionMap.java:411) | |
at org.jgroups.blocks.TCPConnectionMap$TCPConnection.access$600(TCPConnectionMap.java:354) | |
at org.jgroups.blocks.TCPConnectionMap$ConnectionAcceptor.run(TCPConnectionMap.java:259) | |
at java.lang.Thread.run(Thread.java:662) | |
2012-04-05 13:30:12,535 ERROR [NAKACK] (Incoming-1,ISPN,TopologyAwareStateTransferTest-NodeA-28540) couldn't deliver message [dst: <null>, src: TopologyAwareStateTransferTest-NodeA-28540 (3 headers), size=0 bytes] | |
java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to create new native thread | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:548) | |
at org.jgroups.JChannel.up(JChannel.java:716) | |
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026) | |
at org.jgroups.protocols.FRAG2.up(FRAG2.java:181) | |
at org.jgroups.protocols.FC.up(FC.java:499) | |
at org.jgroups.protocols.pbcast.GMS.installView(GMS.java:625) | |
at org.jgroups.protocols.pbcast.CoordGmsImpl.handleViewChange(CoordGmsImpl.java:247) | |
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:785) | |
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244) | |
at org.jgroups.protocols.UNICAST.up(UNICAST.java:332) | |
at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:730) | |
at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:559) | |
at org.jgroups.protocols.Discovery.up(Discovery.java:359) | |
at org.jgroups.protocols.TP.passMessageUp(TP.java:1174) | |
at org.jgroups.protocols.TP$4.run(TP.java:1097) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Caused by: java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.infinispan.executors.LazyInitializingExecutorService.execute(LazyInitializingExecutorService.java:137) | |
at org.infinispan.notifications.AbstractListenerImpl$ListenerInvocation.invoke(AbstractListenerImpl.java:222) | |
at org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.notifyViewChange(CacheManagerNotifierImpl.java:96) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$NotifyViewChange.emitNotification(JGroupsTransport.java:555) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.viewAccepted(JGroupsTransport.java:611) | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUpEvent(MessageDispatcher.java:506) | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:545) | |
... 17 more | |
2012-04-05 13:30:12,535 ERROR [NAKACK] (Incoming-2,ISPN,DistAsyncFuncTest-NodeB-30358) couldn't deliver message [dst: <null>, src: DistAsyncFuncTest-NodeA-7259 (3 headers), size=0 bytes] | |
java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to create new native thread | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:548) | |
at org.jgroups.JChannel.up(JChannel.java:716) | |
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026) | |
at org.jgroups.protocols.FRAG2.up(FRAG2.java:181) | |
at org.jgroups.protocols.FC.up(FC.java:499) | |
at org.jgroups.protocols.pbcast.GMS.installView(GMS.java:625) | |
at org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleViewChange(ParticipantGmsImpl.java:152) | |
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:785) | |
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244) | |
at org.jgroups.protocols.UNICAST.up(UNICAST.java:332) | |
at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:730) | |
at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:559) | |
at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:143) | |
at org.jgroups.protocols.FD.up(FD.java:273) | |
at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:282) | |
at org.jgroups.protocols.Discovery.up(Discovery.java:359) | |
at org.jgroups.protocols.TP.passMessageUp(TP.java:1174) | |
at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1722) | |
at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1699) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) | |
Caused by: java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.infinispan.executors.LazyInitializingExecutorService.execute(LazyInitializingExecutorService.java:137) | |
at org.infinispan.notifications.AbstractListenerImpl$ListenerInvocation.invoke(AbstractListenerImpl.java:222) | |
at org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.notifyViewChange(CacheManagerNotifierImpl.java:96) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$NotifyViewChange.emitNotification(JGroupsTransport.java:555) | |
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.viewAccepted(JGroupsTransport.java:611) | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUpEvent(MessageDispatcher.java:506) | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:545) | |
... 21 more | |
2012-04-05 13:30:12,535 ERROR [TCP] (Connection.Receiver [127.0.0.1:8302 - 127.0.0.1:52405],ISPN,DistAsyncFuncTest-NodeC-49218) failed handling data from 127.0.0.1:8301 | |
java.lang.OutOfMemoryError: unable to create new native thread | |
at java.lang.Thread.start0(Native Method) | |
at java.lang.Thread.start(Thread.java:640) | |
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(ThreadPoolExecutor.java:703) | |
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:652) | |
at org.jgroups.protocols.TP.dispatchToThreadPool(TP.java:1221) | |
at org.jgroups.protocols.TP.receive(TP.java:1198) | |
at org.jgroups.protocols.BasicTCP.receive(BasicTCP.java:104) | |
at org.jgroups.blocks.TCPConnectionMap$TCPConnection$ConnectionPeerReceiver.run(TCPConnectionMap.java:594) | |
at java.lang.Thread.run(Thread.java:662) | |
[testng-DistCacheStoreTxDisjointSetTest] Test testDisjointSetTransaction(org.infinispan.distribution.DistCacheStoreTxDisjointSetTest) skipped. | |
Test suite progress: tests succeeded: 59, failed: 0, skipped: 3. | |
2012-04-05 13:30:12,545 ERROR [TestCacheManagerFactory] (testng-TopologyInfoBroadcastNoRehashTest) | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
!!!!!! (testng-TopologyInfoBroadcastNoRehashTest) Exiting because topologyaware.TopologyInfoBroadcastNoRehashTest has NOT shut down all the cache managers it has started !!!!!!! | |
!!!!!! (testng-TopologyInfoBroadcastNoRehashTest) The still-running cacheManager was created here: org.infinispan.distribution.topologyaware.TopologyInfoBroadcastTest.createCacheManagers(TopologyInfoBroadcastTest.java:49) !!!!!!! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
!!!!!! (testng-TopologyInfoBroadcastNoRehashTest) Exiting because topologyaware.TopologyInfoBroadcastNoRehashTest has NOT shut down all the cache managers it has started !!!!!!! | |
!!!!!! (testng-TopologyInfoBroadcastNoRehashTest) The still-running cacheManager was created here: org.infinispan.distribution.topologyaware.TopologyInfoBroadcastTest.createCacheManagers(TopologyInfoBroadcastTest.java:49) !!!!!!! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
[testng-InvalidationFailureTest] Test testL1Invalidated(org.infinispan.distribution.InvalidationFailureTest) skipped. | |
2012-04-05 13:30:12,549 WARN [CacheViewControlCommand] (OOB-2,ISPN,DistCacheStoreTxDisjointSetTest-NodeB-21141) ISPN000071: Caught exception when handling command CacheViewControlCommand{cache=___defaultcache, type=PREPARE_VIEW, sender=DistCacheStoreTxDisjointSetTest-NodeA-21535, newViewId=3, newMembers=[DistCacheStoreTxDisjointSetTest-NodeB-21141], oldViewId=2, oldMembers=[DistCacheStoreTxDisjointSetTest-NodeA-21535, DistCacheStoreTxDisjointSetTest-NodeB-21141]} | |
java.lang.IllegalStateException: ___defaultcache: Received cache view prepare request after the local node has already shut down | |
at org.infinispan.cacheviews.CacheViewsManagerImpl.handlePrepareView(CacheViewsManagerImpl.java:487) | |
at org.infinispan.commands.control.CacheViewControlCommand.perform(CacheViewControlCommand.java:125) | |
at org.infinispan.remoting.InboundInvocationHandlerImpl.handle(InboundInvocationHandlerImpl.java:95) | |
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.executeCommand(CommandAwareRpcDispatcher.java:221) | |
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:201) | |
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:456) | |
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:363) | |
at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:238) | |
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:543) | |
at org.jgroups.JChannel.up(JChannel.java:716) | |
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026) | |
at org.jgroups.protocols.FRAG2.up(FRAG2.java:181) | |
at org.jgroups.protocols.FC.up(FC.java:479) | |
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:882) | |
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244) | |
at org.jgroups.protocols.UNICAST.handleDataReceived(UNICAST.java:618) | |
at org.jgroups.protocols.UNICAST.up(UNICAST.java:317) | |
at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:595) | |
at org.jgroups.protocols.Discovery.up(Discovery.java:359) | |
at org.jgroups.protocols.TP.passMessageUp(TP.java:1174) | |
at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1722) | |
at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1704) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
at java.lang.Thread.run(Thread.java:662) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment