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/04/22 13:17:39 UTC

[GitHub] [rocketmq] hongjunxin commented on issue #1169: 无法发送请求到 rocketMQ 服务器

hongjunxin commented on issue #1169: 无法发送请求到 rocketMQ 服务器 
URL: https://github.com/apache/rocketmq/issues/1169#issuecomment-485415800
 
 
   Hi. I had met the same trouble. The cause is that because I compiled rocketmq with JDK11, but running rocketmq in JDK8. 
   In JDK11(in fact since JDK9) ByteBuffer.flip() returns a ByteBuffer. BUT It used to return a Buffer in JDK8.
   You can look at the link https://github.com/plasma-umass/doppio/issues/497 to get more info. 
   Hope can help you.

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