Re: Devcloud2 errors on 4.4

2014-04-17 Thread Amogh Vasekar
I see the same error. Not sure if its something related to the new XenServer jars. But I was seeing this since about a month, haven't been able to dig into it yet. Thanks, Amogh On 4/17/14 10:58 AM, "David Grizzanti" wrote: >Yeah, even after using the newer devcloud2 instance, I'm still not abl

Re: Devcloud2 errors on 4.4

2014-04-17 Thread David Grizzanti
Yeah, even after using the newer devcloud2 instance, I'm still not able to get it to work. Still seeing errors for the directory and others. Amogh - what errors are you seeing? >From deploy marvin: cloudstackException.cloudstackAPIException: Execute cmd: addhost failed, due to: errorCode: 530, er

Re: Devcloud2 errors on 4.4

2014-04-16 Thread Amogh Vasekar
Let me know if you get it working, hasn't been for me. Thanks, Amogh On 4/16/14 5:20 AM, "David Grizzanti" wrote: >Didn't realize there was a new version of devcloud - thanks for the tip. > Will try this out! > > >On Wed, Apr 16, 2014 at 1:30 AM, Punith S wrote: > >> hi, >> >> check whether yo

Re: Devcloud2 errors on 4.4

2014-04-16 Thread David Grizzanti
Didn't realize there was a new version of devcloud - thanks for the tip. Will try this out! On Wed, Apr 16, 2014 at 1:30 AM, Punith S wrote: > hi, > > check whether you are using the new updated devcloud2(1.3GB) for 4.3 > onwards! > ref - https://cwiki.apache.org/confluence/display/CLOUDSTACK/

Re: Devcloud2 errors on 4.4

2014-04-15 Thread Punith S
hi, check whether you are using the new updated devcloud2(1.3GB) for 4.3 onwards! ref - https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud and its recommended to use devcloud as host only mode. thanks, On Wed, Apr 16, 2014 at 12:18 AM, David Grizzanti < [email protected]

Re: devCloud2 and master

2014-03-31 Thread dimas yoga pratama
Hi, I'm facing similar issue and can't go any further WARN [c.c.a.d. ParamGenericValidationWorker] (1583536287@qtp-102099346-7:ctx-d4dd6064 ctx-08f90d59) Received unknown parameters for command addHost. Unknown parameters : clustertype INFO [c.c.r.ResourceManagerImpl] (1583536287@qtp-102099346-

Re: devcloud2 java

2014-03-11 Thread Punith S
hi, even i downloaded the updated devcloud2 from the confluence, https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud where the download like is http://people.apache.org/~sebgoa/devcloud2.ova but i'm not able to add host in it , i'm getting the same error. 2014-03-11 17:44:08,724 WARN

Re: devcloud2 java

2014-03-07 Thread Daan Hoogland
Marcus, I saw a template definition in the tools/appliance directory for devcloud. I have build it succesfully but never ran it yet. Millage unknown. Daan On Fri, Mar 7, 2014 at 7:46 PM, Marcus wrote: > I manually installed java 7, but I'm beginning to think I've got the > wrong version of devcl

Re: devcloud2 java

2014-03-07 Thread Marcus
I manually installed java 7, but I'm beginning to think I've got the wrong version of devcloud, as I can't add the host. Caused by: java.io.IOException: Error during SCP transfer. at com.trilead.ssh2.SCPClient.put(SCPClient.java:592) at com.trilead.ssh2.SCPClient.put(SCPClient.java:547) at com.tri

Re: [DEVCLOUD2] Internet access on VMs

2014-03-03 Thread Ian Duffy
Ended up solving this with IP forwarding and iptables. Modified the devcloud.cfg to use 192.168.56.10 as the gateway. Enabled IPv4 Forwarding: sed -i -e 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g' /etc/sysctl.conf Setup appropriate iptables: -A FORWARD -i eth0 -o xenbr0 -m state --state N

Re: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Ian Duffy
-Original Message- > From: Ian Duffy [mailto:[email protected]] > Sent: Thursday, February 27, 2014 3:53 PM > To: CloudStack Dev > Subject: Re: [DevCloud2] Problems with SR type == file > > Hi Wilder, > > Did you get anywhere with this? I'm experiencing the same iss

RE: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Wilder Rodrigues
etup + the scripts (which are public on github) we have to automate it. Cheers, Wilder -Original Message- From: Ian Duffy [mailto:[email protected]] Sent: Thursday, February 27, 2014 3:53 PM To: CloudStack Dev Subject: Re: [DevCloud2] Problems with SR type == file Hi Wilder, Did you ge

Re: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Ian Duffy
Hi Wilder, Did you get anywhere with this? I'm experiencing the same issue. WARN [xen.resource.CitrixResourceBase] (DirectAgent-1:) kill_copy_process failed WARN [xen.resource.XenServerStorageProcessor] (DirectAgent-1:) doesn't support sr type file WARN [xen.resource.XenServerStorageProcess

Re: devcloud2

2013-11-21 Thread Rohit Yadav
Hello! I'm not sure what the issue is, probably you want to know about the behaviour. DevCloud2 requires minimum of 1G RAM but then mgmt server should not be run inside it. The defaults should work out of the box for any host with AMD-v or Intel-VT enabled processor. Another thing is the memory y

Re: devcloud2

2013-11-19 Thread Yichi Lu
my host is macbook pro. from top: PIDCOMMAND %CPU TIME #TH#WQ #PORT #MREG RPRVT RSHRD RSIZE VPRVT VSIZE PGRP PPID STATE 3756 VirtualBoxVM 6.0 00:32.16 23/1 1 153- 1372- 1969M- 36M2009M- 2091M- 4610M- 3756 12104 running So resident memory s

Re: DevCloud2 not working with 4.2

2013-08-20 Thread Mike Tutkowski
Still can't get DevCloud2 to work with 4.2 (updated 4.2 again today). Anyone else seeing this? I can get a CS env up and running if I create a zone manually. Thanks On Mon, Aug 19, 2013 at 1:16 PM, Mike Tutkowski < [email protected]> wrote: > Hi everyone, > > I've been trying to ge

Re: DevCloud2 problem

2013-07-02 Thread CK
Added the following and it sprung to life: export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" Thanks On 2 July 2013 10:20, Sebastien Goasguen wrote: > On 7/2/13 11:10 AM, CK wrote: > >> To start off with I did allocate 2048 MB RAM and hit the problem, I then >> incre

Re: DevCloud2 problem

2013-07-02 Thread Sebastien Goasguen
On 7/2/13 11:10 AM, CK wrote: To start off with I did allocate 2048 MB RAM and hit the problem, I then increased the RAM to 4096 and still not working. maybe you can check your maven options, check: https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch And the

Re: DevCloud2 problem

2013-07-02 Thread CK
To start off with I did allocate 2048 MB RAM and hit the problem, I then increased the RAM to 4096 and still not working. On 2 July 2013 08:29, Sebastien Goasguen wrote: > > On Jul 1, 2013, at 8:45 PM, CK wrote: > > > I’m having some problems deploying DevCloud2 and wonder if you could help >

Re: DevCloud2 problem

2013-07-02 Thread Sebastien Goasguen
On Jul 1, 2013, at 8:45 PM, CK wrote: > I’m having some problems deploying DevCloud2 and wonder if you could help > please. I would like to build the Cloudstack source in DevCloud2 and run > everything from within the DevCloud2 VM. So far I have done the following, > any idea what can be causing