Increase the time out on LDAP
This article will assist you with increasing the time out on LDAP
Follow these steps to modify the time out for LDAP
1) cd $OWARE_ROOT/synergy/conf
2) cp server-overrides.properties.sample server-overrides.properties
3) Add these two properties to server-overrides.properties
Default Time Out:
ldap.connection.com.sun.jndi.ldap.connect.timeout=500
ldap.connection.com.sun.jndi.ldap.read.timeout=15000
Increase to:
ldap.connection.com.sun.jndi.ldap.connect.timeout=2000
ldap.connection.com.sun.jndi.ldap.read.timeout=30000
4) Restart webserver
#service synergy stop
#service synergy star