Continuous integration 竹子远程代理:指纹请求上的HTTP 404

Continuous integration 竹子远程代理:指纹请求上的HTTP 404,continuous-integration,bamboo,Continuous Integration,Bamboo,我在安装竹远程代理时遇到问题。我正在运行以下命令: java -jar ./atlassian-bamboo-agent-installer-4.1.2.jar http://my-domain/agentServer/ 我得到以下错误: ERROR | wrapper | 2014/05/22 14:13:58 | JVM exited while starting the application. INFO | jvm 5 | 2014/05/22 14:13:58 | Ex

我在安装竹远程代理时遇到问题。我正在运行以下命令:

java -jar ./atlassian-bamboo-agent-installer-4.1.2.jar http://my-domain/agentServer/
我得到以下错误:

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.
但是,我注意到安装程序指向的URL不正确

http://my-domain.com:8085/bamboo/agentServer/GetFingerprint.action?hostName=209.97.200.176&version=3&agentUuid=fb0de79e-a87b-44d3-8a08-5e1fe1278a36
那里有一个不应该存在的额外目录(
/bambol
),而且我的命令行参数似乎不会影响它。我相信这就是我404错误的根源

我正在运行竹子4.2.1;防火墙端口已打开,网络连接已建立。我从服务器上下载了JAR。我已经看到了对config.xml进行配置更改的建议,但由于远程代理安装尚未完成,因此尚未创建配置更改


以前有人遇到过这个问题吗?谢谢。

我真傻,我在本周初遇到了这个问题,现在才找到解决办法。我搜索了“agentServer”,结果是没有config.xml,但有一个“wrapper.conf”文件存储URL。我猜文件是第一次运行命令时编写的;如果命令失败,将忽略命令参数以支持文件配置

bash-3.2$ grep -R 'agentServer' ./*
./bamboo-agent-home/atlassian-bamboo-agent.log:INFO   | jvm 1    | 2014/05/15 08:10:46 | 2014-05-15 08:10:46,374 INFO [WrapperSimpleAppMain] [AgentBootstrap] Agent bootstrap using baseUrl: http://my-domain:8085/bamboo/agentServer/
./bamboo-agent-home/atlassian-bamboo-agent.log:INFO   | jvm 5    | 2014/05/22 14:13:58 | 2014-05-22 14:13:58,252 INFO [WrapperSimpleAppMain] [AgentBootstrap] Agent bootstrap using baseUrl: http://my-domain:8085/bamboo/agentServer/

...

./bamboo-agent-home/conf/wrapper.conf:wrapper.app.parameter.2=http://my-domain:8085/bamboo/agentServer/
在wrapper.conf中更改有问题的行是修复方法。该问题是由于在第一次运行安装时使用了错误的URL造成的


希望这对某人有所帮助。

我遇到了这个问题,最终意识到建议的URL不适合我的安装。我最后执行了这个命令(注意缺少路径段):

java -jar atlassian-bamboo-agent-installer-5.10.3.jar http://bamboo.mydomain.com:8085/agentServer/