IDP 3.1.0 - Ldap - Operation exception encountered, reopening connection
Koch, Ken
ken at wustl.edu
Thu Mar 26 16:44:21 EDT 2015
Getting this in my error logs randomly. AuthN and Attribute query work as expected.
PS: You guys are rocking on keeping up with the feedback. We're trying to stay as up to date as possible in our dev/test environments because you're keeping up with bug fixes. Bravo guys.
2015-03-26 15:18:23,722 - WARN [org.ldaptive.AbstractOperation$ReopenOperationExceptionHandler:277] - Operation exception encountered, reopening connection
2015-03-26 15:18:23,722 - ERROR [org.ldaptive.AbstractOperation$ReopenOperationExceptionHandler:139] - unable to handle operation exception
org.ldaptive.provider.ConnectionException: javax.naming.CommunicationException: <hostname>:636 [Root exception is java.lang.NullPointerException: Thread local SslConfig has not been set]
at org.ldaptive.provider.jndi.JndiConnectionFactory.createInternal(JndiConnectionFactory.java:86)
Caused by: javax.naming.CommunicationException: <hostname>:636
at com.sun.jndi.ldap.Connection.<init>(Unknown Source)
Caused by: java.lang.NullPointerException: Thread local SslConfig has not been set
at org.ldaptive.ssl.ThreadLocalTLSSocketFactory.getDefault(ThreadLocalTLSSocketFactory.java:61)
2015-03-26 15:18:23,738 - WARN [org.ldaptive.pool.BlockingConnectionPool:808] - connection failed validation: org.ldaptive.pool.AbstractConnectionPool$DefaultPooledConnectionProxy at 6590f23
My ldap.properties file:
## SSL configuration, either jvmTrust, certificateTrust, or keyStoreTrust ##
idp.authn.LDAP.sslConfig = jvmTrust
## If using certificateTrust above, set to the trusted certificate's path
idp.authn.LDAP.trustCertificates = %{idp.home}/credentials/ldap-server.crt
## If using keyStoreTrust above, set to the truststore path
idp.authn.LDAP.trustStore = %{idp.home}/credentials/ldap-server.truststore
____________________________________________________________
Ken Koch | Sr. Engineer
Information Services and Technology | Washington University in St. Louis
7425 Forsyth Blvd., Campus Box 1110 | St. Louis, MO 63105
w 314-935-8315 | c 314-223-7256 | ken.koch at wustl.edu<mailto:ken.koch at wustl.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150326/03a991c7/attachment.html
More information about the users
mailing list