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
I got the solution, I had to change bamboo.cfg.xml of Bamboo server not bamboo-agent.cfg.xml of remote agent. And I had to restart Bamboo server.
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.