VWmin opened a new issue #1832: URL: https://github.com/apache/incubator-inlong/issues/1832
### What happened I'm trying to deploy a tubemq master node on my ECS instance, but it failed and got logs below.  I guess it is because the elastic network interface is not a real network interface in the instance, so it cannot be assigned. Then, I replace the global IP address in conf/master.ini with 127.0.0.1. It works, the master node is deployed successfully. But the webapi got a problem, every webapi is going to 127.0.0.1:8080/webapi.htm?....  ### What you expected to happen Cannot assign requested address maybe due to NAT, the ECS instance does not really have a global IP. webapi may not be relative. ### How to reproduce As described above. ### Environment huaweicloud, Ubuntu 18.04 server 64bit. ### InLong version master ### InLong Component InLong TubeMQ ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
