That's what I've noticed, as well: The issue is when the host is added, but
the problem resolves itself shortly after.


On Wed, Aug 14, 2013 at 5:15 AM, Suresh Sadhu <suresh.sa...@citrix.com>wrote:

> Functionality wise there is no issue(host is getting link local IP) but
> first time its getting the exception when we add the host.
>
> https://issues.apache.org/jira/browse/CLOUDSTACK-1236
>
>
> -----Original Message-----
> From: Donal Lafferty [mailto:donal.laffe...@citrix.com]
> Sent: 14 August 2013 16:25
> To: dev@cloudstack.apache.org
> Subject: RE: Unable to create link local network exception
>
> Strictly speaking, it's "SMlog" (no '.')
>
>
> > -----Original Message-----
> > From: Soheil Eizadi [mailto:seiz...@infoblox.com]
> > Sent: 14 August 2013 02:21
> > To: dev@cloudstack.apache.org
> > Subject: RE: Unable to create link local network exception
> >
> > Hi Mike,
> > Check the SM.log on the XenServer and see if you get more information
> > why the request failed.
> > -Soheil
> > ________________________________________
> > From: Mike Tutkowski [mike.tutkow...@solidfire.com]
> > Sent: Tuesday, August 13, 2013 2:54 PM
> > To: dev@cloudstack.apache.org
> > Subject: Unable to create link local network exception
> >
> > Hi,
> >
> > I get the following exception when trying to add a 6.1 XenServer host
> > into a cluster in 4.2.
> >
> > The host starts out in the Alert state, but quickly changes over to
> > the Up state.
> >
> > Any thoughts on this?
> >
> > Thanks!
> >
> > WARN  [xen.resource.CitrixResourceBase] (DirectAgent-37:) Unable to
> > create local link network The server failed to handle your request,
> > due to an internal error.  The given message may give details useful
> > for debugging the problem.
> > at com.xensource.xenapi.Types.checkResponse(Types.java:1694)
> > at com.xensource.xenapi.Connection.dispatch(Connection.java:368)
> > at
> > com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerCo
> > nnection.dispatch(XenServerConnectionPool.java:909)
> > at com.xensource.xenapi.VIF.plug(VIF.java:846)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.setupLinkLocalNet
> > w
> > ork(CitrixResourceBase.java:4848)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
> > ou
> > rceBase.java:3368)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
> > tr
> > ixResourceBase.java:487)
> > at
> > com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(
> > XenServer56Resource.java:73)
> > at
> > com.cloud.hypervisor.xen.resource.XenServer610Resource.executeRequest
> > (XenServer610Resource.java:104)
> > at
> > com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
> > .java:186)
> > at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> > ) at
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
> > c
> > cess$301(ScheduledThreadPoolExecutor.java:98)
> > at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> > u
> > n(ScheduledThreadPoolExecutor.java:206)
> > at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> > t
> > or.java:895)
> > at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > ja
> > va:918)
> > at java.lang.Thread.run(Thread.java:680)
> > WARN  [agent.manager.DirectAgentAttache] (DirectAgent-37:) Seq
> > 4-1553137671: Exception Caught while executing command
> > com.cloud.utils.exception.CloudRuntimeException: Unable to create
> > local link network due to The server failed to handle your request,
> > due to an internal error.  The given message may give details useful
> > for debugging the problem.
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.setupLinkLocalNet
> > w
> > ork(CitrixResourceBase.java:4862)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixRes
> > ou
> > rceBase.java:3368)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(Ci
> > tr
> > ixResourceBase.java:487)
> > at
> > com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(
> > XenServer56Resource.java:73)
> > at
> > com.cloud.hypervisor.xen.resource.XenServer610Resource.executeRequest
> > (XenServer610Resource.java:104)
> > at
> > com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache
> > .java:186)
> > at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439
> > ) at
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.a
> > c
> > cess$301(ScheduledThreadPoolExecutor.java:98)
> > at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.r
> > u
> > n(ScheduledThreadPoolExecutor.java:206)
> > at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> > t
> > or.java:895)
> > at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > ja
> > va:918)
> > at java.lang.Thread.run(Thread.java:680)
> > Caused by: The server failed to handle your request, due to an internal
> error.
> > The given message may give details useful for debugging the problem.
> > at com.xensource.xenapi.Types.checkResponse(Types.java:1694)
> > at com.xensource.xenapi.Connection.dispatch(Connection.java:368)
> > at
> > com.cloud.hypervisor.xen.resource.XenServerConnectionPool$XenServerCo
> > nnection.dispatch(XenServerConnectionPool.java:909)
> > at com.xensource.xenapi.VIF.plug(VIF.java:846)
> > at
> > com.cloud.hypervisor.xen.resource.CitrixResourceBase.setupLinkLocalNet
> > w
> > ork(CitrixResourceBase.java:4848)
> > ... 13 more
> >
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Reply via email to