mikehale commented on issue #8527:
URL: https://github.com/apache/cloudstack/issues/8527#issuecomment-1898475659
I tried running that exact command, and I'm still getting a timeout trying
to connect over http. That's really strange to me since docker should be using
a completely encapsulated environment. I do see a lot of things being setup at
boot time though, so maybe my container is actually different than yours
somehow?
After it finishes booting I see the following repeating in the logs:
```
ERROR [c.c.c.ClusterServiceServletContainer] (Thread-19:null) (logid:)
Unexpected exception
java.net.SocketTimeoutException: Accept timed out
at java.base/java.net.PlainSocketImpl.socketAccept(Native Method)
at
java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474)
at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565)
at java.base/java.net.ServerSocket.accept(ServerSocket.java:533)
at
com.cloud.cluster.ClusterServiceServletContainer$ListenerThread.run(ClusterServiceServletContainer.java:131)
```
--
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]