I'm having trouble installing a Bamboo remote agent. I'm running the following command:
java -jar ./atlassian-bamboo-agent-installer-4.1.2.jar http://my-domain/agentServer/
I'm getting the following error:
ERROR | wrapper | 2014/05/22 14:13:58 | JVM exited while starting the application.
INFO | jvm 5 | 2014/05/22 14:13:58 | Exiting due to fatal exception.
INFO | jvm 5 | 2014/05/22 14:13:58 | com.atlassian.bamboo.agent.bootstrap.RemoteAgentHttpException: HTTP status code 404 received in response to fingerprint request.
I've noticed, however, that the URL that the installer is pointing to is incorrect.
http://my-domain.com:8085/bamboo/agentServer/GetFingerprint.action?hostName=209.97.200.176&version=3&agentUuid=fb0de79e-a87b-44d3-8a08-5e1fe1278a36
There's an extra directory in there that shouldn't be (/bamboo), and it doesn't appear that my command line argument affects it. I believe this is the source of my 404 error.
I am running Bamboo 4.2.1; firewall ports are open and network connectivity has been established. I downloaded the JAR from our server. I've seen suggestions for configuration changes to config.xml, but that hasn't been created yet as the remote agent installation hasn't completed.
Has anyone run into this issue before? Thank you.