Hi Forrest, If I'm not wrong you're hitting https://issues.apache.org/jira/browse/JCLOUDS-615. If that is the case, there is a comment indicating that is fixed in 2.0.0-SNAPSHOT. Could you confirm that? Let's help us test this and add you feedback (and vote) to the issue.
HTH! I. On 6 May 2015 at 23:41, Forrest Townsend <[email protected]> wrote: > Hi > > I am running with jclouds version 1.8 and was curious if any other people > have been hitting the default 60 minute token expiration. If someone has > experienced this, what is a known work around? I know this isn't an > openstack email list but but if you [1] issue a new connection to openstack > through jclouds, will this recreate a new token? Or [2] would it be better > to close the current connection and then connect again? > > [1] CloudWrite( ... ) > { > .. > .. > putBlob( ... ); > > rc = handle an exception from put; > > if rc equals any kind of fail > connect( ... ) > retry putBlob( ... ) > > } //end CloudWrite > > or > > [2] CloudWrite( ... ) > { > .. > .. > putBlob( ... ); > > rc = handle an exception from put; > > if rc equals any kind of fail > close cloud connection > connect > retry putBlob( ... ) > > } //end CloudWrite > > > > Thanks, > Forrest T. > >
