joint-song commented on issue #156:
URL: 
https://github.com/apache/rocketmq-eventbridge/issues/156#issuecomment-3173555299

   > Still got the same error:
   > 
   > ```
   > Caused by: 
org.apache.rocketmq.remoting.exception.RemotingSendRequestException: send 
request to <ocalhost/127.0.0.1:9876> failed
   >    at 
org.apache.rocketmq.remoting.netty.NettyRemotingAbstract.invokeSyncImpl(NettyRemotingAbstract.java:440)
   >    at 
org.apache.rocketmq.remoting.netty.NettyRemotingClient.invokeSync(NettyRemotingClient.java:377)
   >    at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1367)
   >    at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.getTopicRouteInfoFromNameServer(MQClientAPIImpl.java:1357)
   >    at 
org.apache.rocketmq.client.impl.MQAdminImpl.createTopic(MQAdminImpl.java:86)
   >    ... 152 common frames omitted
   > Caused by: io.netty.handler.codec.EncoderException: 
java.lang.NoSuchMethodError: 
com.alibaba.fastjson.JSON.toJSONString(Ljava/lang/Object;Z)Ljava/lang/String;
   >    at 
io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
   > ```
   > 
   > I ran the sample from officialsite here: 
https://rocketmq.apache.org/zh/docs/4.x/eventbridge/03RocketMQEventBridgeQuickStart.
 And download binary from embedded link here: 
https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-eventbridge/1.0.0/rocketmq-eventbridge-1.0.0-bin-release.zip
   > 
   > How can I make it work?
   
   Using rocketmq-eventbridge-1.1.0-bin-release.zip resolved this problem. 
Should we update the official documentation?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to