Closed
Bug 725665
Opened 14 years ago
Closed 14 years ago
500 Internal Server Error when committing to svn via https
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Unassigned)
Details
I get 500 Internal Server Error (from Europe) when I try to commit on svn using the https protocol today, steven (CCed) who is in North America also had 500 errors in the last days.
svn: E175002: Échec de la propagation (commit), détails :
svn: E175002: Le serveur a envoyé une valeur inattendue (500 Internal Server Error) en réponse à la requête POST pour '/!svn/me'
Comment 1•14 years ago
|
||
What version of the svn client are you on? And can you run an svn status and svn info on the path where the commit is failing?
Comment 2•14 years ago
|
||
You can get the version by running svn --version.
Thanks!
| Reporter | ||
Comment 3•14 years ago
|
||
I am on 1.7.2
| Reporter | ||
Comment 4•14 years ago
|
||
the commit path is https://svn.mozilla.org/projects/mozilla.com/trunk
| Reporter | ||
Comment 5•14 years ago
|
||
I can't commit either with svn+ssh protocol, I don't get an error message but the task never ends.
Also, according to viewvc, there hasn't been any commit to svn by anybody in the last 4 hours which is a long time, the problem may affects all paths.
| Reporter | ||
Comment 6•14 years ago
|
||
Also, I just tried in a VM with Windows XP instead (I am a linux user) using tortoiseSVN 1.7.4 and get the same error message:
Command: Commit
Error: Commit failed (details follow):
Error: Server sent unexpected return value (500 Internal Server Error) in response to
Error: POST request for '/!svn/me'
Comment 7•14 years ago
|
||
:pascalc can you retry a commit now?
| Reporter | ||
Comment 8•14 years ago
|
||
Just tried, same error
Comment 9•14 years ago
|
||
Just worked for me (I had been getting the same error).
Comment 10•14 years ago
|
||
This should be fixed. One of our svn nodes went down early this morning (~4:12AM PST) and left a lockfile open on our NFS server. Unfortunately the application was killed mid-flight and wasn't able to release the lock
The repo was shut down for ~5 seconds, lock removed, and the repo re-opened. I confirmed with :pascalc on IRC it's now working.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•