dobkovski commented on issue #10256: URL: https://github.com/apache/apisix/issues/10256#issuecomment-1734772573
Hey all! Fortunately I made a progress, but stuck in another error: ``` 2023-09-26T03:29:34.076217000Z /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init 2023-09-26T03:29:35.126730363Z /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd 2023-09-26T03:29:38.226557019Z nginx: [emerg] bind() to unix:/usr/local/apisix/conf/config_listen.sock failed (98: Address already in use) 2023-09-26T03:29:38.732330460Z nginx: [emerg] bind() to unix:/usr/local/apisix/conf/config_listen.sock failed (98: Address already in use) 2023-09-26T03:29:39.238135539Z nginx: [emerg] bind() to unix:/usr/local/apisix/conf/config_listen.sock failed (98: Address already in use) 2023-09-26T03:29:39.743237931Z nginx: [emerg] bind() to unix:/usr/local/apisix/conf/config_listen.sock failed (98: Address already in use) 2023-09-26T03:29:40.252813895Z nginx: [emerg] bind() to unix:/usr/local/apisix/conf/config_listen.sock failed (98: Address already in use) 2023-09-26T03:29:40.773853121Z nginx: [emerg] still could not bind() ``` Unfortunately I cannot see the connected ports inside container apps, in what listening the port 98 is used for? -- 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]
