gpt4 book ai didi

continuous-integration - Bamboo 远程代理 : HTTP 404 on fingerprint request

转载 作者:行者123 更新时间:2023-12-02 02:17:18 30 4
gpt4 key购买 nike

我在安装 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 | 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

那里有一个不应该存在的额外目录(/bamboo),而且我的命令行参数似乎没有影响它。我相信这是我的 404 错误的根源。

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

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

最佳答案

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

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 造成的。

希望这对某人有帮助。

关于continuous-integration - Bamboo 远程代理 : HTTP 404 on fingerprint request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23817204/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com