I've a server on which both Confluence and Jira are running. When a registrated user tries to login on Confluence, it gives the following error:
Sorry, a network error occurred trying to log you in. Please try again, and contact your administrator if the problem persists.
Confluence's error log gives the following 'explanation':
2012-04-25 20:52:12,782 ERROR [http-8080-2] [crowd.manager.application.ApplicationServiceGeneric] authenticateUser Directory 'Crowd Repository' is not functional during authenti$
2012-04-25 20:52:12,783 WARN [http-8080-2] [atlassian.confluence.user.ConfluenceAuthenticator] authenticate CommunicationException caught while authenticating user <bob>
com.atlassian.crowd.exception.runtime.CommunicationException
[...]
Caused by: java.net.ConnectException: Connection refused
each time a person tries to enter the confluence wiki on my server. The userdata is retrieved from a LDAP database.
This whole problem appears to come out of the blue: this one moment everything was working, the next Confluence decided to gives this anoying error.