Thanks freigeist for the hint. Another question (I’m still finding a reason, why symbol-bootstrap is failing on some HW / in some VM). On one of failing servers (yeah, without AVX/AVX2 instructions, it would be useful, if somebody tells to us, if these instructions are necessary or not) I observe this in the log ::
rest-gateway | verbose: connecting to node:7900 {“timestamp”:“2021-04-20T14:56:19.264Z”}
rest-gateway | verbose: error raised by node:7900 connection: getaddrinfo ENOTFOUND node {“errno”:“ENOTFOUND”,“code”:“ENOTFOUND”,“syscall”:“getaddrinfo”,“hostname”:“node”,“stack”:“Error: getaddrinfo ENOTFOUND node\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)”,“timestamp”:“2021-04-20T14:56:19.265Z”}
rest-gateway | verbose: error raised by node:7900 connection: getaddrinfo ENOTFOUND node {“errno”:“ENOTFOUND”,“code”:“ENOTFOUND”,“syscall”:“getaddrinfo”,“hostname”:“node”,“stack”:“Error: getaddrinfo ENOTFOUND node\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)”,“timestamp”:“2021-04-20T14:56:19.266Z”}
rest-gateway | error: caught error 503 connection failed {“jse_shortmsg”:“connection failed”,“jse_info”:{},“body”:{“code”:“ServiceUnavailable”,“message”:“connection failed”},“stack”:“ServiceUnavailableError: connection failed\n at Object.createServiceUnavailableError (/app/catapult-rest/rest/_build/server/errors.js:56:44)\n at TLSSocket. (/app/catapult-rest/rest/_build/connection/connectionService.js:104:20)\n at TLSSocket.emit (events.js:327:22)\n at net.js:674:12\n at TCP.done (_tls_wrap.js:567:7)”,“timestamp”:“2021-04-20T14:56:19.266Z”}
It’s strange, as this machine has /etc/hosts present (I’ve been found in some forums, that missing localhost definition could cause this issue), resolving DNS requests, has normal/full access to the Internet, etc…