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/06/18 21:03:40 UTC

[GitHub] [rocketmq] Hsiu-chu opened a new issue #3012: NOT TRY ERROR

Hsiu-chu opened a new issue #3012:
URL: https://github.com/apache/rocketmq/issues/3012


   rocketmq/client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java 
   private SendResult sendKernelImpl(final Message msg,
           final MessageQueue mq,
           final CommunicationMode communicationMode,
           final SendCallback sendCallback,
           final TopicPublishInfo topicPublishInfo,
           final long timeout) throws MQClientException, RemotingException, MQBrokerException, InterruptedException {}
    MessageClientIDSetter.setUniqID(msg);
   Error thrown when commons-validator-1.7.jar is Missing ,However, the error is not captured, so the SendResult cannot be returned.
   
   java.lang.NoClassDefFoundError: org/apache/commons/validator/routines/InetAddressValidator
           at org.apache.rocketmq.common.UtilAll.ipV6Check(UtilAll.java:474)
           at org.apache.rocketmq.common.UtilAll.getIP(UtilAll.java:530)
           at org.apache.rocketmq.common.message.MessageClientIDSetter.<clinit>(MessageClientIDSetter.java:36)
           at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendKernelImpl(DefaultMQProducerImpl.java:709)
   


-- 
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] Hsiu-chu commented on issue #3012: NOT TRY ERROR

Posted by GitBox <gi...@apache.org>.
Hsiu-chu commented on issue #3012:
URL: https://github.com/apache/rocketmq/issues/3012#issuecomment-865505560


   I use rocketmq-flume, which introduces the client, but does not throw an exception, and is always waiting.


-- 
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] odbozhou commented on issue #3012: NOT TRY ERROR

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


   Please check in your application why this exception NoClassDefFoundError is thrown back


-- 
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] Hsiu-chu commented on issue #3012: NOT TRY ERROR

Posted by GitBox <gi...@apache.org>.
Hsiu-chu commented on issue #3012:
URL: https://github.com/apache/rocketmq/issues/3012#issuecomment-865505560


   I use rocketmq-flume, which introduces the client, but does not throw an exception, and is always waiting.


-- 
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] odbozhou closed issue #3012: NOT TRY ERROR

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


   


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