cloudstack编译问题

2014-09-11 Thread yan_5...@163.com
大家有没有遇到过这样的问题:在eclipse中改动代码的一个或者几个地方,然后到代码根目录去编译代码,改动的地方不报错(应该也没有错误),其他的地方报了各种类型的错误。重新mvn clean,再编译,又是不同的错误 yan_5...@163.com

Re: cloudstack编译问题

2014-09-11 Thread Wei ZHOU
mvn clean install -P developer,systemvm 在 2014年9月11日 上午9:28,yan_5...@163.com yan_5...@163.com写道: 大家有没有遇到过这样的问题:在eclipse中改动代码的一个或者几个地方,然后到代码根目录去编译代码,改动的地方不报错(应该也没有错误),其他的地方报了各种类型的错误。重新mvn clean,再编译,又是不同的错误 yan_5...@163.com

Re: Re: cloudstack编译问题

2014-09-11 Thread yan_5...@163.com
Wei ZHOU: 你好! 因为我需要编译支持vmware,所以使用的命令是 mvn clean; mvn install -P deps -Dnoredist -Dnonoss; export ACS_BUILD_OPTS=-Dnoredist -Dnonoss; dpkg-buildpackage 相关的jar包也放到了deps目录下。 编译的步骤:1、官方下载4.4源码包,解压 2、在deps目录下放置相关的jar包,安装jar包 3、运行上面四个命令进行打包,可以正常打包,无报错

Challenges faced by cloudstack committers, developers, users

2014-09-11 Thread Madan Ganesh V
Hello CloudStack Developers Users,  Trust everyone is doing well. Myself, Madan, founder CEO of ActOnMagic. We’re currently evaluating the possibility of developer edition of www.actoncloud.com for CloudStack dev/users.  A simple SaaS based BI tool to help you analyse root cause your

Re: Problems with firewall

2014-09-11 Thread Kirk Kosinski
I (vaguely) recall seeing something like this. I think you aren't supposed to install the CSP on hosts in a basic zone without SG. Some but not all iptables get programmed for some reason, and it doesn't work. I would check if it works on a host without CSP. It definitely isn't needed in such

Re: Problems with firewall

2014-09-11 Thread Kirk Kosinski
Unfortunately there's no supported way to remove it. Reinstalling XS is required. :-( Best regards, Kirk On 09/10/2014 11:10 PM, Carlos Reátegui wrote: Is there a way to uninstall the CSP? Although, I do remember encountering a problem adding hosts without the CSP on a different setup.

UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Piers
Can I get some advice on the Tomcat 404 error. tail /var/log/tomcat6/catalina.out Sep 11, 2014 3:23:30 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 56 ms Sep 11, 2014 3:23:30 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]:

Re: Problems with firewall

2014-09-11 Thread Carlos Reátegui
Is there a way to uninstall the CSP? Although, I do remember encountering a problem adding hosts without the CSP on a different setup. On Sep 10, 2014, at 11:02 PM, Kirk Kosinski kirkkosin...@gmail.com wrote: I (vaguely) recall seeing something like this. I think you aren't supposed to

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Kirk Kosinski
Hi, Piers. The cloudstack-management init script starts Tomcat for you. You shouldn't use the tomcat6 init script to start Tomcat. Best regards, Kirk On 09/10/2014 11:17 PM, Piers wrote: Can I get some advice on the Tomcat 404 error. tail /var/log/tomcat6/catalina.out Sep 11, 2014

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Piers
On 11/09/14 16:29, Kirk Kosinski wrote: Hi, Piers. The cloudstack-management init script starts Tomcat for you. You shouldn't use the tomcat6 init script to start Tomcat. I realise that - I was trying to show how I manually stooped the tomcat server and searched for things using the 8080

Re: Unable to start a VM due to insufficient capacity

2014-09-11 Thread Ugo Vasi
Hi Geoff, I still have the problem creating new VMs but in another isolated network. The problem seems to be the same: 2014-09-11 08:55:27,048 DEBUG [c.c.v.VirtualMachineManagerImpl] (Job-Executor-55:ctx-b5c34ec7 ctx-3715f5de) VM is being created in podId: 1 2014-09-11 08:55:27,050 DEBUG

Re: Unable to start a VM due to insufficient capacity

2014-09-11 Thread Geoff Higginbottom
Hi Ugo, Did restarting the network with cleanup option resolve your issue last time, if yes have you tried the same on this network? Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542tel:+442036030542 | S: +44 20 3603 0540tel:+442036030540 | M:

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Kirk Kosinski
I see, thanks for clarifying. Which encryption type did you specify during installation: file (the default) or web? If the latter, are you providing the password with EncryptionSecretKeySender after starting each CloudStack service? On 09/11/2014 12:17 AM, Piers wrote: On 11/09/14 16:29, Kirk

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Piers
On 11/09/14 18:17, Kirk Kosinski wrote: I see, thanks for clarifying. Which encryption type did you specify during installation: file (the default) or web? If the latter, are you providing the password with EncryptionSecretKeySender after starting each CloudStack service? Thanks for the

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Geoff Higginbottom
The only command you need to install Cloudstack is yum install cloudstack-management It will install all the other dependencies including tomcat Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542tel:+442036030542 | S: +44 20 3603 0540tel:+442036030540 | M:

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Piers
On 11/09/14 18:48, Geoff Higginbottom wrote: The only command you need to install Cloudstack is yum install cloudstack-management It will install all the other dependencies including tomcat Thanks Geoff, But don't you need to install the cloudstack-agent as well? The docs indicate so and

Re: UI HTTP Status 404 / Tomcat - Address already in use [FIXED]

2014-09-11 Thread Piers
On 11/09/14 16:17, Piers wrote: Can I get some advice on the Tomcat 404 error. I reinstalled making sure to run commands in this order: yum -y remove cloudstack-* rm -fR /usr/share/cloudstack-* rm -fR /etc/cloudstack/ yum -y install cloudstack-management cloudstack-setup-databases

Re: UI HTTP Status 404 / Tomcat - Address already in use

2014-09-11 Thread Rohit Yadav
Piers, On 11-Sep-2014, at 10:56 am, Piers pi...@rowan.id.au wrote: But don't you need to install the cloudstack-agent as well? Are you trying to setup a host where you want to run CloudStack and also use this host as a KVM host? If this is the case, then yes you can install cloudstack-agent

Re: Billing/Helpdesk systems for CloudStack

2014-09-11 Thread Sam
Giles Sirett giles.sirett@... writes: Amysta is a good technology: they've integrated into the CS GUI Lots of other people (mostly already mentioned) do basic integration. Add Ubersmith to you list. Theres some people here in UK called Biomni who make a nice service catalogue offering

Re: Billing/Helpdesk systems for CloudStack

2014-09-11 Thread GopalaKrishnan
Hi Sam, Checkout new fogpanel billing feature for cloudstack. http://fogpanel.com Thank You. GopalaKrishnan.S - Original Message - From: Sam s...@rshosting.com To: users@cloudstack.apache.org Sent: Thursday, September 11, 2014 5:32 PM Subject: Re: Billing/Helpdesk systems for

Re: UI HTTP Status 404 / Tomcat - Address already in use [UNFIXED]

2014-09-11 Thread Piers
On 11/09/14 19:11, Rohit Yadav wrote: Are you trying to setup a host where you want to run CloudStack and also use this host as a KVM host? If this is the case, then yes you can install cloudstack-agent and cloudstack-management on the same server. Yes I am and this is understood. Thanks

Re: UI HTTP Status 404 / Tomcat - Address already in use [UNFIXED]

2014-09-11 Thread Rohit Yadav
On 11-Sep-2014, at 3:02 pm, Piers pi...@rowan.id.au wrote: I would appreciate a brief explanation as to why wiping and reinstalling does not lead to..wella functioning web UI. Every time I reinstall the management server IP selected is 165.254.0.1 (which is cloud0) - my

404 Error

2014-09-11 Thread mo
I am presently getting 404 error when attempting to access the UI. I believe it’s due to the version of my Tomcat. However, I am unsure what version I should be using. As I seem to have not disabled automatic updates, as such, many things have been updated. Please advise, Mo

Re: UI HTTP Status 404 / Tomcat - Address already in use [UNFIXED]

2014-09-11 Thread Piers
On 11/09/14 23:17, Rohit Yadav wrote: After you install CloudStack and run cloudstack-setup-databases this tool will pick IP from the first valid nic it finds (cloud0 being the first one alphabetically, do a ifconfig to list nics and ips). To override, give a -i ipt to this tool, example:

Re: UI HTTP Status 404 / Tomcat - Address already in use [FIXED] {reboot}

2014-09-11 Thread Piers
I rebooted the machine and the UI came up. Somewhere along the line repeatedly installing software leaves some remnants that we purged by a reboot. Thanks Piers

Re: UI HTTP Status 404 / Tomcat - Address already in use [UNFIXED]

2014-09-11 Thread Rohit Yadav
Hi Piers, On 12-Sep-2014, at 12:42 am, Piers pi...@rowan.id.au wrote: # purge cloudstack from the system and remove all traces of installation yum -y remove cloudstack-* tomcat* rm -fR /usr/share/cloudstack-* rm -fR /etc/cloudstack/ # install management usage yum -y install

Re: UI HTTP Status 404 / Tomcat - Address already in use [UNFIXED]

2014-09-11 Thread Piers
On 12/09/14 11:13, Rohit Yadav wrote: To start again, you don’t have to remove the package or conf again and again. Just shutdown all java services (management and agent, tomcat etc.) and deploy the database, and finally start the management server. Good to know - thank you # configure