Read LDAP: Connection timed out

1
While triggering the Read LDAP microflow, I get a connection timed out error message. ServerAddress; nested exception is javax.naming.CommunicationException: ServerAddress [Root exception is java.net.ConnectException: Connection timed out: connect] What could be wrong? Edit: LDAP server is up and running and I'm able to connect with a third party tool. Edit2: The only print on the log file: 2011-07-19 11:46:09.333 INFO - Ldap: Starting 'Read LDAP' 2011-07-19 11:46:09.333 INFO - Ldap: Reading existing LdapGroup - UserRole mappings. 2011-07-19 11:46:09.334 INFO - Ldap: Removing existing LDAP data 2011-07-19 11:46:09.336 INFO - Ldap: Importing Ldap root directory 2011-07-19 11:46:09.336 INFO - Ldap: Trying to authenticate ldapauth with LDAP
asked
1 answers
0

Hard to say what the exact issue is, but it looks like this timeout occurred while trying to connect, so the server may not be reachable at all.

answered