Community
Participate
Working Groups
I've been testing the new hudson slave, build2 and have been running into a vm issue. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=312597#c24 Could you install the Sun versions of the x86_64 vms in shared common so I can see if this resolves the issue. I think the ones we need are Sun 5 update 22 for x86_64 Sun 6 update 20 for x86_64
(In reply to comment #0) > I've been testing the new hudson slave, build2 and have been running into a vm > issue. See > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=312597#c24 > > Could you install the Sun versions of the x86_64 vms in shared common > so I can see if this resolves the issue. I think the ones we need are > > Sun 5 update 22 for x86_64 > Sun 6 update 20 for x86_64 Sun JDK 5 update 22 is already in: /shared/common/jdk-1.5.0-22.x86_64 And Java 6 should be: /shared/common/jdk-1.6.x86_64 If you set your Job to use Base Java 5.0, or Base Java 6.0 installation, it should pick these up when running on build 2. The JDK installations for the build2 node are configured for the particular server.
Sorry, I typed java -version in these directories instead of ./java version so I thought that they were IBM vms when they were in fact Sun VMs. The default java on build2 points to an IBM vm. So guess I'll have to try launching the build with a 1.5 vm and see if this avoids the vm bug.
(In reply to comment #2) > Sorry, I typed java -version in these directories instead of ./java version so > I thought that they were IBM vms when they were in fact Sun VMs. The default > java on build2 points to an IBM vm. So guess I'll have to try launching the > build with a 1.5 vm and see if this avoids the vm bug. If you follow: https://build.eclipse.org/hudson/computer/build2/configure after logging in, you'll see the various configurations for build2. Both Java 5.0 Base and Java 6.0 Base point to the correct installation. As you noted you'll need to specify the JDK to use in your Hudson Job configuration to make sure it uses that JDK.
Since 'build2' doesn't really exist anymore as a Hudson slave, I'll close this.