While upgrading my 2.0.2 installation to 2.0.3 (keeping the MySQL database), I 
am receiving the following error at the end of the installation script:

...
installing simplejson
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: 
NO)
....

Installation continues correctly, but I wonder if this is something I have to 
worry about?

After the upgrade, Zenoss still seems to run correctly, but it is now very 
flaky, zenmodeler and other daemons are crashing randomly and zenactions has 
permanent issues: 

2007-07-19 23:09:21 INFO zen.ZenActions: Processed 0 commands in 0.000045
2007-07-19 23:09:21 ERROR zen.ZenActions: unexpected exception
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 382, in 
runCycle
    self.mainbody()
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 376, in 
mainbody
    self.heartbeatEvents()
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 316, in 
heartbeatEvents
    severity=Event.Error))
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 403, in 
sendEvent
    self.dmd.ZenEventManager.sendEvent(evt)
  File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 64, in 
sendEvent
    event = self.applyEventContext(event)
  File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 169, in 
applyEventContext
    evtclass = events.lookup(evt, device)
  File "/usr/local/zenoss/Products/ZenEvents/EventClass.py", line 157, in lookup
    return self.getDmdRoot("Events").getOrganizer(evt.eventClass)
  File "/usr/local/zenoss/Products/ZenModel/Organizer.py", line 182, in 
getOrganizer
    return self.getDmdRoot(self.dmdRootName).getObjByPath(path)
  File "/usr/local/zenoss/Products/ZenModel/ZenModelBase.py", line 290, in 
getObjByPath
    return getObjByPath(self, path)
  File "/usr/local/zenoss/Products/ZenUtils/Utils.py", line 206, in getObjByPath
    raise NotFound, name
NotFound: Heartbeat

Was there a change in MySQL data format? Any ideas how to fix these issues?

Martin

------------------------
 unset




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=8938#8938

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to