DaanHoogland commented on issue #6794: URL: https://github.com/apache/cloudstack/issues/6794#issuecomment-1274234466
@weizhouapache there may be a direct cause in terms of permissions but: ``` Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: ERROR [cloud.agent.AgentShell] (main:) (logid:) Unable to start agent: Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: com.cloud.utils.exception.CloudRuntimeException: java.lang.InstantiationException: com.cloud.hypervisor.kvm.storage.ScaleIOStorageAdaptor Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.<init>(KVMStoragePoolManager.java:116) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.configure(LibvirtComputingResource.java:1056) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.Agent.<init>(Agent.java:189) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.AgentShell.launchNewAgent(AgentShell.java:451) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:420) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:404) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.AgentShell.start(AgentShell.java:510) Oct 01 02:31:57 compute-20.lab.example.com java[2743451]: at com.cloud.agent.AgentShell.main(AgentShell.java:545) ``` this snippit shows that a default constructor is used in the code and it does not exist in the code. That is a bug in java code for sure. -- 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]
