| Summary: | 500 Server Error: Internal Server Error for url: https://bugs.eclipse.org/bugs/xmlrpc.cgi | ||
|---|---|---|---|
| Product: | Community | Reporter: | Nick Boldt <nboldt> |
| Component: | Bugzilla | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | denis.roy |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Nick Boldt
Should work now, please try? Better, but not as before:
11:14:06 File "bzira.py", line 573, in <module>
11:14:06 bz = bugzilla.Bugzilla(url=bzserver + "xmlrpc.cgi")
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/base.py", line 319, in __init__
11:14:06 self._init_class_from_url()
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/base.py", line 334, in _init_class_from_url
11:14:06 extensions = self._proxy.Bugzilla.extensions()
11:14:06 File "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__
11:14:06 return self.__send(self.__name, args)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/transport.py", line 100, in _ServerProxy__request
11:14:06 ret = ServerProxy._ServerProxy__request(self, methodname, params)
11:14:06 File "/usr/lib64/python2.7/xmlrpclib.py", line 1587, in __request
11:14:06 verbose=self.__verbose
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/transport.py", line 195, in request
11:14:06 return self._request_helper(url, request_body)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/bugzilla/transport.py", line 158, in _request_helper
11:14:06 url, data=request_body, **self.request_defaults)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/requests/sessions.py", line 555, in post
11:14:06 return self.request('POST', url, data=data, json=json, **kwargs)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
11:14:06 resp = self.send(prep, **send_kwargs)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
11:14:06 r = adapter.send(request, **kwargs)
11:14:06 File "/home/hudson/.local/lib/python2.7/site-packages/requests/adapters.py", line 490, in send
11:14:06 raise ConnectionError(err, request=request)
11:14:06 requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",))
https://bugs.eclipse.org/bugs/xmlrpc.cgi returns an empty file. So, I'm guessing I need to migrate my script to use the new REST API instead. https://bugzilla.readthedocs.io/en/latest/api/core/v1/bug.html#search-bugs Since xmlrpc.cgi is no longer returning a 500 error, I guess this *IS* fixed, sorta. Well, for no apparent reason this works again. Maybe Jenkins just needed to be updated & restarted a few times. TL;DR, we're all good. Thanks for circling back! |