Re: Failure to create deb packages

2013-04-22 Thread Prasanna Santhanam
On Mon, Apr 22, 2013 at 09:45:16PM -0400, Phong Nguyen wrote: > Hi Preethi, > > The patches on the master-lxc branch were merged into master last week > (after our conversation). The deb packages mentioned by Prasanna should > include the latest LXC code. > > Regards, > -Phong > > > On Mon, Apr

RE: can't change max.project.cpus

2013-04-22 Thread Sailaja Mada
Hi, max.project.cpus global config introduced as part of the feature describe here : https://cwiki.apache.org/confluence/display/CLOUDSTACK/Limit+Resources+to+domains+and+accounts . This is planned to be delivered in 4.2 :https://issues.apache.org/jira/browse/CLOUDSTACK-713 . Sanjay, Can

Re: Service Offerings

2013-04-22 Thread Nitin Mehta
Did you check in the management server logs ? On 23/04/13 4:00 AM, "Warren Nicholson" wrote: >Under CloudStack 6.02, > > > >Every time I try to add any server offering I get the following: > > > >DB Exception on: org.apache.commons.dbcp.DelegatingPreparedStatement@ > > > >What does this mean?

Re: Failure to create deb packages

2013-04-22 Thread Phong Nguyen
Hi Preethi, The patches on the master-lxc branch were merged into master last week (after our conversation). The deb packages mentioned by Prasanna should include the latest LXC code. Regards, -Phong On Mon, Apr 22, 2013 at 1:58 PM, Preethi Natarajan wrote: > Hi Prasanna, > > Thanks for the po

Re: can't change max.project.cpus

2013-04-22 Thread Alena Prokharchyk
Looks like max.project.cpus global config is missing in your cloud.config DB table. It either comes with fresh 4.1 install, or gets inserted as a part of 4.0-4.1 DB upgrade by "schema-40to410.sql" . I'm not sure how the code handles intermediate DB upgrades within the same branch (4.1 in your cas

Apparent Deadlock?

2013-04-22 Thread David Comerford
Hi guys, Anyone have any thoughts on these exceptions that pop their head up every so often in my CS management-server.log ? Cheers, Dave 2013-04-23 00:44:18,683 WARN [v2.async.ThreadPoolAsynchronousRunner] (Timer-3:null) com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector@4ea3e5

Re: can't change max.project.cpus

2013-04-22 Thread Nikita Gubenko
It was 4.1 originally, but I've upgraded it several times to fresh 4.1 snapshot On Tue, Apr 23, 2013 at 4:02 AM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Nikita, is it a freshly installed 4.1, or the upgraded version? > > On 4/22/13 4:59 PM, "Nikita Gubenko" wrote: > > >Hi > >

Re: can't change max.project.cpus

2013-04-22 Thread Alena Prokharchyk
Nikita, is it a freshly installed 4.1, or the upgraded version? On 4/22/13 4:59 PM, "Nikita Gubenko" wrote: >Hi >Im using 4.1 snapshot build and can't change max.project.cpus >2013-04-23 03:58:00,707 ERROR >[cloud.configuration.ConfigurationManagerImpl] (catalina-exec-18:null) >Missing configura

can't change max.project.cpus

2013-04-22 Thread Nikita Gubenko
Hi Im using 4.1 snapshot build and can't change max.project.cpus 2013-04-23 03:58:00,707 ERROR [cloud.configuration.ConfigurationManagerImpl] (catalina-exec-18:null) Missing configuration variable max.project.cpus in configuration table 2013-04-23 03:58:00,707 ERROR [cloud.configuration.Configurati

Announcing The CloudStack Collaboration Conference North America 2013

2013-04-22 Thread Karen Vuong
We’re pleased to announce the CloudStack Collaboration Conference North America 2013!   After a successful first run in Las Vegas, we’re bringing back the CloudStack Collaboration Conference for 2013! This time we’re gathering the community in Santa Clara, California from Sunday June 23rd throu

Service Offerings

2013-04-22 Thread Warren Nicholson
Under CloudStack 6.02, Every time I try to add any server offering I get the following: DB Exception on: org.apache.commons.dbcp.DelegatingPreparedStatement@ What does this mean? Warren

Using different DNS for guests than Virtual Router

2013-04-22 Thread David Ortiz
Hello, I am trying to setup a Windows AD server as a guest on my cloudstack cluster, and join my other guests to the domain it is serving using PowerBroker Identity Services Open. From what I am seeing, the virtual router will block me from being able to perform nslookup or join the domain

Converting Devcloud KVM Image to raw image format

2013-04-22 Thread Navina Ramesh
Hi, We are trying to deploy the KVM image for devcloud on one of our cloud systems. It does not accept qcow2 disk formats. Hence, I tried converting to a raw image format using "qemu-img convert -O raw devcloud.qcow2 devcloud.raw". However, the raw image does not boot and fails at finding the d

Re: console issues 4.1-snapshot

2013-04-22 Thread Nikita Gubenko
Thanks, Kelven! I've already googled this step :) Console is back to normal. On Mon, Apr 22, 2013 at 9:55 PM, Kelven Yang wrote: > Sorry, forgot one step in the instruction, you need to stop management > server after clearing XS tags > > 1) login to xen server host > > xe host-param-clear param

Re: Failure to create deb packages

2013-04-22 Thread Preethi Natarajan
Hi Prasanna, Thanks for the pointer to jenkins. I actually need the deb packages with the lxc support for my purposes, I.e., the master-lxc branch at https://github.com/gilt/incubator-cloudstack I ran into similar packaging issues with this branch and that's when Phong (CCed) suggested that I tr

Re: console issues 4.1-snapshot

2013-04-22 Thread Kelven Yang
Sorry, forgot one step in the instruction, you need to stop management server after clearing XS tags 1) login to xen server host xe host-param-clear param-name=tags uuid= 2) Stop management server 3) stop console proxy VM from cloudstack management UI and let system relaunch to push updates int

Re: Failure to create deb packages

2013-04-22 Thread Preethi Natarajan
Hi Joe, Thanks for the pointer. The listed dependencies have been installed. W.r.t to tomcat6 -- I came across this link that suggests "Tomcat 6.0.33 since 6.0.35 has some issues with Cloudstack" (http://cloudstack.apache.org/develop/environment.html#maven). As per instructions here, I've untar

Re: console issues 4.1-snapshot

2013-04-22 Thread Nikita Gubenko
Thanks, but didn't helped. Still have that exception On Mon, Apr 22, 2013 at 9:41 PM, Kelven Yang wrote: > For upgrade from a previous 4.1.0 build, you would need to do do following > upgrade procedures > > 1) login to xen server host > > xe host-param-clear param-name=tags uuid= > > > 2) stop

Re: console issues 4.1-snapshot

2013-04-22 Thread Kelven Yang
For upgrade from a previous 4.1.0 build, you would need to do do following upgrade procedures 1) login to xen server host xe host-param-clear param-name=tags uuid= 2) stop console proxy VM from cloudstack management UI and let system relaunch to push updates into the console proxy VM Kelven O

console issues 4.1-snapshot

2013-04-22 Thread Nikita Gubenko
Hi I use 4.1.0 build with xenserver 6.1. Console was working ok until I updated CS to fresh 4.1 snapshot. Now I'm getting blank screen. From the /var/log/cloud/cloud.out : 17:33:30,443 ERROR ConsoleProxyPasswordBasedEncryptor:108 - Unexpected exception javax.crypto.BadPaddingException: Given fina

Re: Unable to find provider VpcVirtualRouter in physical network

2013-04-22 Thread Alena Prokharchyk
The entry for the vpc virtual router provider should have been inserted to the DB for all existing physical networks as a part of the DB upgrade (Upgrade302to40.java, addVpcProvider call). If the vpc provider is missing, it means that the upgrade wasn't performed completely and the DB might miss ot

RE: Replacing Management Controller

2013-04-22 Thread Warren Nicholson
Matt, That worked! Thanks, Warren -Original Message- From: Mathias Mullins [mailto:mathias.mull...@citrix.com] Sent: Monday, April 22, 2013 9:57 AM To: Subject: Re: Replacing Management Controller Hi Warren, Go into your new database and run: Update vm_instances set state = "stoppe

Re: Replacing Management Controller

2013-04-22 Thread Mathias Mullins
Hi Warren, Go into your new database and run: Update vm_instances set state = "stopped" where id = #; # is the is id # in s-#-VM. Then you have two choices. 1 you can just start it from there and let it recreate. Or 2. Destroy it and let the cloud rebuild it. Hope that helps, Matt On Apr 2

Replacing Management Controller

2013-04-22 Thread Warren Nicholson
I'm trying to write a procedure to replace the management controller in case of a failure. I have set up the replacement server identically (Centos, NICs, Cloudstack). I then exported the database files (Cloud, Cloud_Usage, MySQL) from the original and imported them into the replacement.

Re: Unable to find provider VpcVirtualRouter in physical network

2013-04-22 Thread Prasanna Santhanam
On Sun, Apr 21, 2013 at 10:55:58PM -0700, Evan McGee wrote: > Hi Swamy, > > Thanks for getting back. cloud.virtual_router_providers is populated and has > one entry: > > id: 1 > nsp_id: 1 > uuid: a82918427-80bf-8719-baa5-acdf88a9c026 > type: VirtualRouter > enabled:

RE: The IPaddr parameter for vmcreate API

2013-04-22 Thread Pranav Saxena
Hey Jerry, Custom ip allocation failure leads to vm deploy failure. Happens in following cases: * If ipAddress doesn't exist in the network. * If requested ip address exists in the network, but already allocated.

答复: The IPaddr parameter for vmcreate API

2013-04-22 Thread Jerry Jiang
Anyone has reponsed to the issue, thanks in advance. jerry 发件人: Jerry Jiang [mailto:jerry.ji...@tyxtech.com] 发送时间: 2013年4月18日 星期四 10:29 收件人: 'users@cloudstack.apache.org' 主题: The IPaddr parameter for vmcreate API Hello all, I am using cloudstack API to create a VM instance. The IP