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 2019/09/28 16:25:03 UTC

[GitHub] [rocketmq] shouzimu commented on issue #1176: send request to failed

shouzimu commented on issue #1176: send request to <ip:prot>                   failed
URL: https://github.com/apache/rocketmq/issues/1176#issuecomment-536204082
 
 
   i build in java12 and run with java8, report this error
   ```
   Caused by: io.netty.handler.codec.EncoderException: java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer
   ```
   then i build in java8 and run with java8, it's ok
   
   ```java
   sh bin/tools.sh org.apache.rocketmq.example.quickstart.Producer
   SendResult [sendStatus=SEND_OK, msgId=C0A801030861511D50C0904741AB0000, offsetMsgId=C0A8010300002A9F000000000002BEB2, messageQueue=MessageQueue [topic=TopicTest, brokerName=localhost, queueId=1], queueOffset=250]
   ```

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


With regards,
Apache Git Services