forked from docs/doc-exports
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: chenjunjie <chenjunjie@huawei.com> Co-committed-by: chenjunjie <chenjunjie@huawei.com>
1.6 KiB
1.6 KiB
How Do I Handle Instance Connection Failure "RemotingTooMuchRequestException: sendDefaultImpl call timeout"
Symptom
Connecting to a RocketMQ instance failed. The error message is "RemotingTooMuchRequestException: sendDefaultImpl call timeout".
Possible Cause
The security group does not allow the service port.
Solution
- On the instance overview page on the RocketMQ console, obtain the port in Allow Access To in the Network area.
- Click the security group name to go to the security group details page.
- Add an inbound rule to allow the port obtained in 1.
Parent topic: Connection FAQs