https://bugzilla.novell.com/show_bug.cgi?id=430926 Summary: osc submitreq show -d <id> fails when the diff is big Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: maw@novell.com QAContact: adrian@novell.com Found By: --- When the diff created by a submitreq is big, osc submitreq show -d <id> fails with an internal server error. Compare % osc submitreq show 2152 [9:38] Request to submit (sri2152): home:sbrabec:branches:GNOME:Factory/gimp -> GNOME:Factory/gimp Source revision MD5: 84cb7ba2c1f90d6b5655feb036401f7b Message: None State: new 2008-09-30T15:12:50 sbrabec Comment: None with % osc submitreq show -d 2152 [9:38] Request to submit (sri2152): home:sbrabec:branches:GNOME:Factory/gimp -> GNOME:Factory/gimp Source revision MD5: 84cb7ba2c1f90d6b5655feb036401f7b Message: None State: new 2008-09-30T15:12:50 sbrabec Comment: None Server returned an error: HTTP Error 500: Internal Server Error Diff not possible execution expired Traceback (most recent call last): File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/babysitter.py", line 50, in run return prg.main() File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/cmdln.py", line 256, in main return self.cmd(args) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/cmdln.py", line 279, in cmd retval = self.onecmd(argv) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/cmdln.py", line 395, in onecmd return self._dispatch_cmd(handler, argv) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/cmdln.py", line 1070, in _dispatch_cmd return handler(argv[0], opts, *args) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/commandline.py", line 660, in do_submitreq r.src_project, r.src_package, r.src_md5) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/core.py", line 2285, in pretty_diff f = http_POST(u) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/core.py", line 1488, in http_POST def http_POST(*args, **kwargs): return http_request('POST', *args, **kwargs) File "/home/mw/work/git/opensuse/buildservice/src/clientlib/python/osc/osc/core.py", line 1473, in http_request fd = urllib2.urlopen(req, data=data) File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 387, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 498, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.5/urllib2.py", line 425, in error return self._call_chain(*args) File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 506, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 500: Internal Server Error -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.