This might have already been answered, but, I could not quite get to the
bottom with some of the lists being in flux.

I have installed Rackspace private cloud (which is in effect OpenStack
Folsom) that needs a proxy. I am able to use the OpenStack Horizon without
any problems with the proxy settings for Firefox.

I assumed the settings should translate to jclouds with the following
invocation. I use the following for settings.

-Dhttp.proxyHost=cbast.iad2.rackspace.com  -Dhttp.proxyPort=3128

But seems like the call is timing out after 5 retries.

I know that this similar program works for the devstack (without a proxy).

Am I missing something here?

Thanks!

Rags


16:20:47.010 [main] DEBUG jclouds.wire - >>
"{"auth":{"passwordCredentials":{"username":"admin","password":"BLANKED"},"tenantName":"admin"}}"

16:20:47.010 [main] DEBUG jclouds.headers - >> POST
http://72.32.87.228/tokens HTTP/1.1

16:20:47.010 [main] DEBUG jclouds.headers - >> Accept: application/json

16:20:47.010 [main] DEBUG jclouds.headers - >> Content-Type:
application/json

16:20:47.010 [main] DEBUG jclouds.headers - >> Content-Length: 95

16:21:47.264 [main] DEBUG o.j.h.h.BackoffLimitedRetryHandler - Retry 2/5:
delaying for 200 ms: server error: [method=public abstract
com.google.common.util.concurrent.ListenableFuture org.jclouds
.openstack.keystone.v2_0.AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(java.lang.String,org.
jclouds.openstack.keystone.v2_0.domain.PasswordCredentials)[admin,
PasswordCredentials{username=admin, password=BLANKED}], request=POST
http://72.32.87.228/tokens HTTP/1.1]

16:21:47.465 [main] DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService -
Sending request 943538830: POST http://72.32.87.228/tokens HTTP/1.1

16:21:47.465 [main] DEBUG jclouds.wire - >>
"{"auth":{"passwordCredentials":{"username":"admin","password":"BLANKED"},"tenantName":"admin"}}"

16:21:47.466 [main] DEBUG jclouds.headers - >> POST
http://72.32.87.228/tokens HTTP/1.1

16:21:47.466 [main] DEBUG jclouds.headers - >> Accept: application/json

16:21:47.466 [main] DEBUG jclouds.headers - >> Content-Type:
application/json

16:21:47.466 [main] DEBUG jclouds.headers - >> Content-Length: 95

16:22:47.671 [main] DEBUG o.j.h.h.BackoffLimitedRetryHandler - Retry 3/5:
delaying for 450 ms: server error: [method=public abstract
com.google.common.util.concurrent.ListenableFuture org.jclouds
.openstack.keystone.v2_0.AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(java.lang.String,org.
jclouds.openstack.keystone.v2_0.domain.PasswordCredentials)[admin,
PasswordCredentials{username=admin, password=BLANKED}], request=POST
http://72.32.87.228/tokens HTTP/1.1]

16:22:48.122 [main] DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService -
Sending request 943538830: POST http://72.32.87.228/tokens HTTP/1.1

16:22:48.122 [main] DEBUG jclouds.wire - >>
"{"auth":{"passwordCredentials":{"username":"admin","password":"BLANKED"},"tenantName":"admin"}}"

16:22:48.122 [main] DEBUG jclouds.headers - >> POST
http://72.32.87.228/tokens HTTP/1.1

16:22:48.122 [main] DEBUG jclouds.headers - >> Accept: application/json

16:22:48.122 [main] DEBUG jclouds.headers - >> Content-Type:
application/json

16:22:48.122 [main] DEBUG jclouds.headers - >> Content-Length: 95

16:23:48.301 [main] DEBUG o.j.h.h.BackoffLimitedRetryHandler - Retry 4/5:
delaying for 500 ms: server error: [method=public abstract
com.google.common.util.concurrent.ListenableFuture org.jclouds
.openstack.keystone.v2_0.AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(java.lang.String,org.
jclouds.openstack.keystone.v2_0.domain.PasswordCredentials)[admin,
PasswordCredentials{username=admin, password=BLANKED}], request=POST
http://72.32.87.228/tokens HTTP/1.1]

16:23:48.803 [main] DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService -
Sending request 943538830: POST http://72.32.87.228/tokens HTTP/1.1

16:23:48.803 [main] DEBUG jclouds.wire - >>
"{"auth":{"passwordCredentials":{"username":"admin","password":"BLANKED"},"tenantName":"admin"}}"

16:23:48.803 [main] DEBUG jclouds.headers - >> POST
http://72.32.87.228/tokens HTTP/1.1

16:23:48.803 [main] DEBUG jclouds.headers - >> Accept: application/json

16:23:48.803 [main] DEBUG jclouds.headers - >> Content-Type:
application/json

16:23:48.803 [main] DEBUG jclouds.headers - >> Content-Length: 95

Reply via email to