Hi,
got the following problem after signing in:
---
500 Internal Server Error
The server encountered an unexpected condition which prevented it from
fulfilling the request.
Traceback (most recent call last):
File "/usr/local/python-2.7.1/lib/python2.7/site-packages/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/usr/local/python-2.7.1/lib/python2.7/site-packages/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/local/openipam/openIPAM/openipam/web/hosts.py", line 195, in index
self.check_session()
File "/usr/local/openipam/openIPAM/openipam/web/basepage.py", line 58, in check_session
if not logging_in and not self.webservice.have_session():
File "/usr/local/python-2.7.1/lib/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "/usr/local/python-2.7.1/lib/python2.7/xmlrpclib.py", line 1570, in __request
verbose=self.__verbose
File "/usr/local/openipam/openIPAM/openipam/web/resource/xmlrpcclient.py", line 107, in request
h = self.make_connection(host)
File "/usr/local/openipam/openIPAM/openipam/web/resource/xmlrpcclient.py", line 55, in make_connection
return xmlrpclib.Transport.make_connection( self, host )
File "/usr/local/python-2.7.1/lib/python2.7/xmlrpclib.py", line 1364, in make_connection
if self._connection and host == self._connection[0]:
AttributeError: CookieAuthXMLRPCSafeTransport instance has no attribute
'_connection'
---
Any idea what this could be?
Original issue reported on code.google.com by plymout...@gmail.com on 7 Feb 2011 at 9:56
Original issue reported on code.google.com by
plymout...@gmail.com
on 7 Feb 2011 at 9:56