View Single Post
  #3 (permalink)  
Old 09-12-2005, 09:57 PM
sahuguet sahuguet is offline
Member
 
Posts: 10
Default making some progress ...

The LDAP credential error has disappeared.

For some reasons, I cannot start the services using zmcontrol start.
I have to start them "manually":
- ldap start
- mysql.server start
- tomcat start

I get the following error in the zimbra.log file:

Code:
2005-09-13 00:52:15,764 INFO  [main] [] soap - Servlet SoapServlet starting up
2005-09-13 00:52:16,409 INFO  [main] [] misc - version=2005.0.0_39.FC3 release=1_ARMSTRONG builddat
e=20050829-1058 buildhost=wolfowitz.liquidsys.com
2005-09-13 00:52:17,538 FATAL [main] [] soap - Unable to start servlet
java.lang.RuntimeException: Error communicating with LDAP
        at com.zimbra.cs.util.Zimbra.checkLDAP(Zimbra.java:86)
        at com.zimbra.cs.util.Zimbra.startup(Zimbra.java:117)
        at com.zimbra.soap.SoapServlet.init(SoapServlet.java:77)
And I have checked that my slapd server is running.

Is there a way to check that the LDAP server is properly configured?
With mysql, I can use the zmmysqlstatus command.

Is there something similar with LDAP?
Otherwise, is there a ldapsearch command I could try to check that things are working fine?

regards,

Arnaud
Reply With Quote