<!-- SSVM logs. 2024-11-11 21:45:34,525 INFO [cloud.agent.Agent] (main:null) Connecting to host:192.168.100.110 2024-11-11 21:45:34,526 INFO [utils.nio.NioClient] (main:null) Connecting to 192.168.100.110:8250 2024-11-11 21:45:35,669 ERROR [utils.nio.NioConnection] (main:null) Unable to initialize the threads. java.net.NoRouteToHostException: No route to host at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Net.java:483) at java.base/sun.nio.ch.Net.connect(Net.java:472) at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:692) at com.cloud.utils.nio.NioClient.init(NioClient.java:56) at com.cloud.utils.nio.NioConnection.start(NioConnection.java:95) at com.cloud.agent.Agent.start(Agent.java:297) at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:454) at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:431) at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:415) at com.cloud.agent.AgentShell.start(AgentShell.java:511) at com.cloud.agent.AgentShell.main(AgentShell.java:541) 2024-11-11 21:45:35,669 INFO [utils.nio.NioClient] (main:null) NioClient connection closed 2024-11-11 21:45:35,669 INFO [cloud.agent.Agent] (main:null) Attempted to connect to the server, but received an unexpected exception, trying again... com.cloud.utils.exception.NioConnectionException: No route to host at com.cloud.utils.nio.NioConnection.start(NioConnection.java:101) at com.cloud.agent.Agent.start(Agent.java:297) at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:454) at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:431) at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:415) at com.cloud.agent.AgentShell.start(AgentShell.java:511) at com.cloud.agent.AgentShell.main(AgentShell.java:541) Caused by: java.net.NoRouteToHostException: No route to host at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Net.java:483) at java.base/sun.nio.ch.Net.connect(Net.java:472) at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:692) at com.cloud.utils.nio.NioClient.init(NioClient.java:56) at com.cloud.utils.nio.NioConnection.start(NioConnection.java:95) --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Other ##### COMPONENT NAME <!-- SSVM --> ~~~ ~~~ ##### CLOUDSTACK VERSION <!-- 4.19.1.2 --> ~~~ ~~~ ##### CONFIGURATION <!-- basic networking --> ##### OS / ENVIRONMENT <!-- KVM on ubuntu 22.04 --> ##### SUMMARY Agent of SSVM is unknown and unable to also attached any ISO ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ ~~~ <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ ~~~