Your original issue and several after that were due to failing authentication, which was due to the jclouds and HP versions. Now that those are fixed by using 1.7.4, the latest message shows progress because it is actually authenticated and is making API calls.
At this point, it is difficult to say what is causing the latest issue. I recommend collecting wire level logging (https://jclouds.apache.org/reference/logging/) and attach a wire log and a snippet of your code to this email thread and I’ll see if I can help further. -Chris -- Chris Custine On July 30, 2014 at 12:45:38 AM, Bhupendra Singh ([email protected]) wrote: > Andrew, > > I am using jcloud 1.7.4 but still getting following > > Jul 30, 2014 2:40:12 AM org.jclouds.logging.jdk.JDKLogger logError > SEVERE: Cannot retry after server error, command has exceeded retry limit 5: > [method=public > abstract com.google.common.util.concurrent.ListenableFuture > org.jclouds.openstack.swift.CommonSwiftAsyncClient.containerExists(java.lang.String)[test], > > request=HEAD > https://region-a.geo-1.objects.hpcloudsvc.com/v1/10745149279234/test > HTTP/1.1] > org.jclouds.http.HttpResponseException: region-a.geo-1.objects.hpcloudsvc.com > > connecting to HEAD > https://region-a.geo-1.objects.hpcloudsvc.com/v1/10745149279234/test > HTTP/1.1 > > Please inform to me why I am getting this error . Facing this issue from last > 2 weeks and > did not get any solution. > > -Bhupendra > > -----Original Message----- > From: Bhupendra Singh > Sent: Wednesday, July 30, 2014 10:56 AM > To: [email protected]; [email protected] > Subject: RE: Read Time Out Error > > Andrew, > > I am not able to download jcloud 1.7.3or above version . Please guide me how > I can download > jars of jcloud1.7.3 or above . > > -Bhupendra > > -----Original Message----- > From: Andrew Phillips [mailto:[email protected]] > Sent: Tuesday, July 29, 2014 11:16 PM > To: [email protected] > Subject: RE: Read Time Out Error > > > Which jdk version jcloud 1.7.4 and jcloud 1.8.0 support? > > Both support OpenJDK and Oracle JDK 1.6; we also have CI builds that verify > Java 7, and > from what we can see most users are, in fact, on Java 7. > > There are a few test failures on Java 8, but in general jclouds should work > there. Java > 8 is not currently an "officially supported" JDK version. > > Note that 1.8.0 will be the *last* jclouds version to support Java 6. > > Hope that helps! > > ap > ________________________________ > SDG Software India Pvt. Ltd. > A-10/11, Sector 2, NOIDA 201301, (UP), India > Website: www.sdgc.com > > "Please Note: The e-mail content is intended for the sole use of the intended > recipient/s > and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY > INFORMATION. Any > review or reliance by others or copying or distribution or forwarding of any > or all of > the contents in this message is STRICTLY PROHIBITED. If you have erroneously > received > this message, please delete it immediately and notify the sender. Before > opening any > attachments please check them for viruses and defects." >
