You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/02/08 02:06:22 UTC

[GitHub] [rocketmq] shaoyangdd opened a new issue #2669: Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: java.lang.NullPointerException, java.lang.String.startsWith(String.java:1405)

shaoyangdd opened a new issue #2669:
URL: https://github.com/apache/rocketmq/issues/2669


   producer发消息的时候报空指针
   
   Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1  DESC: java.lang.NullPointerException, java.lang.String.startsWith(String.java:1405)
   For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:665)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessageSync(MQClientAPIImpl.java:505)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:487)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:431)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendKernelImpl(DefaultMQProducerImpl.java:854)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:584)


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] vongosling closed issue #2669: Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: java.lang.NullPointerException, java.lang.String.startsWith(String.java:1405)

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #2669:
URL: https://github.com/apache/rocketmq/issues/2669


   


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] shaoyangdd commented on issue #2669: Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: java.lang.NullPointerException, java.lang.String.startsWith(String.java:1405)

Posted by GitBox <gi...@apache.org>.
shaoyangdd commented on issue #2669:
URL: https://github.com/apache/rocketmq/issues/2669#issuecomment-774828154


   问题找到了,是没有加到白名单,但是不应该报空指针啊!


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] vongosling commented on issue #2669: Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: java.lang.NullPointerException, java.lang.String.startsWith(String.java:1405)

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #2669:
URL: https://github.com/apache/rocketmq/issues/2669#issuecomment-775630195


   Would you like to build patches to make warnings more self-explanatory? In addition, I would like to let you know that you do not post all exceptions when asking questions, which is not helpful for other guys to search for similar questions. Be smarter to ask questions :-) @RongtongJin @duhenglucky @duhengforever 


----------------------------------------------------------------
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.

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