I've set up a bamboo remote agent on a windows server, when I start the service I get the message
- A remote agent is loading on "server" ("ip-address").
after a while i get
- Remote agent "server" was unresponsive and has gone offline
Thanks
Jack
This is not an answer, instead an update to the existing problem.
I am trying to install remote agent, after authenticating the remote agent client, sever displays this message,
A remote agent is loading on client-name (ip-address).
And in log it says following,
WARN [Thread-1] [BambooActiveMQConnectionFactory] Unable to validate failover:(tcp://VM_DEV_SYS_05:54663?wireFormat.maxInactivityDuration=300000)?initialReconnectDelay=15000&maxReconnectAttempts=10: java.net.URISyntaxException: Illegal character in scheme name at index
2: VM_DEV_SYS_05:54663?wireFormat.maxInactivityDuration=300000
And throws "JVM exited unexpectidly" ERROR.
If I add properties in bamboo-agent.cfg.xml as
<property name="bamboo.jms.broker.client.uri">failover:(tcp://192.168.100.211:54663?wireFormat.maxInactivityDuration=300000)?initialReconnectDelay=15000;&maxReconnectAttempts=10</property>
<property name="bamboo.jms.broker.uri">tcp://0.0.0.0:54663?wireFormat.maxInactivityDuration=300000a</property>
Error is thrown telling "delimiter ';' is missing after maxReconnectAttempts"
Thanks
Kavya
Can you get in touch with Atlassian support about this issue? Something here appears broken and will require more investigation than I can provide here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is part of the logfile I'am getting
2011-11-10 18:57:08,834 INFO [Thread-1] [RemoteAgent] Starting Bamboo Remote Agent... 2011-11-10 18:57:08,834 INFO [Thread-1] [RemoteAgent] Starting application context... 2011-11-10 19:01:31,131 INFO [Thread-1] [RemoteAgentHomeLocator] bamboo.home set to user-specified location: "C:\bamboo-home" (Modify using -Dbamboo.home=<directory> on the command line.) 2011-11-10 19:01:42,803 FATAL [Thread-1] [AgentBootstrap] Exiting due to fatal exception. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'agentConfiguration' defined in class path resource [applicationContextRemoteAgent.xml]: Invocation of init method failed; nested exception is com.atlassian.bamboo.configuration.ConfigurationException: Could not load configuration file Caused by: com.atlassian.bamboo.configuration.ConfigurationException: Could not load configuration file at com.atlassian.bamboo.v2.build.agent.remote.AgentConfiguration.init(AgentConfiguration.java:77)
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.