2014-04-16 15:46:21,169 INFO [cloud.agent.AgentShell] (main:null) Agent started 2014-04-16 15:46:21,170 INFO [cloud.agent.AgentShell] (main:null) Implementation Version is 4.3.0 2014-04-16 15:46:21,172 INFO [cloud.agent.AgentShell] (main:null) agent.properties found at /etc/cloudstack/agent/agent.properties 2014-04-16 15:46:21,182 INFO [cloud.agent.AgentShell] (main:null) Defaulting to using properties file for storage 2014-04-16 15:46:21,184 INFO [cloud.agent.AgentShell] (main:null) Defaulting to the constant time backoff algorithm 2014-04-16 15:46:21,202 INFO [cloud.utils.LogUtils] (main:null) log4j configuration found at /etc/cloudstack/agent/log4j-cloud.xml 2014-04-16 15:46:21,303 INFO [cloud.agent.Agent] (main:null) id is 2014-04-16 15:46:21,327 INFO [resource.virtualnetwork.VirtualRoutingResource] (main:null) VirtualRoutingResource _scriptDir to use: scripts/network/domr/kvm 2014-04-16 15:46:21,750 INFO [cloud.agent.Agent] (main:null) Agent [id = new : type = LibvirtComputingResource : zone = default : pod = default : workers = 5 : host = localhost : port = 8250 2014-04-16 15:46:21,756 INFO [utils.nio.NioClient] (Agent-Selector:null) Connecting to localhost:8250 2014-04-16 15:46:22,014 INFO [utils.nio.NioClient] (Agent-Selector:null) SSL: Handshake done 2014-04-16 15:46:22,015 INFO [utils.nio.NioClient] (Agent-Selector:null) Connected to localhost:8250 2014-04-16 15:46:22,081 ERROR [kvm.storage.LibvirtStorageAdaptor] (Agent-Handler-1:null) org.libvirt.LibvirtException: XML error: missing pool source name element 2014-04-16 15:46:22,083 WARN [utils.nio.Task] (Agent-Handler-1:null) Caught the following exception but pushing on java.lang.NullPointerException at com.cloud.hypervisor.kvm.storage.LibvirtStorageAdaptor.createStoragePool(LibvirtStorageAdaptor.java:533) at com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.createStoragePool(KVMStoragePoolManager.java:289) at com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.createStoragePool(KVMStoragePoolManager.java:281) at com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.initialize(LibvirtComputingResource.java:4111) at com.cloud.agent.Agent.sendStartup(Agent.java:296) at com.cloud.agent.Agent$ServerHandler.doTask(Agent.java:825) at com.cloud.utils.nio.Task.run(Task.java:83) 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)
On Wed, Apr 16, 2014 at 3:55 PM, Willard Rathjen < willard.rath...@appcore.com> wrote: > Can you paste the applicable lines from the log file in > /var/log/cloudstack/agent/agent.log > > Willard Rathjen > Cloud Systems Engineer > > Office +1.800.735.7104 | Direct +1.515.612.7813 > willard.rath...@appcore.com | www.appcore.com > > ---------------------------------------------------------------------- > The information in this message is intended for the named recipients only. > It may contain information that is privileged, confidential or otherwise > protected from disclosure. If you are not the intended recipient, you are > hereby notified that any disclosure, copying, distribution, or the taking > of any action in reliance on the contents of this message is strictly > prohibited. If you have received this e-mail in error, do not print it or > disseminate it or its contents. In such event, please notify the sender by > return e-mail and delete the e-mail file immediately thereafter. Thank you. > > > > On Apr 16, 2014, at 2:52 PM, Samuel Winchenbach <swinc...@gmail.com> > wrote: > > > Hi All, > > > > I am trying to setup an "All-in-One" CloudStack install on CentOS 6.5. > > > > When I start the agent I get this error in the log file: > > > > ERROR [kvm.storage.LibvirtStorageAdaptor] (Agent-Handler-1:null) > > org.libvirt.LibvirtException: > > > > Any idea what this means and how to fix it? > > > > Thanks, > > Sam > >