You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Koushik Das (JIRA)" <ji...@apache.org> on 2014/04/22 06:34:16 UTC

[jira] [Resolved] (CLOUDSTACK-6347) [Automation] Failed to create SSVM and CPVM on Xen pool with 2 host

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koushik Das resolved CLOUDSTACK-6347.
-------------------------------------

    Resolution: Fixed

Refer to the discussion http://goo.gl/9BFNYB. This should be resolved now.

> [Automation] Failed to create SSVM and CPVM on Xen pool with 2 host
> -------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6347
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6347
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: XenServer
>    Affects Versions: 4.4.0
>         Environment: Xen 6.2
>            Reporter: Rayees Namathponnan
>            Assignee: Koushik Das
>            Priority: Blocker
>             Fix For: 4.4.0
>
>         Attachments: CLOUDSTACK-6347.rar
>
>
> Steps to reproduce 
> 1) Setup 2 Xen hosts in a pool (Xen 6.2)
> 2) Create advanced zone
> 3) Expected Result
> 2 Host in 1st zone should be up and running and SSVM should be created 
> Result  
> SSVM and CPVM not created observed below error in log
> 2014-04-08 06:12:37,412 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-234:ctx-70020404) Seq 4-5270055988953612526: Executing request
> 2014-04-08 06:12:37,614 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-234:ctx-70020404) Seq 4-5270055988953612526: Response Received:
> 2014-04-08 06:12:37,617 DEBUG [c.c.a.t.Request] (StatsCollector-3:ctx-24856ea9) Seq 4-5270055988953612526: Received:  { Ans: , MgmtId: 6631563
> 722783, via: 4, Ver: v1, Flags: 10, { GetStorageStatsAnswer } }
> 2014-04-08 06:12:37,624 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-145:ctx-48417f65) Seq 3-2817564516873666751: Executing request
> 2014-04-08 06:12:37,641 DEBUG [c.c.h.x.r.XenServerConnectionPool] (DirectAgent-235:ctx-760b0cf5) XmlRpcClientException for method: host.get_by
> _uuid due to org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse servers response: Premature end of file.
> 2014-04-08 06:12:37,641 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-235:ctx-760b0cf5) cannot get host enabled status, host 10.147.40.15
> due to org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse servers response: Premature end of file.
> org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse servers response: Premature end of file.
>         at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:177)
>         at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145)
>         at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94)
>         at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44)
>         at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53)
>         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166)
>         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:136)
>         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:125)
>         at com.xensource.xenapi.Connection.dispatch(Connection.java:330)
>         at com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerConnection.dispatch(XenServerConnectionPool.java:457)
>         at com.xensource.xenapi.Host.getByUuid(Host.java:455)
>         at com.cloud.hypervisor.xen.resource.CitrixResourceBase.pingXAPI(CitrixResourceBase.java:408)
>         at com.cloud.hypervisor.xen.resource.CitrixResourceBase.getCurrentStatus(CitrixResourceBase.java:4302)
>         at com.cloud.agent.manager.DirectAgentAttache$PingTask.runInContext(DirectAgentAttache.java:144)
>         at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
>         at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
>         at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
>         at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
>         at org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
>         at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>         at java.lang.Thread.run(Unknown Source)
> Caused by: org.xml.sax.SAXParseException; Premature end of file.
>         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>         at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:175)
>         ... 25 more
> 2014-04-08 06:12:37,800 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-145:ctx-48417f65) Seq 3-2817564516873666751: Response Received:
> 2014-04-08 06:12:37,801 DEBUG [c.c.a.t.Request] (StatsCollector-3:ctx-24856ea9) Seq 3-2817564516873666751: Received:  { Ans: , MgmtId: 6631563
> 722783, via: 3, Ver: v1, Flags: 10, { GetStorageStatsAnswer } }
> 2014-04-08 06:12:37,804 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-238:ctx-77e2cd8e) Seq 3-2817564516873666752: Executing request
> 2014-04-08 06:12:37,971 DEBUG [c.c.a.m.DirectAgentAttache] (DirectAgent-238:ctx-77e2cd8e) Seq 3-2817564516873666752: Response Received:



--
This message was sent by Atlassian JIRA
(v6.2#6252)