...
- Use telnet to check the connection. Fix network issues.
- Make sure that the counterparty sees the connect attempts.
- Once the network has been configured and the node has become available, try to connect again.
Cannot bind to <host>:<port>. Address already in use.
Code Block | ||||
---|---|---|---|---|
| ||||
<Timestamp> ERROR [Engine] <Thread ID> FixEngine::init: Cannot bind to 0.0.0.0:9110. Address already in use. (Error code = 98) |
...
- Check what application uses the port. Make sure that another copy of the application is not running.
- Modify the Listening ports in the engine.properties: ListenPort
DEBUG
No OnActionFail is specified for the rule
...