SSVM JAVA PROCESS NOT RUNNING, systemvm didn't get patched with the agent specific code

2014-09-04 Thread Punith S
hi, i have been working on building noredist of master for vmware, since i'm using mvn commands and jetty for deploying cloudstack i'm building the cloudstack using $ mvn clean $ mvn install -Dnoredist deploying using $ mvn -pl :cloud-client-ui jetty:run -Dnoredist also i'm seeding the SSVM

Re: SSVM JAVA PROCESS NOT RUNNING, systemvm didn't get patched with the agent specific code

2014-09-04 Thread Hugo Trippaers
Punith, You need to enable the systemvm flag in cloudstack to make sure a new systemvm.iso is build. mvn -Dnoredist -Psystemvm clean install Cheers, Hugo On 4 sep. 2014, at 11:27, Punith S punit...@cloudbyte.com wrote: hi, i have been working on building noredist of master for vmware,

Re: SSVM JAVA PROCESS NOT RUNNING, systemvm didn't get patched with the agent specific code

2014-09-04 Thread Punith S
thanks Hugo, it's working now :) cheers! On Thu, Sep 4, 2014 at 3:32 PM, Hugo Trippaers h...@trippaers.nl wrote: Punith, You need to enable the systemvm flag in cloudstack to make sure a new systemvm.iso is build. mvn -Dnoredist -Psystemvm clean install Cheers, Hugo On 4 sep.