Re: Template for Java 7 in Master branch

2014-02-10 Thread Min Chen
Hugo, is it possible to also build a 32 bit systemvm template using Java 7? Some of us are using VM provisioned from Vmware ESX as our hypervisor host due to resource limitation, unfortunately it only supports 32-bit template not 64 bit. Thanks -min On 2/8/14 4:05 AM, Hugo Trippaers

Re: Template for Java 7 in Master branch

2014-02-10 Thread Hugo Trippaers
Hey Min, The template in the link below should be 32 bits. There is a separate job for the 64 bit image. http://jenkins.buildacloud.org/job/build-systemvm-master Sent from my iPhone On 10 feb. 2014, at 18:26, Min Chen min.c...@citrix.com wrote: Hugo, is it possible to also build a 32

Re: Template for Java 7 in Master branch

2014-02-10 Thread Min Chen
Thanks a lot, Hugo. Will give it a try. -min On 2/10/14 10:36 AM, Hugo Trippaers trip...@gmail.com wrote: Hey Min, The template in the link below should be 32 bits. There is a separate job for the 64 bit image. http://jenkins.buildacloud.org/job/build-systemvm-master Sent from my iPhone

Re: Template for Java 7 in Master branch

2014-02-10 Thread Sheng Yang
Thanks Hugo, the new templates work perfectly! --Sheng On Mon, Feb 10, 2014 at 11:06 AM, Min Chen min.c...@citrix.com wrote: Thanks a lot, Hugo. Will give it a try. -min On 2/10/14 10:36 AM, Hugo Trippaers trip...@gmail.com wrote: Hey Min, The template in the link below should be 32

Re: Template for Java 7 in Master branch

2014-02-08 Thread Hugo Trippaers
Sheng, Use the templates build from master (after build 77) from jenkins.buildacloud.org. Those templates have java 7. http://jenkins.buildacloud.org/job/build-systemvm-master/ Cheers, Hugo On 8 feb. 2014, at 02:10, Sheng Yang sh...@yasker.org wrote: BTW, the error result in SSVM and CPVM

Re: Template for Java 7 in Master branch

2014-02-07 Thread Sheng Yang
BTW, the error result in SSVM and CPVM agents fail to start. --Sheng On Fri, Feb 7, 2014 at 5:10 PM, Sheng Yang sh...@yasker.org wrote: Got this error with 4.3 template: Exception in thread main java.lang.UnsupportedClassVersionError: com/cloud/agent/AgentShell : Unsupported major.minor

Template for Java 7 in Master branch

2014-02-07 Thread Sheng Yang
Got this error with 4.3 template: Exception in thread main java.lang.UnsupportedClassVersionError: com/cloud/agent/AgentShell : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634)