RE: Master broken on systemVM start

2013-06-24 Thread Sanjay Tripathi
I am also getting this exception on latest master: WARN [utils.nio.Task] (AgentManager-Handler-2:) Caught the following exception but pushing on com.google.gson.JsonParseException: The JsonDeserializer com.cloud.agent.transport.ArrayTypeAdaptor@18e6ae2 failed to deserialize json object [{"Sta

RE: Master broken on systemVM start

2013-06-24 Thread Pranav Saxena
+1 , I am getting it too ! -Original Message- From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] Sent: Tuesday, June 25, 2013 12:03 PM To: dev@cloudstack.apache.org Subject: RE: Master broken on systemVM start I am also getting this exception on latest master: WARN

Re: Master broken on systemVM start

2013-06-24 Thread Nitin Mehta
ipathi [mailto:sanjay.tripa...@citrix.com] >Sent: Tuesday, June 25, 2013 12:03 PM >To: dev@cloudstack.apache.org >Subject: RE: Master broken on systemVM start > >I am also getting this exception on latest master: > >WARN [utils.nio.Task] (AgentManager-Handler-2:

RE: Master broken on systemVM start

2013-06-24 Thread Rajesh Battala
1 , I am getting it too ! > > > >-Original Message- > >From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] > >Sent: Tuesday, June 25, 2013 12:03 PM > >To: dev@cloudstack.apache.org > >Subject: RE: Master broken on systemVM start > > > >I am also g

RE: Master broken on systemVM start

2013-06-24 Thread Rajesh Battala
can't find com.cloud.agent.api.com.cloud.agent.api.StartupRoutingCommand at com.cloud.agent.transport.ArrayTypeAdaptor.deserialize(ArrayTypeAdaptor.java:79) at com.cloud.agent.transport.ArrayTypeAdaptor.deserialize(ArrayTypeAdaptor.java:37) at com.google.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializerExc

Re: Master broken on systemVM start

2013-06-25 Thread Prasanna Santhanam
Just to be clear, the issue 3137 is related to systemVM HA and isn't related to the JSON serialization. The JSON serialization is probably because you will need to upgrade your agent to the latest. I don't see the problem with KVM, Xen and XCP on the test infrastructure. On Tue, Jun 25, 2013 at 06

Re: Master broken on systemVM start

2013-06-25 Thread Min Chen
Json deserialization issue is caused by out-of-dated systemvm.iso on your hypervisor host. You need rebuilding systemvm.iso and deployed to your hypervisor host. Thanks -min On 6/25/13 12:03 AM, "Prasanna Santhanam" wrote: >Just to be clear, the issue 3137 is related to systemVM HA and isn't >r

Re: Master broken on systemVM start

2013-06-27 Thread Prasanna Santhanam
On Tue, Jun 25, 2013 at 04:07:08PM +, Min Chen wrote: > Json deserialization issue is caused by out-of-dated systemvm.iso on your > hypervisor host. You need rebuilding systemvm.iso and deployed to your > hypervisor host. > CLOUDSTACK-3137 exists and seems to be a problem with HA and systemVM

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
On Fri, Jun 28, 2013 at 12:17:55PM +0530, Prasanna Santhanam wrote: > On Tue, Jun 25, 2013 at 04:07:08PM +, Min Chen wrote: > > Json deserialization issue is caused by out-of-dated systemvm.iso on your > > hypervisor host. You need rebuilding systemvm.iso and deployed to your > > hypervisor hos

Re: Master broken on systemVM start

2013-06-28 Thread Min Chen
Prasanna, glad to know that CLOUDSTACK-3137 is resolved. I fixed CLOUDSTACK-3249 yesterday for a corner case reported by Alena, but I could not reproduce CLOUDSTACK-3137 on my environment at all. For the JSON issue, I can only tell that it is inconsistent systemvm issue between management server an

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
I deleted all traces of systemvm.iso from my codebase $ find . -name systemvm.iso | xargs -n1 rm -f Then reverted my devcloud snapshot to old state and don't see this error again. I wonder by mvn doesn't do a good job of cleaning though :/ Thanks for the fixes to the bugs and the upcoming fixes

RE: Master broken on systemVM start

2013-06-28 Thread Edison Su
a Santhanam [mailto:t...@apache.org] > Sent: Friday, June 28, 2013 10:22 AM > To: dev@cloudstack.apache.org > Subject: Re: Master broken on systemVM start > > I deleted all traces of systemvm.iso from my codebase $ find . -name > systemvm.iso | xargs -n1 rm -f > > Then reverte

Re: Master broken on systemVM start

2013-06-28 Thread Hugo Trippaers
Hey Prasanna, I just did a quick test, these systemvm.iso files are generated by the default maven build (mvm -Dnonoss -Psystemvm install) ./client/target/cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso ./client/target/generated-webapp/WEB-INF/classes/vms/systemvm.iso ./services/

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
I did a mvn -Pdeveloper -Dsystemvm clean install and those systemvm.iso(s) went away. So it must be within devcloud somewhere that the iso existed. On Fri, Jun 28, 2013 at 10:41:39AM -0700, Hugo Trippaers wrote: > Hey Prasanna, > > I just did a quick test, these systemvm.iso files are generated

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
On Fri, Jun 28, 2013 at 05:38:19PM +, Edison Su wrote: > Devcloud has a trick to clean up systemvm.iso: > There is a bug in xapi on Ubuntu/debian(not sure the bug still there > in the latest debian or not), which can't attach an ISO to a VM. I > worked around the bug by creating a VDI on primar