Hey Adrian - Here are the logs including 2 requests before the 401s hit and 2 after. Same ComputeServiceContext and everything after is all 401s:
DEBUG [2012-08-29 06:49:52,269] jclouds.headers: >> Accept: application/json
DEBUG [2012-08-29 06:49:52,269] jclouds.headers: >> X-Auth-Token: HPAuth_5034aee129c0e12c0726c35c
DEBUG [2012-08-29 06:49:54,493] jclouds.headers: << HTTP/1.1 200 OK
DEBUG [2012-08-29 06:49:54,493] jclouds.headers: << Date: Wed, 29 Aug 2012 08:08:39 GMT
DEBUG [2012-08-29 06:49:54,493] jclouds.headers: << Content-Type: application/json; charset=UTF-8
DEBUG [2012-08-29 06:49:54,494] jclouds.headers: << Content-Length: 1302
DEBUG [2012-08-29 06:49:54,495] jclouds.wire: << "{"server": {"status": "ACTIVE", "updated": "2012-08-29T08:07:46Z", "hostId": "db011daabb9af2702c9f665b02ce1e329420101a6f39096577ff36f7", "user_id": "67969486360176", "name": "125bdf0b-75e8-4607-ad08-4519efb361c3", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/v1.1/38355481723476/servers/449985", "rel": "self"}, {"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/servers/449985", "rel": "bookmark"}], "addresses": {"private": [{"version": 4, "addr": "10.7.116.233"}, {"version": 4, "addr": "15.185.170.145"}]}, "tenant_id": "38355481723XXX", "image": {"id": "44744", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/images/44744", "rel": "bookmark"}]}, "created": "2012-08-29T08:06:48Z", "uuid": "1ea14c95-f14d-47b0-80e8-5ac797de9c19", "accessIPv4": "", "accessIPv6": "", "key_name": "service-instance", "progress": 100, "flavor": {"id": "104", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/flavors/104", "rel": "bookmark"}]}, "config_drive": "", "id": 449985, "security_groups": [{"name": "service-instance", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/v1.1/38355481723476/os-security-groups/3268", "rel": "bookmark"}], "id": 3268}], "metadata": {}}}"
DEBUG [2012-08-29 06:59:03,964] jclouds.headers: >> Accept: application/json
DEBUG [2012-08-29 06:59:03,965] jclouds.headers: >> X-Auth-Token: HPAuth_5034aee129c0e12c0726c35c
DEBUG [2012-08-29 06:59:06,185] jclouds.headers: << HTTP/1.1 200 OK
DEBUG [2012-08-29 06:59:06,186] jclouds.headers: << Date: Wed, 29 Aug 2012 08:17:50 GMT
DEBUG [2012-08-29 06:59:06,186] jclouds.headers: << Cneonction: close
DEBUG [2012-08-29 06:59:06,186] jclouds.headers: << Content-Type: application/json; charset=UTF-8
DEBUG [2012-08-29 06:59:06,186] jclouds.headers: << Content-Length: 1302
DEBUG [2012-08-29 06:59:06,187] jclouds.wire: << "{"server": {"status": "ACTIVE", "updated": "2012-08-29T08:17:00Z", "hostId": "7e85fcbe4c373c976fcb38be162f3864651711d33c2f18e9cf21716e", "user_id": "67969486360176", "name": "2b00f064-2424-4d00-915b-b103c18891f8", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/v1.1/38355481723476/servers/450003", "rel": "self"}, {"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/servers/450003", "rel": "bookmark"}], "addresses": {"private": [{"version": 4, "addr": "10.7.116.240"}, {"version": 4, "addr": "15.185.169.230"}]}, "tenant_id": "38355481723XXX", "image": {"id": "44744", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/images/44744", "rel": "bookmark"}]}, "created": "2012-08-29T08:16:49Z", "uuid": "cf60fed2-6f22-4c88-b6fa-df006eb3aeac", "accessIPv4": "", "accessIPv6": "", "key_name": "service-instance", "progress": 100, "flavor": {"id": "104", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/38355481723476/flavors/104", "rel": "bookmark"}]}, "config_drive": "", "id": 450003, "security_groups": [{"name": "service-instance", "links": [{"href": "
https://az-2.region-a.geo-1.compute.hpcloudsvc.com/v1.1/38355481723476/os-security-groups/3268", "rel": "bookmark"}], "id": 3268}], "metadata": {}}}"
DEBUG [2012-08-29 07:04:50,678] jclouds.headers: >> Accept: application/json
DEBUG [2012-08-29 07:04:50,678] jclouds.headers: >> X-Auth-Token: HPAuth_5034aee129c0e12c0726c35c
DEBUG [2012-08-29 07:04:50,796] jclouds.headers: << HTTP/1.1 401 Unauthorized
DEBUG [2012-08-29 07:04:50,796] jclouds.headers: << Date: Wed, 29 Aug 2012 08:23:35 GMT
DEBUG [2012-08-29 07:04:50,796] jclouds.headers: << Cneonction: close
DEBUG [2012-08-29 07:04:50,796] jclouds.headers: << Content-Type: text/plain; charset=UTF-8
DEBUG [2012-08-29 07:04:50,796] jclouds.headers: << Content-Length: 253
DEBUG [2012-08-29 07:04:50,796] jclouds.wire: << "401 Unauthorized[\n]"
DEBUG [2012-08-29 07:04:50,796] jclouds.wire: << "[\n]"
DEBUG [2012-08-29 07:04:50,796] jclouds.wire: << "This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.[\n]"
DEBUG [2012-08-29 07:04:50,796] jclouds.wire: << "[\n]"
DEBUG [2012-08-29 07:04:50,796] jclouds.wire: << " "
DEBUG [2012-08-29 07:13:06,124] jclouds.headers: >> Accept: */*
DEBUG [2012-08-29 07:13:06,124] jclouds.headers: >> X-Auth-Token: HPAuth_5034aee129c0e12c0726c35c
DEBUG [2012-08-29 07:13:06,226] jclouds.headers: << HTTP/1.1 401 Unauthorized
DEBUG [2012-08-29 07:13:06,226] jclouds.headers: << Date: Wed, 29 Aug 2012 08:31:50 GMT
DEBUG [2012-08-29 07:13:06,226] jclouds.headers: << Cneonction: close
DEBUG [2012-08-29 07:13:06,227] jclouds.headers: << Content-Type: text/html; charset=UTF-8
DEBUG [2012-08-29 07:13:06,227] jclouds.headers: << Content-Length: 358
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << "<html>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " <head>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " <title>401 Unauthorized</title>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " </head>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " <body>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " <h1>401 Unauthorized</h1>[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << " This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.<br /><br />[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << "[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << "[\n]"
DEBUG [2012-08-29 07:13:06,227] jclouds.wire: << "[\n]"
DEBUG [2012-08-29 07:13:06,228] jclouds.wire: << " </body>[\n]"
DEBUG [2012-08-29 07:13:06,228] jclouds.wire: << "</html>"
---
Let me know what you think.
Thanks - Jonathan