Unable to create socket at port 4560 for localhost #10489
|
While starting the CloudStack environment, I'm getting an issue after starting the management server with command Here below is the error log details for socket not created in same log similar error log is shown In the end I got Jetty Server started with same error multiple times I visited http://localhost:8080 and got this response During the Installation I followed the INSTALL.md guide for setting up the project. Any idea what could be causing this issue or how to debug further? |
Answered by
DaanHoogland
Mar 4, 2025
Replies: 1 comment 2 replies
|
@AsharSi , can you reach http://localhost:8080/client ? You can check your logging configuration to see why the port 4560 is being opened (do you have a rogue log4j config in your path? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Yes @AsharSi , the logging library is trying to write logging to that port.
two solutions:
neither is necessary for a functioning system.