error message
Startorg.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException: sendDefaultImpl call timeout
at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:612)
at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1253)
at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1203)
at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:214)
at com.cmit.fabric.java.rocketmq.RocketMQTest.producer.ProducerTest.producerStart(ProducerTest.java:39)
at com.cmit.fabric.java.rocketmq.RocketMQTest.producer.ProducerTest.main(ProducerTest.java:27)
Solution:
Add in conf/break.conf
namesrvAddr = Internet access address: 9876
brokerIP1=Internet access address
Start command change
Start namesrv
sh bin/mqnamesrv -n Internet access address: 9876
Start the broker
sh bin/mqbroker -n Internet access address:9876 -c conf/broker.conf autoCreateTopicEnable=true
Read More:
- [Solved] Rocketmq installation error: org.apache.rocketmq.remoting.exception.remotingconnectexception: connect to failed
- [Solved] Rocketmq Root Account Startup Error: Permission denied
- [Solved] Openfegn Remote Call Error: java.lang.NullPointerException: null
- [Solved] Gunicorn timeout error: worker timeout
- [Solved] Hive On Spark Error: Remote Spark Driver – HiveServer2 connection has been closed
- [Solved] Windows Start RocketMq Error: Unrecognized VM option ‘UseCMSCompactAtFullCollection‘
- [Solved] RocketMQ Start broker Error: StoreScheduledThread1
- [Solved] rocketmq Startup Error: Error: Could not create the Java Virtual Machine.
- [Solved] failed on connection exception: java.net.ConnectException: Connection denied
- [Solved] Hadoop failed on connection exception: java.net.ConnectException: Connection refused
- [Solved] Multithreading uses jsch to obtain a session for connection error: session.connect: java.net.socketexception: connection reset
- [Solved] Java.lang.BootstrapMethodError: call site initialization exception
- Spring cloud remote connect Nacos error [How to Solve]
- Microservice call exceptions: error feign.RetryableException: Read timed out executing POST http://xxx…….
- [Solved] cannot call sendError() after the response has been committed
- [Solved] Spring integrates canal to call feign error: pool-1-thread-1
- Using java to call Jython, the error URI is not hierarchical
- [Redirect anomaly] Cannot call sendRedirect() after the response has been committed
- [Solved] port (127.0.0.1:64444): java.net.SocketException “Interrupted function call: accept failed“
- Feign call Error: duplicate name [How to Solve]