Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use telnet to check the connection. Fix network issues.
  2. Make sure that the counterparty sees the connect attempts.
  3. 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
languagebash
titleengine.log
<Timestamp>    ERROR    [Engine] <Thread ID>  FixEngine::init: Cannot bind to 0.0.0.0:9110. Address already in use. (Error code = 98)

...

  1. Check what application uses the port. Make sure that another copy of the application is not running.
  2. Modify the Listening ports in the engine.properties: ListenPort

DEBUG

No OnActionFail is specified for the rule

...