Re: Error building Cloudstack 4.2 RPMs

2013-10-22 Thread Zack Payton
On Tue, Oct 8, 2013 at 9:51 PM, Jamie Carranza gojamieg...@gmail.com wrote: Hi All, I'm trying to build Cloudstack 4.2 RPMs and keep running up against the same error, this looks like the most important part: Failed tests: appendTest(org.apache.cloudstack.alert.snmp.SnmpTrapAppenderTest):

Re: Error building Cloudstack 4.2 RPMs

2013-10-09 Thread Jamie Carranza
Ah ya, unfortunately my company wants me to build our own RPMs from source. I did see while searching for a solution that this issue had popped up in earlier builds but it looked like a fix had been merged in. # java -version java version 1.6.0_24 OpenJDK Runtime Environment (IcedTea6

Error building Cloudstack 4.2 RPMs

2013-10-08 Thread Jamie Carranza
Hi All, I'm trying to build Cloudstack 4.2 RPMs and keep running up against the same error, this looks like the most important part: Failed tests: appendTest(org.apache.cloudstack.alert.snmp.SnmpTrapAppenderTest): error snmpHelper list size not as expected expected:0 but was:2 The full

Re: Error building Cloudstack 4.2 RPMs

2013-10-08 Thread motty cruz
I installed it using yum I created the following file in /etc/yum.repo.d/cloudstack.repo [cloudstack] name=cloudstack baseurl=*http://cloudstack.apt-get.eu/rhel/4.1/* enabled=1 gpgcheck=0 then run the following command yum install cloudstack-management (if you want cloudstack 4.2 change the

Re: Error building Cloudstack 4.2 RPMs

2013-10-08 Thread David Nalley
Hi Jamie: So as has been pointed out, you can use pre-built RPMs if you wish. If you really need to build your ownI don't know what to suggest - the RPMs built fine for me on CentOS 6.4 x86_64 from the tarball. A couple of things - what version of Java? 6 or 7? OpenJDK or something else?