javax.naming.InterruptedNamingException: Interrupted during LDAP operation
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by user12049102, 1 year ago
via Google Groups by Latha Subramaniam, 2 years ago
via Oracle Community by 843793, 1 year ago
via Google Groups by Jeffrey Ramsay, 1 month ago
via Oracle Community by 696105, 1 year ago
javax.naming.InterruptedNamingException: Interrupted during LDAP operation
at com.sun.jndi.ldap.Connection.readReply(Connection.java:459)
at com.sun.jndi.ldap.LdapClient.getSearchReply(LdapClient.java:613)
at com.sun.jndi.ldap.LdapClient.getSearchReply(LdapClient.java:581)
at com.sun.jndi.ldap.LdapCtx.getSearchReply(LdapCtx.java:1899)
at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:111)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:198)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
at oracle.ods.virtualization.engine.backend.jndi.JNDIEntrySet.hasMoreInternal(JNDIEntrySet.java:402)
at oracle.ods.virtualization.engine.backend.jndi.JNDIResultBuffer.loadAnEntry(JNDIResultBuffer.java:90)
at oracle.ods.virtualization.engine.backend.jndi.JNDIResultBuffer.run(JNDIResultBuffer.java:126)
at java.lang.Thread.run(Thread.java:662)