Re: Error at application deployment(Deployment policy persistence)

2014-12-21 Thread Lahiru Sandaruwan
Thanks Imesh! On Mon, Dec 22, 2014 at 1:23 AM, Imesh Gunaratne wrote: > The problem was with the change I did in > org.apache.stratos.common.Property class where value attribute type was > changed from String to Object. > I have now fixed this, please take a pull and build the complete Stratos >

Re: Error at application deployment(Deployment policy persistence)

2014-12-21 Thread Imesh Gunaratne
The problem was with the change I did in org.apache.stratos.common.Property class where value attribute type was changed from String to Object. I have now fixed this, please take a pull and build the complete Stratos package. Sorry about the inconvenience caused. Thanks On Mon, Dec 22, 2014 at 1

Re: Error at application deployment(Deployment policy persistence)

2014-12-21 Thread Lahiru Sandaruwan
hmm. I checked that too, generated "serialVersionUID" also with no luck. On Mon, Dec 22, 2014 at 12:00 AM, Imesh Gunaratne wrote: > Strange, DeploymentPolicy is serializable: > > https://github.com/apache/stratos/blob/master/components/org.apache.stratos.autoscaler/src/main/java/org/apache/strat

Re: Error at application deployment(Deployment policy persistence)

2014-12-21 Thread Imesh Gunaratne
Strange, DeploymentPolicy is serializable: https://github.com/apache/stratos/blob/master/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/pojo/policy/deployment/DeploymentPolicy.java On Sun, Dec 21, 2014 at 11:53 PM, Lahiru Sandaruwan wrote: > Hi all, > > $sub

Error at application deployment(Deployment policy persistence)

2014-12-21 Thread Lahiru Sandaruwan
Hi all, $subject, It seems the DeploymentPolicy object is not serializable at registry persistence attempt, [2014-12-21 23:52:47,640] ERROR {org.apache.stratos.autoscaler.api.AutoScalerServiceImpl} - Application deployment failed org.apache.stratos.autoscaler.exception.AutoScalerException: Coul