You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/01 16:01:21 UTC

[jira] [Commented] (GEODE-1833) NPE while initializing GatewaySenderEventRemoteDispatcher

    [ https://issues.apache.org/jira/browse/GEODE-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15455855#comment-15455855 ] 

ASF subversion and git services commented on GEODE-1833:
--------------------------------------------------------

Commit ea5516c53fa124da7ff7ee91f69d52e78949bbfd in incubator-geode's branch refs/heads/develop from zhouxh
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ea5516c ]

GEODE-1833: should save the reference locally in case other thread
closed the server location.


> NPE while initializing GatewaySenderEventRemoteDispatcher
> ---------------------------------------------------------
>
>                 Key: GEODE-1833
>                 URL: https://issues.apache.org/jira/browse/GEODE-1833
>             Project: Geode
>          Issue Type: Bug
>            Reporter: xiaojian zhou
>
> {noformat}
> GEM-455 reported NPE as below in revision d8522c23a87077699e5192041d7427192cb40c63: 
> [warning 2016/02/26 18:15:48.372 PST peergemfire_4_2_w1-gst-dev03_12504 <Event Processor for GatewaySender_sender_ds_4_to_ds_1.1> tid=0x145] Could not connect to: null
> java.lang.NullPointerException
>         at com.gemstone.gemfire.cache.client.internal.ConnectionImpl.connect(ConnectionImpl.java:102)
>         at com.gemstone.gemfire.cache.client.internal.ConnectionFactoryImpl.createClientToServerConnection(ConnectionFactoryImpl.java:144)
>         at com.gemstone.gemfire.cache.client.internal.pooling.ConnectionManagerImpl.borrowConnection(ConnectionManagerImpl.java:327)
>         at com.gemstone.gemfire.cache.client.internal.PoolImpl.acquireConnection(PoolImpl.java:860)
>         at com.gemstone.gemfire.internal.cache.wan.GatewaySenderEventRemoteDispatcher.initializeConnection(GatewaySenderEventRemoteDispatcher.java:360)
>         at com.gemstone.gemfire.internal.cache.wan.GatewaySenderEventRemoteDispatcher.<init>(GatewaySenderEventRemoteDispatcher.java:82)
>         at com.gemstone.gemfire.internal.cache.wan.serial.RemoteSerialGatewaySenderEventProcessor.initializeEventDispatcher(RemoteSerialGatewaySenderEventProcessor.java:44)
>         at com.gemstone.gemfire.internal.cache.wan.AbstractGatewaySenderEventProcessor.setRunningStatus(AbstractGatewaySenderEventProcessor.java:1067)
>         at com.gemstone.gemfire.internal.cache.wan.serial.SerialGatewaySenderEventProcessor.run(SerialGatewaySenderEventProcessor.java:202)
> {noformat}



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