Hi
Currently we have some local mercurial repositories, that are not able to interact with the remote repository.
Each time we try a command like push, pull, incoming or outgoing we receive the abort "HTTP Error 502: Bad Gateway.
On the log, there is no entry that indicate that there was a problem.
If we clone the exact same repository from the remote server, export/import the changes and push again, it work.
The local repositories with the problem can also be pushed against the same remote repository over "hg serve", so it should not be a problem of the local repository.
Our setup is:
Local:
Remote:
- Mercurial 2.5.4
- JBoss 4.3
- scm-manager 1.33 with ldap-auth plugin
Has anyone seen this problem before or can give me some advice?