Incorrect idp.pool.LDAP.validatePeriod property format
Robo Burned
robo at list.ru
Wed Nov 25 04:54:24 EST 2015
Default configuration has the following in ldap.properties
idp.pool.LDAP.validatePeriod = 300
Connection Pool documentation says it must be Duration and schema says it must be in ISO8601 format.
validateTimerPeriod Duration PT30M Time between pool validation checks
When I use configuration of connection pool from LDAP connector example like this:
validateTimerPeriod="%{idp.pool.LDAP.validatePeriod}"
I get an error (whole stacktrace attached)
Failed to instantiate [long]: Factory method 'buildDuration' threw exception; nested exception is java.lang.IllegalArgumentException: 300
Best Regards,
Robo Burned
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20151125/336f1601/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: validatePeriod.log
Type: application/octet-stream
Size: 7923 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20151125/336f1601/attachment.obj>
More information about the users
mailing list