I have a setup for using jclouds on Android, specifically for using serviceloader and some other java features that don't instantly translate over to Android. Anyways, I'm still getting the HTTPResponseException: null connecting to POST https://identity.api.rackspacecloud.com/v2.0/tokensHTTP/1.1 when trying to pull down the list of servers in my rackspace cloud. I'm guessing it has something to do with the URI/HTTP properties in Android vs. Java but I have no idea where the change would take place or exactly what causes this error to come up. I'm also getting a simultaneous NullPointerException after the code finishes, so there is probably a null value being sent to Guava that shouldn't be. Any help would be amazing.
Thank you, -- Jeremiah Robertson Georgia Tech Aerospace Engineering
