We have 3 identical Vm agents in our bamboo setup, but one of them is misbehaving. It keeps shutting down. Any one have any ideas ?
INFO | jvm 1 | 2012/07/23 15:10:23 | 2012-07-23 15:10:23,830 INFO [1-BAM::su-bamboopr02.homeoffice.myco.com::Agent:pool-3-thread-1] [BuildAgentControllerImpl] Agent 'su-bamboopr02.homeoffice.myco.com' ready to take build from queue... STATUS | wrapper | 2012/07/23 15:23:01 | TERM trapped. Shutting down. STATUS | wrapper | 2012/07/23 15:23:03 | <-- Wrapper Stopped STATUS | wrapper | 2012/07/23 15:23:03 | --> Wrapper Started as Daemon STATUS | wrapper | 2012/07/23 15:23:04 | Launching a JVM... INFO | jvm 1 | 2012/07/23 15:23:04 | Wrapper (Version 3.2.3-atlassian-1) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2012/07/23 15:23:04 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2012/07/23 15:23:04 | INFO | jvm 1 | 2012/07/23 15:23:04 | WrapperSimpleApp: Unable to locate the class com.atlassian.bamboo.agent.bootstrap.AgentBootstrap: java.lang.UnsupportedClassVersionError: Bad version number in .class file INFO | jvm 1 | 2012/07/23 15:23:04 | INFO | jvm 1 | 2012/07/23 15:23:04 | WrapperSimpleApp Usage: INFO | jvm 1 | 2012/07/23 15:23:04 | java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_arguments] INFO | jvm 1 | 2012/07/23 15:23:04 | INFO | jvm 1 | 2012/07/23 15:23:04 | Where: INFO | jvm 1 | 2012/07/23 15:23:04 | app_class: The fully qualified class name of the application to run. INFO | jvm 1 | 2012/07/23 15:23:04 | app_arguments: The arguments that would normally be passed to the INFO | jvm 1 | 2012/07/23 15:23:04 | application. STATUS | wrapper | 2012/07/23 15:23:06 | <-- Wrapper Stopped
It looks like you're starting the agent with an unsupported Java version. You need at least Java 6.
Yep. Someone tinkered with the JAVA_HOME and set it to Java 5.
Although, looking at the logs of earlier starts of the agent I do see this...
...Starting Agent Bootstrap using Java 1.6.0_16...
But I did update the JAVA_HOME env variable (linux) and it now reports...
... Starting Agent Bootstrap using Java 1.6.0_33 ...
Is the JAVA_HOME typically used ?
What does the TERM mean, is that some sort of time out ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Przemek and Greg, your question and answer solved a similar problem for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.