DaanHoogland commented on PR #8263:
URL: https://github.com/apache/cloudstack/pull/8263#issuecomment-1829557575
@MANN3005 I see this on hosts:
```
2023-11-28 09:32:44,674 ERROR [cloud.agent.AgentShell] (main:null) (logid:)
Unable to start agent:
java.lang.NullPointerException
at com.cloud.agent.AgentShell.getHosts(AgentShell.java:155)
at com.cloud.agent.AgentShell.getNextHost(AgentShell.java:117)
at com.cloud.agent.Agent.<init>(Agent.java:197)
at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:451)
at
com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:430)
at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:414)
at com.cloud.agent.AgentShell.start(AgentShell.java:510)
at com.cloud.agent.AgentShell.main(AgentShell.java:540)
```
On MSses I see that they are not able to reach each other or the hosts. I
haven“t investigated further yet, so I can't say what is wrong exactly but my
first guess is the public methods being expected somewhere. Can you try
reverting just that part?
--
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]