[Bug 3804] New: hgweb.cgi Throws HTTP Error 500 after every pull Win32/Apache2.2

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Feb 4 04:04:42 CST 2013


http://bz.selenic.com/show_bug.cgi?id=3804

          Priority: normal
            Bug ID: 3804
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hgweb.cgi Throws HTTP Error 500 after every pull
                    Win32/Apache2.2
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: Edwin.Brown at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5
         Component: hgweb
           Product: Mercurial

This morning I upgraded our internal server to 2.5. Any pul requested executed
against the server caused it throw an HTTP Error 500 at the end of each
request. 

I had to roll back to 2.4.2 for today. I only have one web server running.

Windows 2003 R2 x32
Apache 2.2.17
Python 2.7.2
mod_wsgi 3.3


---------------- Server Running 2.5 ------------------------------------------
PS C:\users\xxxxxx\tc-extract\TcMig-Nx> hg in
comparing with http://hgserver/hg/TcMig-Nx
searching for changes
changeset:   132:154c2525a3d5
user:        xxxxxx xxxxxx<xxxxxx_xxxxxx at xxxxxx.com>
date:        Fri Feb 01 16:07:40 2013 -0500
summary:     Add a flag for skipping the volume read when working remotely

changeset:   133:1526fd7cf6e9
tag:         tip
user:        xxxxxx xxxxxx<xxxxxx_xxxxxx at xxxxxx.com>
date:        Fri Feb 01 16:48:15 2013 -0500
summary:     Error checking for null inputs from the initial relationship list

PS C:\users\xxxxxx\tc-extract\TcMig-Nx> hg pull
pulling from http://hgserver/hg/TcMig-Nx
searching for changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 3 changes to 2 files
abort: HTTP Error 500: Internal Server Error

PS C:\users\xxxxxx\tc-extract\TcMig-Nx> hg pull
pulling from http://hgserver/hg/TcMig-Nx
searching for changes
no changes found
abort: HTTP Error 500: Internal Server Error

-----------------Roll Server Back to 2.4.2 -----------------------------------
PS C:\users\xxxxxx\tc-extract\TcMig-Nx> hg pul
pulling from http://hgserver/hg/TcMig-Nx
searching for changes
no changes found
PS C:\users\xxxxxx\tc-extract\TcMig-Nx>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list