2012-08-13 63 views
2

当我运行命令时,cloudbees SDK 1.1正试图连接到localhost:8080。bees SDK正在尝试与本地主机进行通信

任何想法我需要做什么来解决它?

bees app:info -v 
# CloudBees SDK version: 1.1 
Enter application ID (ex: account/appname) : account/app 
API call: http://localhost:8080/api?timestamp=1344846702&v=1.0&api_key=KEY&action=application.info&app_id=account%2Fapp&format=xml&sig_version=1&sig=SIGN 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: Retrying request 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: Retrying request 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused 
Aug 13, 2012 6:31:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
INFO: Retrying request 

ERROR: Connection refused 

谢谢 城野

回答

2

添加bees.api.url=https\://api.cloudbees.com/api~/.bees/bees.config

备份~/.bees,然后运行蜜蜂init和重建我的蜜蜂配置目录后,我注意到了额外的条目bees.config

+0

是由于旧的配置?即升级问题?接得好 ! – 2012-08-13 23:36:04

+0

古代配置。 – Jonoabroad 2012-08-17 08:27:09

相关问题