我正在努力让CanBees工作。这是我运行时遇到的错误: C:\ cloudbees-sdk-1.5.0> bees init --proxyHost = localhost --proxyPort = 8008(或8080)
您还没有创建CloudBees配置文件,我们创建 现在一个...输入您的默认CloudBees API终点[us |欧盟:欧盟 输入您的CloudBees帐户电子邮件地址:abs@abs.com 输入您的CloudBees帐户密码:2013年7月18日下午1:32:09 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:处理时捕获的I / O异常(java.net.ConnectException) 要求:连接被拒绝:连接2013年7月18日下午1:32:09 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:重试请求2013年7月18日下午1:32:10 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:处理时捕获的I / O异常(java.net.ConnectException) 要求:连接被拒绝:连接2013年7月18日下午1:32:10 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:重试请求2013年7月18日下午1:32:11 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:处理时捕获的I / O异常(java.net.ConnectException) 要求:连接被拒绝:连接2013年7月18日下午1:32:11 org.apache.commons.httpclient.HttpMethodDirector执行WithRetry 信息:正在重试请求
错误:初始化失败:无法创建配置
有人能读出导致此错误的原因吗?
答案 0 :(得分:0)
看起来SDK无法与CloudBees网站建立Internet连接。如果您在代理后面运行,则需要使用代理标志进行连接。
bees init --proxyHost=YOUR_PROXY_HOST --proxyPort=YOUR_PROXY_PORT
CloudBees SDK文档中介绍了这一点:Running behind a proxy
答案 1 :(得分:0)
将系统时间精确设置为六小时(美国时间)会有所帮助。 还有cloudbees文档sais,你应该在你的文件系统上创建(在Windows7下)c:\ Users \ Your_User.bees \ bees.config文件,其中包含以下行(如果你想调用cloudbbees eu服务器):
bees.api.url = HTTPS \://api-eu.cloudbees.com/api>
但实际上它对我的情况没有帮助(可能是过时的版本)