<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connection LDAP timed out in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81917#M25181</link>
    <description>&lt;P&gt;#ldap-ad 设置&lt;BR /&gt;ldap.authentication.java.naming.read.timeout = 30000&lt;/P&gt;&lt;P&gt;#authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad&lt;BR /&gt;authentication.chain=alfinst:alfrescoNtlm,svnadmin:ldap-ad&lt;/P&gt;&lt;P&gt;ldap.synchronization.synchronizeChangesOnly=false&lt;BR /&gt;ldap.synchronization.active=true&lt;/P&gt;&lt;P&gt;ntlm.authentication.sso.enabled=false&lt;/P&gt;&lt;P&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;synchronization.import.cron=0 0/5 * * * ?&lt;BR /&gt;#&lt;BR /&gt;ldap.authentication.userNameFormat=%s@icx.com&lt;BR /&gt;#ldap.authentication.userNameFormat=svnadmin@icx.com&lt;BR /&gt;#LDAP服务器地址&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://10.4.80.200:389&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=svnadmin&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;#用来同步使用的LDAP服务器管理员帐号&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=svnadmin@icx.com&lt;BR /&gt;#ldap.synchronization.java.naming.security.principal=ou=users,dc=icx,dc=com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=****&lt;BR /&gt;#用户信息位置&lt;BR /&gt;ldap.synchronization.groupSearchBase=dc=icx,dc=com&lt;BR /&gt;#用户信息位置&lt;BR /&gt;ldap.synchronization.userSearchBase=dc=icx,dc=com&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;telnet 10.4.80.200 389&lt;/P&gt;&lt;P&gt;Trying 10.4.80.200...&lt;BR /&gt;Connected to 10.4.80.200.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2020 08:14:17 GMT</pubDate>
    <dc:creator>805654685</dc:creator>
    <dc:date>2020-07-16T08:14:17Z</dc:date>
    <item>
      <title>Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81915#M25179</link>
      <description>&lt;P&gt;org.alfresco.error.AlfrescoRuntimeException: 06160040 Error during LDAP Search. Reason:null&lt;BR /&gt;at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1303)&lt;BR /&gt;at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.getGroups(LDAPUserRegistry.java:691)&lt;BR /&gt;at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.syncWithPlugin(ChainingUserRegistrySynchronizer.java:973)&lt;BR /&gt;at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronizeInternal(ChainingUserRegistrySynchronizer.java:719)&lt;BR /&gt;at org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer.synchronize(ChainingUserRegistrySynchronizer.java:448)&lt;BR /&gt;at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob$1.doWork(UserRegistrySynchronizerJob.java:46)&lt;BR /&gt;at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:548)&lt;BR /&gt;at org.alfresco.repo.security.sync.UserRegistrySynchronizerJob.execute(UserRegistrySynchronizerJob.java:42)&lt;BR /&gt;at org.quartz.core.JobRunShell.run(JobRunShell.java:216)&lt;BR /&gt;at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)&lt;BR /&gt;Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: icx.com:389 [Root exception is java.net.ConnectException: Connection timed out]]&lt;BR /&gt;at com.sun.jndi.ldap.AbstractLdapNamingEnumeration.hasMoreImpl(AbstractLdapNamingEnumeration.java:237)&lt;BR /&gt;at com.sun.jndi.ldap.AbstractLdapNamingEnumeration.hasMore(AbstractLdapNamingEnumeration.java:189)&lt;BR /&gt;at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.processQuery(LDAPUserRegistry.java:1284)&lt;BR /&gt;... 9 more&lt;BR /&gt;Caused by: javax.naming.CommunicationException: icx.com:389 [Root exception is java.net.ConnectException: Connection timed out]&lt;BR /&gt;at com.sun.jndi.ldap.LdapReferralContext.&amp;lt;init&amp;gt;(LdapReferralContext.java:95)&lt;BR /&gt;at com.sun.jndi.ldap.LdapReferralException.getReferralContext(LdapReferralException.java:150)&lt;BR /&gt;at com.sun.jndi.ldap.AbstractLdapNamingEnumeration.hasMoreReferrals(AbstractLdapNamingEnumeration.java:325)&lt;BR /&gt;at com.sun.jndi.ldap.AbstractLdapNamingEnumeration.hasMoreImpl(AbstractLdapNamingEnumeration.java:227)&lt;BR /&gt;... 11 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out&lt;BR /&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 07:51:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81915#M25179</guid>
      <dc:creator>805654685</dc:creator>
      <dc:date>2020-07-16T07:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81916#M25180</link>
      <description>&lt;P&gt;This is just a dump of the error without explanation and details on how to reproduce it. Also, please raise the issue in the correct forum, the ADF is for Angular apps and component framework&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81916#M25180</guid>
      <dc:creator>dvuika</dc:creator>
      <dc:date>2020-07-16T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81917#M25181</link>
      <description>&lt;P&gt;#ldap-ad 设置&lt;BR /&gt;ldap.authentication.java.naming.read.timeout = 30000&lt;/P&gt;&lt;P&gt;#authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad&lt;BR /&gt;authentication.chain=alfinst:alfrescoNtlm,svnadmin:ldap-ad&lt;/P&gt;&lt;P&gt;ldap.synchronization.synchronizeChangesOnly=false&lt;BR /&gt;ldap.synchronization.active=true&lt;/P&gt;&lt;P&gt;ntlm.authentication.sso.enabled=false&lt;/P&gt;&lt;P&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;synchronization.import.cron=0 0/5 * * * ?&lt;BR /&gt;#&lt;BR /&gt;ldap.authentication.userNameFormat=%s@icx.com&lt;BR /&gt;#ldap.authentication.userNameFormat=svnadmin@icx.com&lt;BR /&gt;#LDAP服务器地址&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://10.4.80.200:389&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=svnadmin&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;#用来同步使用的LDAP服务器管理员帐号&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=svnadmin@icx.com&lt;BR /&gt;#ldap.synchronization.java.naming.security.principal=ou=users,dc=icx,dc=com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=****&lt;BR /&gt;#用户信息位置&lt;BR /&gt;ldap.synchronization.groupSearchBase=dc=icx,dc=com&lt;BR /&gt;#用户信息位置&lt;BR /&gt;ldap.synchronization.userSearchBase=dc=icx,dc=com&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;telnet 10.4.80.200 389&lt;/P&gt;&lt;P&gt;Trying 10.4.80.200...&lt;BR /&gt;Connected to 10.4.80.200.&lt;BR /&gt;Escape character is '^]'.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:14:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81917#M25181</guid>
      <dc:creator>805654685</dc:creator>
      <dc:date>2020-07-16T08:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81918#M25182</link>
      <description>&lt;P&gt;It was can synchronize from LDAP before, but one day it will not&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:16:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81918#M25182</guid>
      <dc:creator>805654685</dc:creator>
      <dc:date>2020-07-16T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81919#M25183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/25200"&gt;@805654685&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think you will need to provide some more background information.&lt;/P&gt;
&lt;P&gt;What Alfresco version, ADF version, environment, any changes made to the environment prior to the issue occuring, steps taken to resolve the problem.&lt;/P&gt;
&lt;P&gt;Without this type of information it is very hard for others to second guess the origins of the problem and therefore find the solution.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:31:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81919#M25183</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-16T08:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81920#M25184</link>
      <description>&lt;P&gt;alfresco version:alfresco-community-installer-201605-linux-x64.bin&lt;/P&gt;&lt;P&gt;what is ADF?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:38:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81920#M25184</guid>
      <dc:creator>805654685</dc:creator>
      <dc:date>2020-07-16T08:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connection LDAP timed out</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81921#M25185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/25200"&gt;@805654685&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;ADF is the Alfresco Development Framework - but ADF is not relevant in this instance (sorry about that - this thread was originally in the ADF forum).&lt;/P&gt;
&lt;P&gt;Take a look at the following error:&lt;/P&gt;
&lt;PRE&gt;Caused by: javax.naming.PartialResultException &lt;BR /&gt;[Root exception is javax.naming.CommunicationException: icx.com:389 &lt;BR /&gt;[Root exception is java.net.ConnectException: Connection timed out]]&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The server running Alfresco has no access to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;icx.com&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;server by using port&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;389&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;So it's not really an Alfresco problem in origin - presumably something has changed elsewhere in the network.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 16:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/connection-ldap-timed-out/m-p/81921#M25185</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-16T16:30:53Z</dc:date>
    </item>
  </channel>
</rss>

