<div dir="ltr"><div>From: <a href="https://wiki.shibboleth.net/confluence/display/IDP30/StoredIdConnector?focusedCommentId=24773494#comment-24773494">https://wiki.shibboleth.net/confluence/display/IDP30/StoredIdConnector?focusedCommentId=24773494#comment-24773494</a><br><br></div>Updated to below........<br><div><div><br> <resolver:DataConnector id="myStoredId" xsi:type="dc:StoredId" generatedAttributeID="persistentID" sourceAttributeID="%{idp.persistentId.sourceAttribute}" salt="XXXX" queryTimeout="PT2S" retryableErrors="#{{'72000'}}"><br> <resolver:Dependency ref="%{idp.persistentId.sourceAttribute}" /><br> <dc:BeanManagedConnection>OracleSource</dc:BeanManagedConnection><br> </resolver:DataConnector></div><div><br></div><div>But still getting errors - now obviously with 'Error retryable, but retry limit exceeded' -- any tips on options?<br></div><div><br></div><div>017-09-13 17:39:18,358 - WARN [net.shibboleth.idp.saml.nameid.impl.JDBCPersistentIdStoreEx:623] - Stored Id Store: Error retryable, but retry limit exceeded<br>2017-09-13 17:39:18,368 - ERROR [net.shibboleth.idp.profile.impl.ResolveAttributes:299] - Profile Action ResolveAttributes: Error resolving attributes<br>net.shibboleth.idp.attribute.resolver.ResolutionException: org.opensaml.saml.common.SAMLException: ID storage error obtaining persistent identifier<br> at net.shibboleth.idp.saml.attribute.resolver.impl.StoredIDDataConnector.doDataConnectorResolve(StoredIDDataConnector.java:236)<br>Caused by: org.opensaml.saml.common.SAMLException: ID storage error obtaining persistent identifier<br> at net.shibboleth.idp.saml.nameid.impl.StoredPersistentIdGenerationStrategy.generate(StoredPersistentIdGenerationStrategy.java:178)<br>Caused by: java.io.IOException: java.sql.SQLException: ORA-08177: can't serialize access for this transaction<br><br> at net.shibboleth.idp.saml.nameid.impl.JDBCPersistentIdStoreEx.getBySourceValue(JDBCPersistentIdStoreEx.java:624)<br>Caused by: java.sql.SQLException: ORA-08177: can't serialize access for this transaction<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 13, 2017 at 4:11 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 9/13/17, 4:45 PM, "users on behalf of Lionel Samuel" <<a href="mailto:users-bounces@shibboleth.net">users-bounces@shibboleth.net</a> on behalf of <a href="mailto:lionel.samuel01@gmail.com">lionel.samuel01@gmail.com</a>> wrote:<br>
<br>
> However the following messages are appearing in the idp-process.log ---- am I missing something?<br>
<br>
</span>Whatever you trapped as retryable did not match the error that was thrown, so it didn't attempt a retry.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</font></span></blockquote></div><br></div>