Donnie M. wrote:
when I go to the url of one of my profiles (http://server1/cblr/svc/op/ks/profile/RHEL4.6-32bit-i386 for example) I get the following in my web browser:
====== START ======
Mod_python error: "PythonHandler services"
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req)
I had a similar error earlier today. Restarting apache fixed it. Unfortunately that did not solve the issue, all of those python errors are still there. I stopped, then started apache, then I did the same for cobblerd daemon as well. No change. What bugs me out is that at the end of the traceback, the fault space is empty. I have no idea how one would debug this but I am more than happy to help the developers get to the bottom of this. This is a stock 5.1 machine with minor updates. Mod_python error: "PythonHandler services"
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
result = object(req)
File "/var/www/cobbler/svc/services.py", line 82, in handler
content = func( **form )
File "/usr/lib/python2.4/site-packages/cobbler/services.py", line 70, in ks
data = ""
File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request
verbose=self.__verbose
File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response
return u.close()
File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close
raise Fault(**self._stack[0])
Fault:
|