Re: Help setting up Cloud Stack development environment

2024-06-06 Thread Wei ZHOU
Hi Gaurav, Welcome to the community. I suggest you create a docker container (for instance, rocky8/9 or ubuntu 22.04). The doc is out-of-date. -Wei On Thu, Jun 6, 2024 at 12:43 PM gaurav joshi wrote: > > Hi, > > I have been trying to set up my cloudstack dev environment in Windows but I > am

Re: Help setting up Cloud Stack development environment

2024-06-06 Thread Daan Hoogland
Gaurav, please attach the textual errors (screenshots are less helpful and usually filtered of this mailing list). On Thu, Jun 6, 2024 at 12:42 PM gaurav joshi wrote: > > Hi, > > I have been trying to set up my cloudstack dev environment in Windows but I > am facing some issues. It will be helpf

Help setting up Cloud Stack development environment

2024-06-06 Thread gaurav joshi
Hi, I have been trying to set up my cloudstack dev environment in Windows but I am facing some issues. It will be helpful if I can get some guidance as I am new to this environment and cloud on whole. I followed the steps as mentioned in this link : Setting up a CloudStack dev environment on Win

Re: Doubt about the development environment and Devcloud

2019-07-09 Thread Rohit Yadav
Subject: Doubt about the development environment and Devcloud Hi, I'm new to the mailing list and it's my first question. I'm masters student in computer science at the Federal University of Paraná (Brazil) and my research proposal involves developing a CloudStack plug-in. My initia

Re: Doubt about the development environment and Devcloud

2019-07-02 Thread José Flauzino
loy a development environment so I can to run VMs. Em 01-07-2019 14:57, Tutkowski, Mike escreveu: I don't have current info on how to set up a dev environment (someone else can provide this pretty easily, I suspect) as I haven't been writing CloudStack code the past six months, but I do ha

Re: Doubt about the development environment and Devcloud

2019-07-02 Thread Rafael Weingärtner
onsidered Java remote debugging? > > > > On Mon, Jul 1, 2019 at 3:29 PM José Flauzino > > wrote: > > > > Thanks for reply Tutkowski. > > Coincidentally I already saw this video (it helped me a lot). > > But now my main difficulty is to deploy a development e

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
already saw this video (it helped me a lot). But now my main difficulty is to deploy a development environment so I can to run VMs. Em 01-07-2019 14:57, Tutkowski, Mike escreveu: I don't have current info on how to set up a dev environment (someone else can provide this pretty easily, I suspect)

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Rafael Weingärtner
Hey José, have you considered Java remote debugging? On Mon, Jul 1, 2019 at 3:29 PM José Flauzino wrote: > Thanks for reply Tutkowski. > Coincidentally I already saw this video (it helped me a lot). > But now my main difficulty is to deploy a development environment so I > ca

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Thanks for reply Tutkowski. Coincidentally I already saw this video (it helped me a lot). But now my main difficulty is to deploy a development environment so I can to run VMs. Em 01-07-2019 14:57, Tutkowski, Mike escreveu: I don't have current info on how to set up a dev enviro

Re: Doubt about the development environment and Devcloud

2019-07-01 Thread Tutkowski, Mike
I don't have current info on how to set up a dev environment (someone else can provide this pretty easily, I suspect) as I haven't been writing CloudStack code the past six months, but I do have a video link you might be interested in regarding building plug-ins in CloudStack (from a presentatio

Doubt about the development environment and Devcloud

2019-07-01 Thread José Flauzino
Hi, I'm new to the mailing list and it's my first question. I'm masters student in computer science at the Federal University of Paraná (Brazil) and my research proposal involves developing a CloudStack plug-in. My initial difficulty is to deploy the complete environment so that I have the Cl

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
Great, I am glad to hear that. Good luck! Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 17:10 To: dev Subject: Re: Development environment It work like a charm!!! thank you very much guys!! On Fri, Dec 12, 2014 at 5:03 PM, Gabor

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
-r *.gz > > Gabor > > > -Original Message- > From: Ramzi Youssefi [mailto:ryouss...@gmail.com] > Sent: 12 December 2014 15:42 > To: dev > Subject: Re: Development environment > > Thank you guys! > I think I'm getting closer. I should have explained t

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
No problem. I forgot to mention that there are compressed version for each file there, those are needed to be deleted first. rm -r *.gz Gabor -Original Message- From: Ramzi Youssefi [mailto:ryouss...@gmail.com] Sent: 12 December 2014 15:42 To: dev Subject: Re: Development environment

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
project in the reactor: ui/plugins -> >> [Help 1] >> >> Thanks again! >> >> On Fri, Dec 12, 2014 at 3:04 PM, Rohit Yadav >> wrote: >> >>> >>> Hi Ramzi, >>> >>> On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote:

Re: Development environment

2014-12-12 Thread Rohit Yadav
ould like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the browser. I even can do this with eclipse. https://cwiki.apache.org/confluence/display

RE: Development environment

2014-12-12 Thread Gabor Apati-Nagy
2014 14:42 To: dev Subject: Re: Development environment Hi Rohit, thanks for your email! that is exactly what I need! I just want to make sure that I understood what you wrote: Once I deploy the project, I need to run it with: mvn -pl client jetty:run After I did a change, I need to "st

Re: Development environment

2014-12-12 Thread Ramzi Youssefi
, Rohit Yadav wrote: > > Hi Ramzi, > > On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote: > >> Hi! >> >> I would like to ask how to setup a proper development environment in >> Cloudstack. Until now I have been able only to download CS from git >> cl

Re: Development environment

2014-12-12 Thread Rohit Yadav
Hi Ramzi, On Friday 12 December 2014 07:20 PM, Ramzi Youssefi wrote: Hi! I would like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the

Development environment

2014-12-12 Thread Ramzi Youssefi
Hi! I would like to ask how to setup a proper development environment in Cloudstack. Until now I have been able only to download CS from git cloudstack and deploy it with maven. Once I run jetty:run, I can see CS in the browser. I even can do this with eclipse. The thing is that I want to create

Re:The v-1-vm and s-330-vm cannot run succesfully in the development environment

2014-11-03 Thread XQ
the cloudstack source is version of 4.4 but in the table of vm_template url ishttp://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2 the two vms cannot start up. At 2014-11-03 15:11:38, "XQ" wrote: >Hello, >When I set up the deve-environment suce

The v-1-vm and s-330-vm cannot run succesfully in the development environment

2014-11-02 Thread XQ
Hello, When I set up the deve-environment sucessfully, I want to add a advanced Zone. The Zone was added successfully,but the two vms was cannot start up. cloudstack4.4 OS:centos 6.5 host : xenserver6.2 ip *.*.63.211 the primary storage: local storage secondary storage:nfs *.*.119.220

Re: Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread Yitao Jiang
Hi,XQ Have you imported system vm template successfully? Maybe, Something wrong with your primary stroage (NFS ?) ,you can just verify whether can launch instance directly from hypervisor(xenserver? ) Hopes can help --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Fri, Oct 31, 2014 at 4:20 PM, XQ

Re:Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread XQ
Hello Hugo I run the cmd "mvn -pl :cloud-client-ui jetty:run ",To start the management server. I hava add the zone suceesfully,but the two vm can not start up. the vmops.log: DEBUG [o.a.c.s.i.BaseImageStoreDriverImpl] (AgentTaskPool-1:ctx-6b61f408) Downloading template to data s

Re: The SSVM cannot run succesfully in the development environment

2014-10-31 Thread Hugo Trippaers
Hello XQ, We need a little bit more info before we can help you. For example the error message in the log file and a short description of how your environment is build up. Cheers, Hugo Sent from my iPhone > On 31 Oct 2014, at 06:56, 徐书敏 wrote: > > Hi > >I have done the dev-environment

The SSVM cannot run succesfully in the development environment

2014-10-30 Thread 徐书敏
Hi I have done the dev-environment building.when I configure the host,the Error :Monitor DownloaderListener says there is a error in the connect process for 1 due to failed to update state.before it there is a warn there is no seondnary storage vm for downloading template to image store

Re: How setting development environment without network connection

2014-09-13 Thread Yitao Jiang
Thanks it work On Sep 13, 2014 3:49 PM, "Ian Duffy" wrote: > Assuming you have all dependencies cached in your m2 folded you can use > with -o flag > On 13 Sep 2014 07:28, "Yitao Jiang" wrote: > > > Hi, stackers > > Is there any way that i can setti

Re: How setting development environment without network connection

2014-09-13 Thread Ian Duffy
Assuming you have all dependencies cached in your m2 folded you can use with -o flag On 13 Sep 2014 07:28, "Yitao Jiang" wrote: > Hi, stackers > Is there any way that i can setting development environment without network > connnection. I mean i had been once set up everythin

How setting development environment without network connection

2014-09-12 Thread Yitao Jiang
Hi, stackers Is there any way that i can setting development environment without network connnection. I mean i had been once set up everything ok in development with network. Every time i launch cloudstack using command mvn jetty run it will update some dependence pom , it failed without network

Re: installing cloudstack development environment with eclipse

2014-06-10 Thread Mike Tutkowski
10, 2014 at 10:21 AM, Elapavuluri, Jaya < jaya.elapavul...@netapp.com> wrote: > Hello, > > I am trying to setup cloudstack development environment using eclipse. > These are the errors I am encountering, Could someone help me out to > resolve these? > > Plugin e

installing cloudstack development environment with eclipse

2014-06-10 Thread Elapavuluri, Jaya
Hello, I am trying to setup cloudstack development environment using eclipse. These are the errors I am encountering, Could someone help me out to resolve these? Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check (execution

Re: What are the standard commands to setup 4.1 development environment

2013-06-10 Thread Prasanna Santhanam
On Mon, Jun 10, 2013 at 04:52:22PM +0800, Ryan Lei wrote: > Thanks for the quick explanation. > Then should the cloud-install-sys-tmplt script be run before or after the > systemvm profile? Or does it matter at all? The install-sys-tmplt script still will need to be run (before you launch the mana

Re: What are the standard commands to setup 4.1 development environment

2013-06-10 Thread Ryan Lei
k 4.1 has been released, but I see two "versions" of > instructions > > in setting up the oss development environment. > > > > (1) From the official website: > > http://cloudstack.apache.org/develop/environment.html > > > > # Compile > > $ mvn -P

Re: What are the standard commands to setup 4.1 development environment

2013-06-10 Thread Prasanna Santhanam
On Mon, Jun 10, 2013 at 03:52:19PM +0800, Ryan Lei wrote: > CloudStack 4.1 has been released, but I see two "versions" of instructions > in setting up the oss development environment. > > (1) From the official website: > http://cloudstack.apache.org/develop/environment.ht

What are the standard commands to setup 4.1 development environment

2013-06-10 Thread Ryan Lei
CloudStack 4.1 has been released, but I see two "versions" of instructions in setting up the oss development environment. (1) From the official website: http://cloudstack.apache.org/develop/environment.html # Compile $ mvn -P developer clean install # Deploy both the management serv