Re: Network Service Offering

2012-10-09 Thread Kirk Kosinski
Hi, Caleb. What version are you using? In 3.x, Security Groups can only be configured at the time of zone creation. There's no supported way to change it after the fact. I doubt this has changed in 4.x but I can't say for sure. Best regards, Kirk On 10/09/2012 06:30 PM, Caleb Call wrote: > Is

RE: Cloudstack Meetup In foss.in/Bangalore

2012-10-09 Thread Deepak Garg
I guess we are late. This shows that the call for participation is over: http://foss.in/participate/call-for-participation Deepak -Original Message- From: Shanker Balan [mailto:m...@shankerbalan.net] Sent: Wednesday, October 10, 2012 11:41 AM To: cloudstack-users@incubator.apache

Cloudstack Meetup In foss.in/Bangalore

2012-10-09 Thread Shanker Balan
(Cross posting to -users and -dev) Helo, I am wondering if there is any interest in a Cloudstack meet up/dev summit at foss.in/2012 which happens from Nov 29 - Dec 1 2012. http://foss.in/about/about-foss-in FOSS.IN is one of the world’s largest Free and Open Source Software (FOSS) events, he

Re: anyway to debug after changing part of code?

2012-10-09 Thread sx chen
Hi,I've read the wiki Chiradeep given,This wiki is based on Maven project. I have to use a stable CloudStack version 3.0.2,Is there a guide based on 3.0.2? 2012/10/10 sx chen > Thanks,Nitin,I've found the problem.It's so simple,what I should do is > just delete the "not null" tag in the table.

Re: anyway to debug after changing part of code?

2012-10-09 Thread sx chen
Thanks,Nitin,I've found the problem.It's so simple,what I should do is just delete the "not null" tag in the table. Thanks,Chiradeep,This is what I needed.

Network Service Offering

2012-10-09 Thread Caleb Call
Is it possible to change the network service offering your zone is using when using basic networking? I tried through the API, and it gave me an error saying: "NetworkOffering and domain suffix upgrade can be performed for Isolated networks only" I'd like to remove the security groups from my

[DOC] Announcing: Got ideas for documentation? Drop them in the docs Suggestion Box

2012-10-09 Thread Jessica Tomechak
I'd like to let you know about a new page on the CloudStack wiki that the CloudStack writers will be using. You're invited to contribute and vote! https://cwiki.apache.org/confluence/display/CLOUDSTACK/Documentation+Suggestion+Box The CloudStack writers and community can use this page to informal

Re: [Events] European/UK CloudStack User Group Meetup Oct. 25th, 6pm

2012-10-09 Thread Noah Slater
Looping in trademarks. There seems to be some potential scope for confusion with this website. It looks to me like the site is a part of the Apache CloudStack project. On Tue, Oct 9, 2012 at 11:01 PM, Frans Thamura wrote: > hi there > > i am part of cloudstack-id means user grouo from indonesia.

Re: [Events] European/UK CloudStack User Group Meetup Oct. 25th, 6pm

2012-10-09 Thread Frans Thamura
hi there i am part of cloudstack-id means user grouo from indonesia. www.cloudstack-id.org just want to know. a topic that will interest user to start meetup. and roadmap to excelent user group thx f Frans Thamura Meruvian On Oct 10, 2012 3:23 AM, "Noah Slater" wrote: > Has this been added t

Re: [Events] European/UK CloudStack User Group Meetup Oct. 25th, 6pm

2012-10-09 Thread Noah Slater
Has this been added to the wiki? On Fri, Sep 14, 2012 at 2:35 PM, sebgoa wrote: > Hi folks in old Europe, > > Take note of a CloudStack meet-up in London on Oct. 25th: > > > http://cloudstack.org/about-cloudstack/cloudstack-events/viewevent/118-europeanuk-cloudstack-user-group-meet-up.html > > S

Re: anyway to debug after changing part of code?

2012-10-09 Thread Alena Prokharchyk
Hello, What columns did you add to the cloudStack DB as a part of "I have change the source code list here to add a colomn to table account"? And what exact changes were made to create-schema and VO objects (AccountVO/UserAccountVO)? From the error it looks like you are calling the VO object const

Re: anyway to debug after changing part of code?

2012-10-09 Thread Chiradeep Vittal
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+Eclipse+With+C loudStack On 10/9/12 11:36 AM, "Nitin Mehta" wrote: >You can use the eclipse debugger and set breakpoints. > >> Caused by: java.sql.SQLException: Field 'kddihosttags' doesn't have a >> default value > >seems to be the ro

Re: anyway to debug after changing part of code?

2012-10-09 Thread Nitin Mehta
You can use the eclipse debugger and set breakpoints. > Caused by: java.sql.SQLException: Field 'kddihosttags' doesn't have a > default value seems to be the root cause. Can you shed light how you have introduced the new column ? On 09-Oct-2012, at 8:43 PM, sx chen wrote: > Hi,all >I have