0

リモート 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-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)

ポート 8085 と 54663 が開いています。log4j を有効にしても、追加情報は提供されません。

誰もこのエラーを見たことがありますか? これを解決するための指針はありますか?

4

1 に答える 1

1

同様のエラーが発生しました。私はbamboo-agent-4.2.0.jarと呼ばれる代替のリモートエージェントインストーラーをダウンロードすることでそれを修正したようです。メインのリモートエージェントのダウンロードボタンの下にある小さなリンクとして見つけることができます。

このjarを実行して認証に成功すると、元のjarが機能しました。

于 2013-03-14T12:09:18.063 に答える