It's all about the answers!

Ask a question

RuntimeException invoking build


John Reysa (8876) | asked Jul 15 '09, 11:13 p.m.
We have a server set up to handle build requests that was working for the rtc2.0beta1 code. When we loaded rtc2.0 and invoked a build, we received the following error:

java.lang.RuntimeException: This version of java will not work with Jazz Source Control. Please upgrade your JVM to the most recent available version.

at com.ibm.team.scm.client.content.BasicVersionedContentManager.<init>(BasicVersionedContentManager.java:190)
at com.ibm.team.scm.client.internal.WorkspaceManager.<init>(WorkspaceManager.java:257)
at com.ibm.team.scm.client.internal.SCMClientLibraryFactory.createClientLibrary(SCMClientLibraryFactory.java:23)
at com.ibm.team.repository.client.internal.ClientLibraryFactoryRegistry.getClientLibrary(ClientLibraryFactoryRegistry.java:89)
at com.ibm.team.repository.client.internal.TeamRepository.getClientLibrary(TeamRepository.java:460)
at com.ibm.team.scm.client.SCMPlatform.getWorkspaceManager(SCMPlatform.java:44)
at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:128)
at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:628)
at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:466)
at java.lang.Thread.run(Thread.java:735)


We tried java 1.5 and 1.6 but got the same error.
We realized we had an older version of 1.6:
java version "1.6.0"

Java(TM) SE Runtime Environment (build pap3260-20071123_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260-20071121_15015 (JIT disabled)
J9VM - 20071121_015015_bHdSMR
GC - 20071031_AA)
JCL - 20071118_01


but got the same results with a newer version

java version "1.6.0"

Java(TM) SE Runtime Environment (build pap3260sr5-20090529_04(SR5))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260sr5-20090519_35743 (JIT disabled, AOT disabled)
J9VM - 20090519_035743_bHdSMr
GC - 20090417_AA)
JCL - 20090529_01



Any ideas?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.