While updating the LDAP domain information, system throws below error:
"Service Failure: ServerError: Can not update domain information for domain abcd1. [95505011]"
Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.abcd1.ad.abcd4.com:389 [Root exception is java.net.ConnectException: Connection timed out: connect]]
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(Unknown Source)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(Unknown Source)
at com.compositesw.server.security.DefaultLdapDomainConnection.searchWithPagedResultsControl(DefaultLdapDomainConnection.java:499)
at com.compositesw.server.security.DefaultLdapDomainConnection.getSingleValuesForParams(DefaultLdapDomainConnection.java:955)
at com.compositesw.server.security.DefaultLdapDomainConnection.getAllGroups(DefaultLdapDomainConnection.java:442)
... 45 more
Caused by: javax.naming.CommunicationException: DomainDnsZones.bp1.ad.bp.com:389 [Root exception is java.net.ConnectException: Connection timed out: connect]
at com.sun.jndi.ldap.LdapReferralContext.<init>(Unknown Source)
at com.sun.jndi.ldap.LdapReferralException.getReferralContext(Unknown Source)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreReferrals(Unknown Source)