Search the OSG website:

Jabber Tasks

Mr. Eli Ben-Shoshan

Sometime the jabber server stops communicating with LDAP. This is a know issue with how the jabber server trys to cache the ldap connection. When this happens no new connections to the jabber server can be created since they can not authenticate. When this happens, a stop and start of all jabber services is required.

How to start up the jabber services

      /etc/init.d/jabber start
      /etc/init.d/muc-transport start
  

How to stop the jabber services

      /etc/init.d/jabber stop
      /etc/init.d/muc-transport stop