On 4/18/07, mpicher <[EMAIL PROTECTED]> wrote:
Thanks Chet...I see this reported over and over... Traceback (most recent call last): File "C:\zenwin\zenutils\StatusMonitor.py", line 96, in getConfig self.loadConfig() File "C:\zenwin\zenwin.py", line 58, in loadConfig for n,u,p,s in server.getWinServices(): File "c:\python25\lib\xmlrpclib.py", line 1147, in __call__ return self.__send(self.__name, args) File "c:\python25\lib\xmlrpclib.py", line 1437, in __request verbose=self.__verbose File "c:\python25\lib\xmlrpclib.py", line 1201, in request return self._parse_response(h.getfile(), sock) File "c:\python25\lib\xmlrpclib.py", line 1340, in _parse_response return u.close() File "c:\python25\lib\xmlrpclib.py", line 787, in close raise Fault(**self._stack[0]) Fault: <Fault -1: 'Unexpected Zope exception: exceptions.TypeError - dictionary key must be string'> 2007-04-18 12:37:21 WARNING zen.zenwin: initial config load failed will retry 2007-04-18 12:37:41 INFO zen.zenwin: reloading configuration 2007-04-18 12:37:42 ERROR zen.zenwin: config load failed
Mike, This is because you're running Python 2.3 instead of 2.4 on your Zenoss server. If you can't upgrade Python, you can follow my instructions at http://lists.zenoss.org/pipermail/zenoss-users/2007/004932.html to patch Python. -- Chet Luther [EMAIL PROTECTED] _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
