You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Edin Zulich (JIRA)" <ji...@apache.org> on 2016/02/18 23:52:18 UTC

[jira] [Updated] (GEODE-921) InternalGemFireError: No cache client proxy on this node

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

Edin Zulich updated GEODE-921:
------------------------------
    Assignee: William Markito Oliveira

> InternalGemFireError: No cache client proxy on this node
> --------------------------------------------------------
>
>                 Key: GEODE-921
>                 URL: https://issues.apache.org/jira/browse/GEODE-921
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Darrel Schneider
>            Assignee: William Markito Oliveira
>
> On a private build of git rev ab25e41c6281ef90f04c7534e4d65ba4f24d7fc9 this test CqDataUsingPoolOptimizedExecuteDUnitTest.testCQHAWithState failed with the following suspect string. InternalGemFireError should never happen so this bug should have a higher priority than most suspect string failures.
> [vm_2][info 2016/02/05 06:11:28.175 UTC <RMI TCP Connection(15)-10.32.38.194> tid=0x2d9] ### Close CacheServer. ###
> [vm_3][info 2016/02/05 06:11:28.175 UTC <Cache Client Updater Thread  on ip-10-32-38-194(18458)<ec><v29>:1027 port 21058> tid=0x1e2] Redundant subscription endpoint ip-10-32-38-194.ore1.vpc.pivotal.io:21058 crashed. Scheduling recovery.
> [vm_3][info 2016/02/05 06:11:28.175 UTC <queueTimer-testCQHAWithState> tid=0x1e4] SubscriptionManager redundancy satisfier - primary endpoint has been lost. Attempting to recover.
> [vm_3][info 2016/02/05 06:11:28.177 UTC <Cache Client Updater Thread  on ip-10-32-38-194(18458)<ec><v29>:1027 port 21058> tid=0x1e2] Cache client updater for Queue on endpoint ip-10-32-38-194.ore1.vpc.pivotal.io:21058 exiting. Scheduling recovery.
> [vm_2][info 2016/02/05 06:11:28.177 UTC <RMI TCP Connection(15)-10.32.38.194> tid=0x2d9] Cache server on port 27,672 is shutting down.
> [vm_3][warn 2016/02/05 06:11:28.178 UTC <poolTimer-testCQHAWithState-4> tid=0x1e0] Could not connect to: ip-10-32-38-194.ore1.vpc.pivotal.io:27672
> [vm_3]java.io.EOFException
> [vm_3]	at java.io.DataInputStream.readBoolean(DataInputStream.java:244)
> [vm_3]	at com.gemstone.gemfire.internal.cache.tier.sockets.HandShake.greet(HandShake.java:1343)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.ConnectionImpl.connect(ConnectionImpl.java:115)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.ConnectionFactoryImpl.createClientToServerConnection(ConnectionFactoryImpl.java:144)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.ConnectionFactoryImpl.createClientToServerConnection(ConnectionFactoryImpl.java:261)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl.prefillConnection(ConnectionManagerImpl.java:805)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl.prefill(ConnectionManagerImpl.java:748)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl$PrefillConnectionsTask.run2(ConnectionManagerImpl.java:899)
> [vm_3]	at com.gemstone.gemfire.cache.client.internal.PoolImpl$PoolTask.run(PoolImpl.java:1259)
> [vm_3]	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [vm_3]	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [vm_3]	at java.lang.Thread.run(Thread.java:745)
> [vm_3][info 2016/02/05 06:11:28.179 UTC <Cache Client Updater Thread  on ip-10-32-38-194(18472)<ec><v30>:1028 port 27672> tid=0x1e7] Redundant subscription endpoint ip-10-32-38-194.ore1.vpc.pivotal.io:27672 crashed. Scheduling recovery.
> [vm_3][warn 2016/02/05 06:11:28.179 UTC <queueTimer-testCQHAWithState> tid=0x1e4] Pool unexpected closed socket on server connection=Connection[ip-10-32-38-194.ore1.vpc.pivotal.io:27672]@211338577). Server unreachable: could not connect after 1 attempts
> [vm_3][info 2016/02/05 06:11:28.180 UTC <queueTimer-testCQHAWithState> tid=0x1e4] SubscriptionManager redundancy satisfier - redundant endpoint has been lost. Attempting to recover.
> [vm_3][error 2016/02/05 06:11:28.180 UTC <queueTimer-testCQHAWithState> tid=0x1e4] Could not find any server to create redundant client queue on. Number of excluded servers is 3 and exception is no exception.
> [vm_3][info 2016/02/05 06:11:28.180 UTC <queueTimer-testCQHAWithState> tid=0x1e4] Redundancy level 1 is not satisfied, but there are no more servers available. Redundancy is currently 0.
> [vm_3][info 2016/02/05 06:11:28.181 UTC <Cache Client Updater Thread  on ip-10-32-38-194(18472)<ec><v30>:1028 port 27672> tid=0x1e7] Cache client updater for Queue on endpoint ip-10-32-38-194.ore1.vpc.pivotal.io:27672 exiting. Scheduling recovery.
> [vm_2][fatal 2016/02/05 06:11:28.186 UTC <ServerConnection on port 27672 Thread 0> tid=0x571] Server connection from [identity(ip-10-32-38-194(18478)<ec><v5>:1029,connection=1; port=36151] : Unexpected Error on server
> [vm_2]com.gemstone.gemfire.InternalGemFireError: No cache client proxy on this node for proxyId identity(ip-10-32-38-194(18478)<ec><v5>:1029,connection=1
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.CacheClientNotifier.makePrimary(CacheClientNotifier.java:711)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.command.MakePrimary.cmdExecute(MakePrimary.java:52)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.BaseCommand.execute(BaseCommand.java:175)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.ServerConnection.doNormalMsg(ServerConnection.java:796)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.ServerConnection.doOneMessage(ServerConnection.java:923)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.ServerConnection.run(ServerConnection.java:1168)
> [vm_2]	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [vm_2]	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [vm_2]	at com.gemstone.gemfire.internal.cache.tier.sockets.AcceptorImpl$1$1.run(AcceptorImpl.java:561)
> [vm_2]	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)