Continuous integration 启动远程代理时出错:收到HTTP状态代码500以响应指纹请求

Continuous integration 启动远程代理时出错:收到HTTP状态代码500以响应指纹请求,continuous-integration,bamboo,Continuous Integration,Bamboo,启动远程代理时出现以下错误: INFO | jvm 1 | 2012/11/20 01:15:58 | 2012-11-20 01:15:58,235 INFO [WrapperSimpleAppMain] [RemoteAgentHomeLocatorForBootstrap] Agent home located at '/Users/user9066/bamboo-agent-home' INFO | jvm 1 | 2012/11/20 01:15:58 | 2012

启动远程代理时出现以下错误:

INFO   | jvm 1    | 2012/11/20 01:15:58 | 2012-11-20 01:15:58,235 INFO [WrapperSimpleAppMain] [RemoteAgentHomeLocatorForBootstrap] Agent home located at '/Users/user9066/bamboo-agent-home'
INFO   | jvm 1    | 2012/11/20 01:15:58 | 2012-11-20 01:15:58,248 INFO [WrapperSimpleAppMain] [AgentUuidInitializer] Found agent UUID <snip> in temporary UUID file '/Users/user9066/bamboo-agent-home/uuid-temp.properties'
INFO   | jvm 1
    | 2012/11/20 01:15:58 | 2012-11-20 01:15:58,378 INFO [WrapperSimpleAppMain] [AgentContext] Requesting fingerprint, url: http://<bamboo-server-ip>:8090/bamboo/AgentServer/GetFingerprint.action?hostName=<remote-agent-ip>&version=3&agentUuid=<snip>
ERROR  | wrapper  | 2012/11/20 01:15:58 | JVM exited while starting the application.
INFO   | jvm 1    | 2012/11/20 01:15:58 | Exiting due to fatal exception.
INFO   | jvm 1    | 2012/11/20 01:15:58 | com.atlassian.bamboo.agent.bootstrap.RemoteAgentHttpException: HTTP status code 500 received in response to fingerprint request.
INFO   | jvm 1    | 2012/11/20 01:15:58 |   at com.atlassian.bamboo.agent.bootstrap.AgentContext.initFingerprint(AgentContext.java:131)
INFO | jvm 1 | 2012/11/20 01:15:58 | 2012-11-20 01:15:58235信息[WrapperSimpleAppMain][RemoteAgentHomeLocatorForBootstrap]代理主页位于“/Users/user9066/bamboo代理主页”
信息| jvm 1 | 2012/11/20 01:15:58 | 2012-11-20 01:15:58248信息[WrapperSimpleAppMain][AgentuidInitializer]在临时UUID文件“/Users/user9066/bambor agent home/UUID temp.properties”中找到了代理UUID
信息| jvm 1
|2012/11/20 01:15:58 | 2012-11-20 01:15:58378信息[WrapperSimpleAppMain][AgentContext]请求指纹,url:http://:8090/bambol/AgentServer/GetFingerprint.action?主机名=&version=3&AgentUID=
错误| wrapper | 2012/11/20 01:15:58 |启动应用程序时JVM退出。
信息| jvm 1 | 2012/11/20 01:15:58 |由于致命异常而退出。
信息| jvm 1 | 2012/11/20 01:15:58 | com.atlassian.bambol.agent.bootstrap.RemoteAgentHttpException:收到HTTP状态代码500以响应指纹请求。
信息| jvm 1 | 2012/11/20 01:15:58 |在com.atlassian.bambol.agent.bootstrap.AgentContext.initFingerprint(AgentContext.java:131)
端口8085和54663打开。启用log4j也不会提供任何附加信息


有人看到过这个错误吗?有解决这个问题的方法吗?

我也有类似的错误。我似乎通过下载名为bambol-agent-4.2.0.jar的替代远程代理安装程序来修复它。您可以在主remote agent下载按钮下面的一个小链接中找到它


一旦我运行了这个jar并成功地进行了身份验证,原来的jar就工作了。

这个建议立刻解决了我的问题!(我使用竹子5.9.7构建5920-10月14日15)