You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2016/04/28 15:17:12 UTC

[jira] [Comment Edited] (JCLOUDS-1106) Cannot retry after server error, command has exceeded retry limit 5

    [ https://issues.apache.org/jira/browse/JCLOUDS-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262115#comment-15262115 ] 

Ignasi Barrera edited comment on JCLOUDS-1106 at 4/28/16 1:16 PM:
------------------------------------------------------------------

Could you enable the {{jclouds.wire}} logger and post here the request/responses (after removing any sensible data they may contain in the headers, etc)? That will hopefully help us determine what is going on.
http://jclouds.apache.org/reference/logging/


was (Author: nacx):
Could you enable the {{jclouds.wire}} logger and post here the request/responses (after removing any sensible data they might contain in the headers, etc)? That will hopefully help us determine what is going on.
http://jclouds.apache.org/reference/logging/

> Cannot retry after server error, command has exceeded retry limit 5
> -------------------------------------------------------------------
>
>                 Key: JCLOUDS-1106
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1106
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-blobstore
>    Affects Versions: 1.9.0
>            Reporter: Jin Lin
>            Priority: Critical
>
> I keep getting following error every minute 
>  "ERROR Cannot retry after server error, command has exceeded retry limit 5: [method=public abstract org.jclouds.openstack.swift.domain.SwiftObject org.jclouds.openstack.swift.CommonSwiftClient.getObject(java.lang.String,java.lang.String,org.jclouds.http.options.GetOptionsp[File Path]" 
> This might be caused by the Rackspace storage outage, it seems Jcloud queues the backup requests. It keeps executing those requests and keep getting failures. is there any ways I can stop retrying the requests. I tried restarted my service, but this process doesn't stop.  I assume these requests must be persisted somewhere. If it exists on my local machine, where do I find its path? 
>  I found the print message here (https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/handlers/BackoffLimitedRetryHandler.java  line 107)  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)