I'm new to using zenoss, just started playing with it on Red Hat 5. I re-booted 
my server and mysql wasn't started when zenoss started. I shutdown zenoss, 
started mysql & restarted zenoss. When I logged in, I noticed the connection 
errors. Looking at various log files, it looks like zenhub isn't running. I 
searched the forums and started zenub from the CLI, but didn't see much 
different from what was in the logfile: 

DEBUG:zen.Events:looking up ip localhost
DEBUG:zen.Events:EventClassInst=Start
DEBUG:zen.DbConnectionPool:Creating a new connection; Pool size: 0
DEBUG:zen.Events:update status set clearid = '65C464262449b6ca40fffffff' where 
device='localhost' and component='zenhub' and eventKey='' and 
(eventClass='/App/Stop' or eventClass='/App/Start')
ERROR:zen.Events:(1033, "Incorrect information in file: './events/status.frm'")
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 30, in execute
    result = cursor.execute(statement)
  File "/opt/zenoss/lib/python/MySQLdb/cursors.py", line 137, in execute
    self.errorhandler(self, exc, value)
  File "/opt/zenoss/lib/python/MySQLdb/connections.py", line 33, in 
defaulterrorhandler
    raise errorclass, errorvalue
OperationalError: (1033, "Incorrect information in file: './events/status.frm'")
DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
ERROR:zen.Events:(1033, "Incorrect information in file: './events/status.frm'")
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 97, in sendEvent
    evid = self.doSendEvent(event)
  File "/opt/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 120, in 
doSendEvent
    rows = execute(curs, self.buildClearUpdate(event, clearcls))
  File "/opt/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 35, in execute
    raise ex
OperationalError: (1033, "Incorrect information in file: './events/status.frm'")
ERROR:zen.ZenHub:Unable to send an event
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenHub/zenhub.py", line 368, in sendEvent
    self.zem.sendEvent(Event(**kw))
  File "/opt/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 102, in 
sendEvent
    raise ZenBackendFailure(str(e))
ZenBackendFailure: (1033, "Incorrect information in file: 
'./events/status.frm'")


Any ideas?? Is something corrupt with the events table in mysql?




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

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

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



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

Reply via email to