GitHub user AsharSi edited a comment on the discussion: Unable to create socket at port 4560 for localhost
The management server starts successfully on http://localhost:8080/client, and I was able to build the UI. >From the logs, it seems socket is trying to internally create on >localhost:4560 for logging, but the socket is not being created I verified that, when the management server starts, port 4560 remains inactive. In case if system is blocking, used this command to allow any connections ``` sudo ufw allow 4560/tcp ``` but this did not resolve the issue. Is there a configuration setting in log4j-cloud.xml that I should check? GitHub link: https://github.com/apache/cloudstack/discussions/10489#discussioncomment-12382180 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org