Github user kishankavala commented on the pull request:
https://github.com/apache/cloudstack/pull/233#issuecomment-101918061
@wilderrodrigues Sorry, I could not test the PR earlier. I see the
following issues while trying to bring up my KVM setup:
1. LibvirtUtilitiesHelper NPE. This could be due to spring configuration.
LibvirtUtilitiesHelper ws not injected.
2015-05-14 00:00:05,362 DEBUG [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-2:null) Execption while executing command
com.cloud.agent.api.StartCommand
java.lang.NullPointerException
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:72)
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:45)
at
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:182)
at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1251)
at com.cloud.agent.Agent.processRequest(Agent.java:503)
at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)
at com.cloud.utils.nio.Task.run(Task.java:84)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
2. executeRequest in LibvirtComputingResource is not logging any exception.
It return Unsupported command answer. This makes it difficult to debug
exceptions thrown during command execution,
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---