RE: WAR Deployment and Xen Plugins

2012-11-16 Thread Edison Su
> -Original Message- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Friday, November 16, 2012 10:55 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: WAR Deployment and Xen Plugins > > Edison, > > Will performing the steps in devcloudsetu

Re: WAR Deployment and Xen Plugins

2012-11-16 Thread John Burwell
12 6:44 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: WAR Deployment and Xen Plugins > > Edison, > > In addition to the ClassCastException, the unable to find plugin exception > returned when I upgraded to the latest from master. The following is the >

RE: WAR Deployment and Xen Plugins

2012-11-16 Thread Edison Su
M To: cloudstack-dev@incubator.apache.org Subject: Re: WAR Deployment and Xen Plugins Edison, In addition to the ClassCastException, the unable to find plugin exception returned when I upgraded to the latest from master. The following is the output of xe host-list params=all which includes version inf

RE: WAR Deployment and Xen Plugins

2012-11-14 Thread Edison Su
ceBase.java ->protected SetupAnswer execute(SetupCommand cmd) {? What's the return value of this method? > -Original Message- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Wednesday, November 14, 2012 7:49 AM > To: cloudstack-dev@incubator.apache.org > Subj

Re: WAR Deployment and Xen Plugins

2012-11-14 Thread John Burwell
All/Edison, I have done made some further attempts to work around this problem, with no success. Looking through the code, it looks to be a serialization issue around the response sent back from the SSVM daemon. Thanks, -John On Nov 12, 2012, at 9:50 PM, John Burwell wrote: > Edison, > > T

Re: WAR Deployment and Xen Plugins

2012-11-12 Thread John Burwell
Edison, Thanks for the quick response. Applying the change to environment.properties resolved the plugin not found error. However, I am getting the following ClassCastException that is preventing host creation: 2012-11-13 01:23:27,318 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (conso

RE: WAR Deployment and Xen Plugins

2012-11-12 Thread Edison Su
There are files needed to be copied from mgt server host to xenserver hypervisor host during the adding host. Can you check the management server log, right before the exception raised? Maybe you need to change WEB-INF/classes/environment.properties, set paths.script=the-directory-of-WEB-INF/cla