You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/17 15:03:46 UTC

[GitHub] [rocketmq-clients] bendan365 opened a new issue, #315: ReceiveMessage and the response is "null. NullPointerException. org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity.receiveMessage(ReceiveMessageActivity.java:65)"

bendan365 opened a new issue, #315:
URL: https://github.com/apache/rocketmq-clients/issues/315

   {
       "status": {
           "code": "INTERNAL_SERVER_ERROR",
           "message": "null. NullPointerException. org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity.receiveMessage(ReceiveMessageActivity.java:65)"
       }
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] colprog commented on issue #315: ReceiveMessage and the response is "null. NullPointerException. org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity.receiveMessage(ReceiveMessageActivity.java:65)"

Posted by GitBox <gi...@apache.org>.
colprog commented on issue #315:
URL: https://github.com/apache/rocketmq-clients/issues/315#issuecomment-1365908613

   I recent fixed a similar bug in dotnet driver. for the dotnet driver, the problem is missing periodic heartbeat. so after a while, client session is recycled on the proxy, giving this exact error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] aaron-ai closed issue #315: ReceiveMessage and the response is "null. NullPointerException. org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity.receiveMessage(ReceiveMessageActivity.java:65)"

Posted by GitBox <gi...@apache.org>.
aaron-ai closed issue #315: ReceiveMessage and the response is "null. NullPointerException. org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity.receiveMessage(ReceiveMessageActivity.java:65)"
URL: https://github.com/apache/rocketmq-clients/issues/315


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org