Dan Smith created GEODE-4093:
--------------------------------
Summary: New protocol throws NPE on embedded locator
Key: GEODE-4093
URL: https://issues.apache.org/jira/browse/GEODE-4093
Project: Geode
Issue Type: Bug
Components: client/server
Reporter: Dan Smith
The new client protocol throws an NPE when using an embedded locator
{noformat}
java.lang.NullPointerException
at
org.apache.geode.internal.protocol.protobuf.statistics.ProtobufClientStatisticsImpl.<init>(ProtobufClientStatisticsImpl.java:39)
at
org.apache.geode.internal.protocol.protobuf.v1.ProtobufProtocolService.initializeStatistics(ProtobufProtocolService.java:34)
at
org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:392)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)