GitHub user miloserdoff added a comment to the discussion: No Agent State on the System Virtual Machine
@weizhouapache Hi. I can connect to SSVM via the virsh console. There is an entry in the logs /var/log/cloud.log: ``` 2026-05-29T05:54:19,115 INFO [cloud.agent.Agent] (main:[]) Connecting to host: 192.168.3.55 2026-05-29T05:54:19,115 INFO [utils.nio.NioClient] (main:[]) Connecting to 192.168.3.55:8250 2026-05-29T05:56:29,282 ERROR [utils.nio.NioClient] (main:[]) IOException while connecting to 192.168.3.55:8250 java.net.ConnectException: Connection timed out at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Net.java:579) at java.base/sun.nio.ch.Net.connect(Net.java:586) at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:853) at com.cloud.utils.nio.NioClient.init(NioClient.java:65) at com.cloud.utils.nio.NioConnection.start(NioConnection.java:112) at com.cloud.agent.Agent.start(Agent.java:335) at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:459) at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:436) at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:420) at com.cloud.agent.AgentShell.start(AgentShell.java:521) at com.cloud.agent.AgentShell.main(AgentShell.java:551) ``` But port 8250 exists on the host. ``` netstat -anp | grep -i 8250 tcp6 0 0 192.168.3.55:8250 192.168.3.55:34584 TIME_WAIT - ``` However, when connecting via telnet, there is no connection. ``` root@s-16-VM:~# telnet 192.168.3.55 8250 Trying 192.168.3.55... telnet: Unable to connect to remote host: Connection timed out ``` GitHub link: https://github.com/apache/cloudstack/discussions/13276#discussioncomment-17101143 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
