cloudbees - ERROR: Initialization failure: Cannot create configuration -
i'm trying couldbees working. heres error when im running: c:\cloudbees-sdk-1.5.0>bees init --proxyhost=localhost --proxyport=8008 (or 8080)
you have not created cloudbees configuration profile, let's create 1 now... enter default cloudbees api end point [us | eu]: eu enter cloudbees account email address: abs@abs.com enter cloudbees account password: jul 18, 2013 1:32:09 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: i/o exception (java.net.connectexception) caught when processing request: connection refused: connect jul 18, 2013 1:32:09 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: retrying request jul 18, 2013 1:32:10 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: i/o exception (java.net.connectexception) caught when processing request: connection refused: connect jul 18, 2013 1:32:10 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: retrying request jul 18, 2013 1:32:11 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: i/o exception (java.net.connectexception) caught when processing request: connection refused: connect jul 18, 2013 1:32:11 pm org.apache.commons.httpclient.httpmethoddirector execute withretry info: retrying request
error: initialization failure: cannot create configuration
can read out what's causing error?
it looks sdk can't establish internet connections cloudbees website. if running behind proxy, need use proxy flags connect.
bees init --proxyhost=your_proxy_host --proxyport=your_proxy_port
this covered in cloudbees sdk docs: running behind proxy
Comments
Post a Comment