You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/29 23:48:03 UTC

[jira] [Resolved] (GEODE-1312) CI failure: ParallelWANPropagationDUnitTest.testParallelPropagationWithOverflow

     [ https://issues.apache.org/jira/browse/GEODE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker resolved GEODE-1312.
----------------------------------
    Resolution: Cannot Reproduce

Closing due to inactivity.  Please reopen if this test fails again.

> CI failure: ParallelWANPropagationDUnitTest.testParallelPropagationWithOverflow
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-1312
>                 URL: https://issues.apache.org/jira/browse/GEODE-1312
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Eric Shu
>            Priority: Major
>              Labels: Flaky, ci
>
> {noformat}
> Error Message
> com.gemstone.gemfire.test.dunit.RMIException: While invoking com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest$$Lambda$1734/1063976571.run in VM 5 running on Host cc8-rh64.gemstone.com with 8 VMs
> Stacktrace
> com.gemstone.gemfire.test.dunit.RMIException: While invoking com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest$$Lambda$1734/1063976571.run in VM 5 running on Host cc8-rh64.gemstone.com with 8 VMs
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
> 	at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
> 	at com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest.testParallelPropagationWithOverflow(ParallelWANPropagationDUnitTest.java:525)
> 	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:497)
> 	at junit.framework.TestCase.runTest(TestCase.java:176)
> 	at junit.framework.TestCase.runBare(TestCase.java:141)
> 	at junit.framework.TestResult$1.protect(TestResult.java:122)
> 	at junit.framework.TestResult.runProtected(TestResult.java:142)
> 	at junit.framework.TestResult.run(TestResult.java:125)
> 	at junit.framework.TestCase.run(TestCase.java:129)
> 	at junit.framework.TestSuite.runTest(TestSuite.java:252)
> 	at junit.framework.TestSuite.run(TestSuite.java:247)
> 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
> 	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
> 	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
> 	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:497)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 	at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> 	at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> 	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
> 	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:497)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 	at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 	at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
> 	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
> 	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
> 	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.NullPointerException
> 	at com.gemstone.gemfire.internal.cache.wan.WANTestBase.validateParallelSenderQueueAllBucketsDrained(WANTestBase.java:3189)
> 	at com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest.lambda$testParallelPropagationWithOverflow$84651174$13(ParallelWANPropagationDUnitTest.java:525)
> 	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:497)
> 	at hydra.MethExecutor.executeObject(MethExecutor.java:268)
> 	at com.gemstone.gemfire.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:82)
> 	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:323)
> 	at sun.rmi.transport.Transport$1.run(Transport.java:200)
> 	at sun.rmi.transport.Transport$1.run(Transport.java:197)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
> 	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$95(TCPTransport.java:683)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
> 	... 3 more
> Standard Output
> Previously run tests: [UpdateVersionDUnitTest, CacheClientNotifierDUnitTest, SerialWANPropogationsFeatureDUnitTest, SerialGatewaySenderOperationsDUnitTest, SerialWANPersistenceEnabledGatewaySenderDUnitTest, SerialWANPropogationDUnitTest, SerialGatewaySenderEventListenerDUnitTest, SerialWANPropagationLoopBackDUnitTest, SerialWANStatsDUnitTest, SerialGatewaySenderDistributedDeadlockDUnitTest, SerialGatewaySenderQueueDUnitTest, SerialWANPropogation_PartitionedRegionDUnitTest, ParallelGatewaySenderQueueOverflowDUnitTest, ParallelGatewaySenderOperation_2_DUnitTest, ParallelWANStatsDUnitTest, ParallelWANPropagationDUnitTest]
> [vm_0][info 2016/04/23 03:52:46.748 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_0][info 2016/04/23 03:52:46.748 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_1][info 2016/04/23 03:52:46.748 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_1][info 2016/04/23 03:52:46.749 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_2][info 2016/04/23 03:52:46.749 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_2][info 2016/04/23 03:52:46.749 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_3][info 2016/04/23 03:52:46.750 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_3][info 2016/04/23 03:52:46.750 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_4][info 2016/04/23 03:52:46.750 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_4][info 2016/04/23 03:52:46.750 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_5][info 2016/04/23 03:52:46.751 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_5][info 2016/04/23 03:52:46.751 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_6][info 2016/04/23 03:52:46.751 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_6][info 2016/04/23 03:52:46.751 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [vm_7][info 2016/04/23 03:52:46.752 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM)
> [vm_7][info 2016/04/23 03:52:46.752 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms)
> [setup] START TEST ParallelWANPropagationDUnitTest.testParallelPropagationWithLocalCacheClosedAndRebuilt
> [vm_0][info 2016/04/23 03:52:46.752 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$30/946840539.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$30/946840539@3eb4de3f
> [vm_0][info 2016/04/23 03:52:46.752 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$30/946840539.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$30/946840539@3eb4de3f (took 0 ms)
> [vm_1][info 2016/04/23 03:52:46.753 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$6/619750178.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$6/619750178@5d70b7f1
> [vm_1][info 2016/04/23 03:52:46.753 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$6/619750178.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$6/619750178@5d70b7f1 (took 0 ms)
> [vm_2][info 2016/04/23 03:52:46.753 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$19/446290511.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$19/446290511@329a6d41
> [vm_2][info 2016/04/23 03:52:46.753 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$19/446290511.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$19/446290511@329a6d41 (took 0 ms)
> [vm_3][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$15/1220908920.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$15/1220908920@223754c5
> [vm_3][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$15/1220908920.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$15/1220908920@223754c5 (took 0 ms)
> [vm_4][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/517410220.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/517410220@3b848875
> [vm_4][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/517410220.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/517410220@3b848875 (took 0 ms)
> [vm_5][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/793110012.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/793110012@46d83cde
> [vm_5][info 2016/04/23 03:52:46.754 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/793110012.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/793110012@46d83cde (took 0 ms)
> [vm_6][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/680517522.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/680517522@25e95442
> [vm_6][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/680517522.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/680517522@25e95442 (took 0 ms)
> [vm_7][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/1252995146.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/1252995146@2334ea93
> [vm_7][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/1252995146.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$4/1252995146@2334ea93 (took 0 ms)
> [info 2016/04/23 03:52:46.755 PDT <Test worker> tid=0xa] <ExpectedException action=add>Connection refused</ExpectedException>
> [info 2016/04/23 03:52:46.755 PDT <Test worker> tid=0xa] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_0][info 2016/04/23 03:52:46.755 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_1][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_1][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_2][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_2][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_3][info 2016/04/23 03:52:46.756 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_3][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_4][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_4][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_5][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_5][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_6][info 2016/04/23 03:52:46.757 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_6][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_7][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_7][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Connection refused</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [info 2016/04/23 03:52:46.758 PDT <Test worker> tid=0xa] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [info 2016/04/23 03:52:46.758 PDT <Test worker> tid=0xa] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_0][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.758 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_1][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_1][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_2][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_2][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_3][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_3][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.759 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_4][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_4][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_5][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_5][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_6][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_6][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.760 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_7][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_7][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Software caused connection abort</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [info 2016/04/23 03:52:46.761 PDT <Test worker> tid=0xa] <ExpectedException action=add>Connection reset</ExpectedException>
> [info 2016/04/23 03:52:46.761 PDT <Test worker> tid=0xa] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_0][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_1][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_1][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_1][info 2016/04/23 03:52:46.761 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_2][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_2][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_2][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_3][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_3][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_3][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_4][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_4][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_4][info 2016/04/23 03:52:46.762 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_5][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_5][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_5][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(1)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_6][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_6][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_6][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_7][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException"
> [vm_7][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] <ExpectedException action=add>Connection reset</ExpectedException>
> [vm_7][info 2016/04/23 03:52:46.763 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 0 ms)
> [vm_0][info 2016/04/23 03:52:46.799 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest$$Lambda$125/1200890028.call with 0 args on object: com.gemstone.gemfire.internal.cache.wan.parallel.ParallelWANPropagationDUnitTest$$Lambda$125/1200890028@3f3c4d7b
> [vm_0]distributed system properties: {distributed-system-id=1, start-locator=localhost[24684],server=true,peer=true,hostname-for-clients=localhost, mcast-port=0, log-level=info, off-heap-memory-size=300m, disable-auto-reconnect=true, enable-cluster-configuration=false, locators=localhost[24684], use-cluster-configuration=false}
> [vm_0][info 2016/04/23 03:52:46.802 PDT <RMI TCP Connection(6)-10.118.33.207> tid=0x12] 
> [vm_0]---------------------------------------------------------------------------
> [vm_0]  
> [vm_0]  Licensed to the Apache Software Foundation (ASF) under one or more
> [vm_0]  contributor license agreements.  See the NOTICE file distributed with this
> [vm_0]  work for additional information regarding copyright ownership.
> [vm_0]   
> [vm_0]  The ASF licenses this file to You under the Apache License, Version 2.0
> [vm_0]  (the "License"); you may not use this file except in compliance with the
> [vm_0]  License.  You may obtain a copy of the License at
> [vm_0]  
> [vm_0]  http://www.apache.org/licenses/LICENSE-2.0
> [vm_0]  
> [vm_0]  Unless required by applicable law or agreed to in writing, software
> [vm_0]  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
> [vm_0]  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
> [vm_0]  License for the specific language governing permissions and limitations
> [vm_0]  under the License.
> [vm_0]  
> [vm_0]---------------------------------------------------------------------------
> [vm_0]Java version:   1.0.0-incubating.M3-SNAPSHOT build 042216 2016-04-22 21:12:04 -0700 javac 1.8.0_66
> [vm_0]Native version: native code unavailable
> [vm_0]Source revision: 3c5a2e85a0c23b3733c1721ee0ea7286a7b4fd3f
> [vm_0]Source repository: develop
> [vm_0]Running on: cc8-rh64.gemstone.com/10.118.33.207, 4 cpu(s), amd64 Linux 2.6.32-358.41.1.el6.x86_64
> [vm_0]Process ID: 13553
> [vm_0]User: build
> [vm_0]Current dir: /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/distributedTest/dunit/vm0
> [vm_0]Home dir: /home/build
> [vm_0]Command Line Parameters:
> [vm_0]  -Dgemfire.DUnitLauncher.RMI_PORT=27674
> [vm_0]  -Dgemfire.DUnitLauncher.VM_NUM=0
> [vm_0]  -DWORKSPACE_DIR=/cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/distributedTest/.
> [vm_0]  -DlogLevel=info
> [vm_0]  -Djava.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> [vm_0]  -Xrunjdwp:transport=dt_socket,server=y,suspend=n
> [vm_0]  -XX:+HeapDumpOnOutOfMemoryError
> [vm_0]  -Xmx512m
> [vm_0]  -Dgemfire.DEFAULT_MAX_OPLOG_SIZE=10
> [vm_0]  -Dgemfire.disallowMcastDefaults=true
> [vm_0]  -ea
> [vm_0]  -XX:+PrintGC
> [vm_0]  -XX:+PrintGCDetails
> [vm_0]  -XX:+PrintGCTimeStamps
> [vm_0]  -DdummyArg=true
> [vm_0]Class Path:
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/classes/test
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/resources/test
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/classes/main
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/resources/main
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/classes/test
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/test
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.github.stefanbirkner/system-rules/1.15.0/355adc877e54a2eb6b42a3d2801cdf8329f215d8/system-rules-1.15.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.code.tempus-fugit/tempus-fugit/1.1/4f47af53091985a3e3581af60e432a556a69e2cd/tempus-fugit-1.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.jayway.awaitility/awaitility/1.7.0/e4fa7955cab67d880e4868a0795cce3498ea7bf2/awaitility-1.7.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/edu.umd.cs.mtc/multithreadedtc/1.01/43fbc1110d7e43cf79e415ef32036975ad85944c/multithreadedtc-1.01.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/eu.codearte.catch-exception/catch-exception/1.4.4/c54da7072e0ccaf1fb92118e5e6e24335039006e/catch-exception-1.4.4.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/eu.codearte.catch-exception/catch-throwable/1.4.4/e152e6679c9e57934cbf4126214e324c55603f82/catch-throwable-1.4.4.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.assertj/assertj-core/3.2.0/eded8ad93bf57af8eff233c1751550bd40349ebb/assertj-core-3.2.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.mockito/mockito-core/1.10.19/e8546f5bef4e061d8dd73895b4e8f40e3fe6effe/mockito-core-1.10.19.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-all/1.3/63a21ebc981131004ad02e0434e799fd7f3a8d5a/hamcrest-all-1.3.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-junit4/2.8.1/f32f596560c90e68aa2ef6d3fae8022475dbb9d0/jmock-junit4-2.8.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-legacy/2.8.1/ec286ef0c3f662a2260a864c89ebfbb5da3bd4de/jmock-legacy-2.8.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/pl.pragmatists/JUnitParams/1.0.4/e311bbf8fe3f0d837d6d38fbd0a3cf00dc909704/JUnitParams-1.0.4.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-junit/build/libs/geode-junit-1.0.0-incubating.M3-SNAPSHOT.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/cglib/cglib/3.1/1f1cb6c7a7479e0c7fd7987109e503914bebe84a/cglib-3.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.ow2.asm/asm/5.0.3/dcc2193db20e19e1feca8b1240dbbc4e190824fa/asm-5.0.3.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/1.3/4785a3c21320980282f9f33d0d1264a69040538f/hamcrest-library-1.3.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/cglib/cglib-nodep/3.1/aa83efbd1aedc4f26bdf00e7ea78191483f2c9b3/cglib-nodep-3.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.objenesis/objenesis/2.1/87c0ea803b69252868d09308b4618f766f135a96/objenesis-2.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock/2.8.1/aba0ed5962f5238421a2fee706d98133714590d0/jmock-2.8.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-testjar/2.8.1/f70febf8ef161533adb2ef4cca0adbd3cc56f125/jmock-testjar-2.8.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.beanshell/bsh/1.3.0/1fed35193d56470f46c0fb33917e3e82c0c42358/bsh-1.3.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/libs/geode-core-1.0.0-incubating.M3-SNAPSHOT.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.github.stephenc.findbugs/findbugs-annotations/1.3.9-1/a6b11447635d80757d64b355bed3c00786d86801/findbugs-annotations-1.3.9-1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jgroups/jgroups/3.6.8.Final/9cc380b3a82a786addd06dc04d1470d1c44a51cb/jgroups-3.6.8.Final.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.2.0/3a63aacffcc0f91f0920ddfa33a3833018c21f72/jackson-databind-2.2.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-io/commons-io/2.3/cd8d6ffc833cc63c30d712a180f4663d8f55799b/commons-io-2.3.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-lang/commons-lang/2.5/b0236b252e86419eef20c31a44579d2aee2f0a69/commons-lang-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-modeler/commons-modeler/2.0/177f22811ed71980e5cda66de05bd070e4da3ee3/commons-modeler-2.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/io.netty/netty-all/4.0.4.Final/925914146e37041255ea18ae2d5982f9589c784d/netty-all-4.0.4.Final.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.0.2/20876232e2cd12563507e4c9e85bd7948bc0656f/fastutil-7.0.2.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.mail/javax.mail-api/1.4.5/42af3cb44d5ec658adc8a4c7354ac0d19547c4ca/javax.mail-api-1.4.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.resource/javax.resource-api/1.7/ae40e0864eb1e92c48bf82a2a3399cbbf523fb79/javax.resource-api-1.7.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j/3.0.1/991089e21fce990b84d9e06e9ed9cc00d518ae56/mx4j-3.0.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-remote/3.0.1/f491951e754c24e7487efdd9f36d0677bfeb4184/mx4j-remote-3.0.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-tools/3.0.1/df853af9fe34d4eb6f849a1b5936fddfcbe67751/mx4j-tools-3.0.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.0.0/9b3a11c613ec3fd3440af4103b12c3de82d38b6e/jna-4.0.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.guava/guava/15.0/ed727a8d9f247e2050281cb083f1c77b09dcb5cd/guava-15.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.5/e7fd981408caba8a0c0fb276413562468d260160/log4j-api-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.5/7ed845de1dfe070d43511fab321784e6c4118398/log4j-core-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-webapp/9.3.6.v20151106/9cf00a3b7b2c1b6e024bb687e3719e1b0ff9e899/jetty-webapp-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework.shell/spring-shell/1.1.0.RELEASE/32fcf5aacf7bd5d997dbf2f8f95ed9369d81d9c0/spring-shell-1.1.0.RELEASE.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.xerial.snappy/snappy-java/1.1.1.6/e3f12835a135c0d253bee4dbbe74d37ce35d7269/snappy-java-1.1.1.6.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-common/build/libs/geode-common-1.0.0-incubating.M3-SNAPSHOT.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-joptsimple/build/libs/geode-joptsimple-1.0.0-incubating.M3-SNAPSHOT.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-json/build/libs/geode-json-1.0.0-incubating.M3-SNAPSHOT.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.8/81da0c3980e30744184bec4706cf6f4508d3d7ea/jansi-1.8.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.5/d1e34a4525e08873703fdaad6c6284f944f8ca8f/log4j-slf4j-impl-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-jcl/2.5/4d14933326d067ac1f16790325ac2eb997003bd2/log4j-jcl-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-jul/2.5/2c679bb8b6ec7e204615045c9943e6b4dbfd45ab/log4j-jul-2.5.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.2.0/3539928f64ce8c37340a012e974990ba1478109a/jackson-annotations-2.2.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.2.0/45b1e51668ad002d47a0e88dfab6a0b4416246eb/jackson-core-2.2.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.activation/activation/1.1/e6cb541461c2834bdea3eb920f1884d1eb508b50/activation-1.1.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.transaction/javax.transaction-api/1.2/d81aff979d603edd90dcd8db2abc1f4ce6479e3e/javax.transaction-api-1.2.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-xml/9.3.6.v20151106/b22e22977ea6c08751f8c945bb0785c35f9db28a/jetty-xml-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-servlet/9.3.6.v20151106/62c03d6c7203735d4e28e4e78e22df38152f01ef/jetty-servlet-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/jline/jline/2.12/ce9062c6a125e0f9ad766032573c041ae8ecc986/jline-2.12.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-core/4.2.4.RELEASE/160ccd89230753d4f49477a967f5876b034d9745/spring-core-4.2.4.RELEASE.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.12/8e20852d05222dc286bf1c71d78d0531e177c317/slf4j-api-1.7.12.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-util/9.3.6.v20151106/8721c8e670c11ea19005c567733453956b6243fc/jetty-util-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-security/9.3.6.v20151106/e44ffc80834a7f78a5b0ed15c54b875956772242/jetty-security-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.3.6.v20151106/d9c43a1b20ede7e3c456237d71b4cce1dff5457a/jetty-server-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.servlet/javax.servlet-api/3.1.0/3cd63d075497751784b2fa84be59432f4905bf7c/javax.servlet-api-3.1.0.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/9.3.6.v20151106/c2bba60bc1f9fe5779ac20ab30232bf9a89d3e52/jetty-http-9.3.6.v20151106.jar
> [vm_0]  /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-io/9.3.6.v20151106/9e59bde867e55d8c93cdd682d12317733ef5339/jetty-io-9.3.6.v20151106.jar
> [vm_0]Library Path:
> [vm_0]  /usr/java/packages/lib/amd64
> [vm_0]  /usr/lib64
> [vm_0]  /lib64
> [vm_0]  /lib
> [vm_0]  /usr/lib
> [vm_0]System Properties:
> [vm_0]    WORKSPACE_DIR = /cc8-rh64a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-wan/build/distributedTest/.
> [vm_0]    awt.toolkit = sun.awt.X11.XToolkit
> [vm_0]    dummyArg = true
> [vm_0]    file.encoding = ANSI_X3.4-1968
> [vm_0]    file.encoding.pkg = sun.io
> [vm_0]    file.separator = /
> [vm_0]    gemfire.DEFAULT_MAX_OPLOG_SIZE = 10
> [vm_0]    gemfire.DUnitLauncher.LAUNCHED = true
> [vm_0]    gemfire.DUnitLauncher.RMI_PORT = 27674
> [vm_0]    gemfire.DUnitLauncher.VM_NUM = 0
> [vm_0]    gemfire.disallowMcastDefaults = true
> [vm_0]    gemfire.free-off-heap-memory = true
> [vm_0]    hoplog.ALLOW_LOCAL_HDFS = true
> [vm_0]    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
> [vm_0]    java.awt.printerjob = sun.print.PSPrinterJob
> [vm_0]    java.class.version = 52.0
> [vm_0]    java.endorsed.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/endorsed
> [vm_0]    java.ext.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/ext:/usr/java/packages/lib/ext
> [vm_0]    java.home = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre
> [vm_0]    java.io.tmpdir = /tmp
> [vm_0]    java.runtime.name = Java(TM) SE Runtime Environment
> [vm_0]    java.runtime.version = 1.8.0_66-b17
> [vm_0]    java.specification.name = Java Platform API Specification
> [vm_0]    java.specification.vendor = Oracle Corporation
> [vm_0]    java.specification.version = 1.8
> [vm_0]    java.vendor = Oracle Corporation
> [vm_0]    java.vendor.url = http://java.oracle.com/
> [vm_0]    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
> [vm_0]    java.version = 1.8.0_66
> [vm_0]    java.vm.info = mixed mode
> [vm_0]    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
> [vm_0]    java.vm.specification.name = Java Virtual Machine Specification
> [vm_0]    java.vm.specification.vendor = Oracle Corporation
> [vm_0]    java.vm.specification.version = 1.8
> [vm_0]    java.vm.vendor = Oracle Corporation
> [vm_0]    java.vm.version = 25.66-b17
> [vm_0]    jna.platform.library.path = /usr/lib64:/lib64:/usr/lib:/lib
> [vm_0]    jnidispatch.path = /tmp/jna-94094958/jna5025280900901840818.tmp
> [vm_0]    line.separator = 
> [vm_0]    logLevel = info
> [vm_0]    membership_port_range_end = 65535
> [vm_0]    membership_port_range_start = 1024
> [vm_0]    os.version = 2.6.32-358.41.1.el6.x86_64
> [vm_0]    p2p.idleConnectionTimeout = 60000
> [vm_0]    p2p.shareSockets = true
> [vm_0]    p2p.useSSL = false
> [vm_0]    path.separator = :
> [vm_0]    sun.arch.data.model = 64
> [vm_0]    sun.boot.class.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/resources.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/rt.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/sunrsasign.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jsse.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jce.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/charsets.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jfr.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/classes
> [vm_0]    sun.boot.library.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/amd64
> [vm_0]    sun.cpu.endian = lit
> ...[truncated 14905454 chars]...
> t cc8-rh64(13553)<ec><v0>:1025 gracefully left the distributed cache: shutdown message received
> [vm_3][info 2016/04/23 03:58:45.196 PDT <Geode Membership View Creator> tid=0x15d5] View Creator thread is starting
> [vm_2][info 2016/04/23 03:58:45.196 PDT <Geode Membership View Creator> tid=0x1d0b] no recipients for new view aside from myself
> [vm_2][info 2016/04/23 03:58:45.196 PDT <Geode Membership View Creator> tid=0x1d0b] received new view: View[cc8-rh64(13562)<ec><v1>:1027|14] members: [cc8-rh64(13562)<ec><v1>:1027{lead}]  shutdown: [cc8-rh64(13558)<ec><v0>:1026]
> [vm_2]old view is: View[cc8-rh64(13558)<ec><v0>:1026|1] members: [cc8-rh64(13558)<ec><v0>:1026{lead}, cc8-rh64(13562)<ec><v1>:1027]
> [vm_2][info 2016/04/23 03:58:45.197 PDT <Geode Membership View Creator> tid=0x1d0b] no recipients for new view aside from myself
> [vm_2][info 2016/04/23 03:58:45.199 PDT <View Message Processor> tid=0x1d13] cc8-rh64(13562)<ec><v1>:1027 is the elder and the only member.
> [vm_3][info 2016/04/23 03:58:45.200 PDT <Geode Membership View Creator> tid=0x15d5] no recipients for new view aside from myself
> [vm_3][info 2016/04/23 03:58:45.200 PDT <Geode Membership View Creator> tid=0x15d5] received new view: View[cc8-rh64(13571)<ec><v1>:1028|12] members: [cc8-rh64(13571)<ec><v1>:1028{lead}]  shutdown: [cc8-rh64(13553)<ec><v0>:1025]
> [vm_3]old view is: View[cc8-rh64(13553)<ec><v0>:1025|1] members: [cc8-rh64(13553)<ec><v0>:1025{lead}, cc8-rh64(13571)<ec><v1>:1028]
> [vm_3][info 2016/04/23 03:58:45.202 PDT <Geode Membership View Creator> tid=0x15d5] no recipients for new view aside from myself
> [vm_2][info 2016/04/23 03:58:45.203 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Shutting down DistributionManager cc8-rh64(13562)<ec><v1>:1027. 
> [vm_3][info 2016/04/23 03:58:45.204 PDT <View Message Processor> tid=0x15db] cc8-rh64(13571)<ec><v1>:1028 is the elder and the only member.
> [vm_1][info 2016/04/23 03:58:45.294 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Now closing distribution for cc8-rh64(13558)<ec><v0>:1026
> [vm_1][info 2016/04/23 03:58:45.294 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Stopping membership services
> [vm_1][info 2016/04/23 03:58:45.294 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor server socket is closed in stopServices().
> [vm_1][info 2016/04/23 03:58:45.295 PDT <Geode Failure Detection Server thread 0> tid=0x14ac] GMSHealthMonitor server thread exiting
> [vm_1][info 2016/04/23 03:58:45.295 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor serverSocketExecutor is terminated
> [vm_0][info 2016/04/23 03:58:45.296 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Now closing distribution for cc8-rh64(13553)<ec><v0>:1025
> [vm_0][info 2016/04/23 03:58:45.296 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Stopping membership services
> [vm_3][info 2016/04/23 03:58:45.297 PDT <unicast receiver,cc8-rh64-65417> tid=0x15b0] received leave request from cc8-rh64(13553)<ec><v0>:1025 for cc8-rh64(13553)<ec><v0>:1025
> [vm_0][info 2016/04/23 03:58:45.297 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] GMSHealthMonitor server socket is closed in stopServices().
> [vm_0][info 2016/04/23 03:58:45.297 PDT <Geode Failure Detection Server thread 0> tid=0x1623] GMSHealthMonitor server thread exiting
> [vm_0][info 2016/04/23 03:58:45.297 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] GMSHealthMonitor serverSocketExecutor is terminated
> [vm_1][info 2016/04/23 03:58:45.297 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] DistributionManager stopped in 110ms.
> [vm_1][info 2016/04/23 03:58:45.297 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Marking DistributionManager cc8-rh64(13558)<ec><v0>:1026 as closed.
> [vm_1][info 2016/04/23 03:58:45.298 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$11/2044908683.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$11/2044908683@2fa039eb (took 116 ms)
> [vm_0][info 2016/04/23 03:58:45.303 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] DistributionManager stopped in 109ms.
> [vm_0][info 2016/04/23 03:58:45.304 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Marking DistributionManager cc8-rh64(13553)<ec><v0>:1025 as closed.
> [vm_2][info 2016/04/23 03:58:45.304 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Now closing distribution for cc8-rh64(13562)<ec><v1>:1027
> [vm_2][info 2016/04/23 03:58:45.304 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Stopping membership services
> [vm_2][info 2016/04/23 03:58:45.304 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor server socket is closed in stopServices().
> [vm_0][info 2016/04/23 03:58:45.304 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$38/2009805552.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$38/2009805552@5d5b05ab (took 121 ms)
> [vm_2][info 2016/04/23 03:58:45.304 PDT <Geode Failure Detection Server thread 0> tid=0x1ced] GMSHealthMonitor server thread exiting
> [vm_2][info 2016/04/23 03:58:45.305 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor serverSocketExecutor is terminated
> [vm_2][info 2016/04/23 03:58:45.307 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] DistributionManager stopped in 104ms.
> [vm_2][info 2016/04/23 03:58:45.307 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Marking DistributionManager cc8-rh64(13562)<ec><v1>:1027 as closed.
> [vm_2][info 2016/04/23 03:58:45.308 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$21/519612262.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$21/519612262@2a936658 (took 126 ms)
> [vm_3][info 2016/04/23 03:58:46.295 PDT <GatewaySender Proxy Stomper> tid=0x15e3] Destroying connection pool ln
> [vm_3][info 2016/04/23 03:58:46.296 PDT <BatchRemovalThread> tid=0x15ca] The QueueRemovalThread is done.
> [vm_3][info 2016/04/23 03:58:46.296 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Stopped  ParallelGatewaySender{id=ln,remoteDsId=2,isRunning =false}
> [vm_3][info 2016/04/23 03:58:46.322 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Shutting down DistributionManager cc8-rh64(13571)<ec><v1>:1028. 
> [vm_3][info 2016/04/23 03:58:46.424 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Now closing distribution for cc8-rh64(13571)<ec><v1>:1028
> [vm_3][info 2016/04/23 03:58:46.424 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Stopping membership services
> [vm_3][info 2016/04/23 03:58:46.424 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor server socket is closed in stopServices().
> [vm_3][info 2016/04/23 03:58:46.425 PDT <Geode Failure Detection Server thread 0> tid=0x15b4] GMSHealthMonitor server thread exiting
> [vm_3][info 2016/04/23 03:58:46.425 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] GMSHealthMonitor serverSocketExecutor is terminated
> [vm_3][info 2016/04/23 03:58:46.427 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] DistributionManager stopped in 104ms.
> [vm_3][info 2016/04/23 03:58:46.427 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Marking DistributionManager cc8-rh64(13571)<ec><v1>:1028 as closed.
> [vm_3][info 2016/04/23 03:58:46.428 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$17/855547992.run with 0 args on object: com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$17/855547992@15e881de (took 1243 ms)
> [vm_0][info 2016/04/23 03:58:46.429 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$10/1666686190.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$10/1666686190@348fa420
> [vm_0][info 2016/04/23 03:58:46.429 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$10/1666686190.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$10/1666686190@348fa420 (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.429 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1071578626.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1071578626@3eff1b69
> [vm_1][info 2016/04/23 03:58:46.429 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1071578626.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1071578626@3eff1b69 (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.430 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1494637974.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1494637974@e7405a3
> [vm_2][info 2016/04/23 03:58:46.430 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1494637974.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1494637974@e7405a3 (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.430 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/681772822.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/681772822@202e2b9
> [vm_3][info 2016/04/23 03:58:46.430 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/681772822.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/681772822@202e2b9 (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.431 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1315026770.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1315026770@5ee602b6
> [vm_4][info 2016/04/23 03:58:46.431 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1315026770.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1315026770@5ee602b6 (took 0 ms)
> [vm_5][info 2016/04/23 03:58:46.431 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/535778846.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/535778846@5bc660ce
> [vm_5][info 2016/04/23 03:58:46.431 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/535778846.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/535778846@5bc660ce (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.432 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1711811142.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1711811142@3009b8c4
> [vm_6][info 2016/04/23 03:58:46.432 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1711811142.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1711811142@3009b8c4 (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.432 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1792382774.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1792382774@20be4b67
> [vm_7][info 2016/04/23 03:58:46.432 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1792382774.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$7/1792382774@20be4b67 (took 0 ms)
> [info 2016/04/23 03:58:46.433 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Connection refused</ExpectedException>
> [info 2016/04/23 03:58:46.433 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_0][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_1][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.433 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_2][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_3][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.434 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_4][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_4][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_5][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_6][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_7][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Connection refused</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [info 2016/04/23 03:58:46.436 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [info 2016/04/23 03:58:46.436 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_0][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_1][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.436 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.435 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_2][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_3][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.437 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_4][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_4][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_4][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_5][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_5][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_6][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.438 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_7][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Software caused connection abort</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [info 2016/04/23 03:58:46.439 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Connection reset</ExpectedException>
> [info 2016/04/23 03:58:46.439 PDT <Test worker> tid=0xa] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_0][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_0][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.439 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_1][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_1][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_2][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_3][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.440 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_4][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_4][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_4][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_5][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_5][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_5][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_6][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_6][info 2016/04/23 03:58:46.441 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove"
> [vm_7][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] <ExpectedException action=remove>Connection reset</ExpectedException>
> [vm_7][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms)
> [vm_0][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$11/510107740.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$11/510107740@4188ef92
> [vm_0][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$11/510107740.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$11/510107740@4188ef92 (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.442 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1125180804.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1125180804@7b9b2bc5
> [vm_1][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1125180804.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1125180804@7b9b2bc5 (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/233742763.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/233742763@66ffa76d
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.CacheClosedException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.CacheClosedException</ExpectedException>
> [vm_2][info 2016/04/23 03:58:46.443 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/233742763.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/233742763@66ffa76d (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/7007586.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/7007586@30c1c1ce
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Could not connect</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Could not connect</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Could not connect</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>Could not connect</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>java.lang.InterruptedException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>java.lang.InterruptedException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.ForceReattemptException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.cache.persistence.PartitionOfflineException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.444 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>java.lang.InterruptedException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>java.lang.InterruptedException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.wan.GatewaySenderException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] <ExpectedException action=remove>com.gemstone.gemfire.internal.cache.wan.GatewaySenderException</ExpectedException>
> [vm_3][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/7007586.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/7007586@30c1c1ce (took 1 ms)
> [vm_4][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1269410258.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1269410258@496ddf10
> [vm_4][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1269410258.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1269410258@496ddf10 (took 0 ms)
> [vm_5][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1002845152.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1002845152@53bf432e
> [vm_5][info 2016/04/23 03:58:46.445 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1002845152.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1002845152@53bf432e (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.446 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/517434787.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/517434787@6be2dd12
> [vm_6][info 2016/04/23 03:58:46.446 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/517434787.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/517434787@6be2dd12 (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.446 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1577281982.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1577281982@1ee16ec5
> [vm_7][info 2016/04/23 03:58:46.446 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1577281982.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$8/1577281982@1ee16ec5 (took 0 ms)
> [locator][info 2016/04/23 03:58:46.447 PDT <RMI TCP Connection(20)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$3/1837022464.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$3/1837022464@1f592aaf
> [locator][info 2016/04/23 03:58:46.447 PDT <RMI TCP Connection(20)-10.118.33.207> tid=0x12] Got result: null
> [locator] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$3/1837022464.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$3/1837022464@1f592aaf (took 0 ms)
> [vm_0][info 2016/04/23 03:58:46.453 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$40/873211229.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$40/873211229@4406f1e7
> [vm_0][info 2016/04/23 03:58:46.453 PDT <RMI TCP Connection(11)-10.118.33.207> tid=0x12] Got result: null
> [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$40/873211229.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$40/873211229@4406f1e7 (took 0 ms)
> [vm_1][info 2016/04/23 03:58:46.454 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$13/91639254.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$13/91639254@7b8fa73c
> [vm_1][info 2016/04/23 03:58:46.454 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$13/91639254.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$13/91639254@7b8fa73c (took 0 ms)
> [vm_2][info 2016/04/23 03:58:46.454 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$23/1270144716.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$23/1270144716@2d6d89b2
> [vm_2][info 2016/04/23 03:58:46.454 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$23/1270144716.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$23/1270144716@2d6d89b2 (took 0 ms)
> [vm_3][info 2016/04/23 03:58:46.455 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$19/1426626055.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$19/1426626055@56666687
> [vm_3][info 2016/04/23 03:58:46.455 PDT <RMI TCP Connection(10)-10.118.33.207> tid=0x12] Got result: null
> [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$19/1426626055.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$19/1426626055@56666687 (took 0 ms)
> [vm_4][info 2016/04/23 03:58:46.455 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/314741523.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/314741523@72c49722
> [vm_4][info 2016/04/23 03:58:46.455 PDT <RMI TCP Connection(9)-10.118.33.207> tid=0x1daf] Got result: null
> [vm_4] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/314741523.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/314741523@72c49722 (took 0 ms)
> [vm_5][info 2016/04/23 03:58:46.456 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/628060950.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/628060950@451962fc
> [vm_5][info 2016/04/23 03:58:46.456 PDT <RMI TCP Connection(5)-10.118.33.207> tid=0x12] Got result: null
> [vm_5] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/628060950.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/628060950@451962fc (took 0 ms)
> [vm_6][info 2016/04/23 03:58:46.456 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/441805790.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/441805790@5e69bc1c
> [vm_6][info 2016/04/23 03:58:46.456 PDT <RMI TCP Connection(7)-10.118.33.207> tid=0x12] Got result: null
> [vm_6] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/441805790.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/441805790@5e69bc1c (took 0 ms)
> [vm_7][info 2016/04/23 03:58:46.456 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/1524508224.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/1524508224@5eb8fb81
> [vm_7][info 2016/04/23 03:58:46.457 PDT <RMI TCP Connection(8)-10.118.33.207> tid=0xdd0] Got result: null
> [vm_7] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/1524508224.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$9/1524508224@5eb8fb81 (took 0 ms)
> Standard Error
> Suspicious strings were written to the log during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> -----------------------------------------------------------------------
> Found suspect string in log4j at line 8248
> [fatal 2016/04/23 03:53:40.659 PDT <unicast receiver,cc8-rh64-49118> tid=0x1f39] Membership service failure: Member isn't responding to heartbeat requests
> com.gemstone.gemfire.ForcedDisconnectException: Member isn't responding to heartbeat requests
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2586)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:907)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:592)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1563)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1095)
> 	at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
> 	at org.jgroups.JChannel.up(JChannel.java:741)
> 	at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
> 	at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
> 	at org.jgroups.protocols.FlowControl.up(FlowControl.java:392)
> 	at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1064)
> 	at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:779)
> 	at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:75)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:75)
> 	at org.jgroups.protocols.TP.passMessageUp(TP.java:1567)
> 	at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1783)
> 	at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
> 	at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1695)
> 	at org.jgroups.protocols.TP.receive(TP.java:1620)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:160)
> 	at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
> 	at java.lang.Thread.run(Thread.java:745)
> -----------------------------------------------------------------------
> Found suspect string in log4j at line 8392
> [fatal 2016/04/23 03:53:41.159 PDT <unicast receiver,cc8-rh64-13736> tid=0x10f5] Membership service failure: Member isn't responding to heartbeat requests
> com.gemstone.gemfire.ForcedDisconnectException: Member isn't responding to heartbeat requests
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2586)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:907)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:592)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1563)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1095)
> 	at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
> 	at org.jgroups.JChannel.up(JChannel.java:741)
> 	at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
> 	at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
> 	at org.jgroups.protocols.FlowControl.up(FlowControl.java:392)
> 	at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1064)
> 	at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:779)
> 	at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:75)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:75)
> 	at org.jgroups.protocols.TP.passMessageUp(TP.java:1567)
> 	at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1783)
> 	at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
> 	at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1695)
> 	at org.jgroups.protocols.TP.receive(TP.java:1620)
> 	at com.gemstone.gemfire.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:160)
> 	at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
> 	at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)