feldman wrote: > I went to the zenactions.log and foubd this error message...What does it mean? > > > > Code: > 2009-01-29 10:49:33 ERROR zen.ZenActions: unexpected exception > Traceback (most recent call last): > File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 498, > in runCycle > self.mainbody() > File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 486, > in mainbody > self.eventCommands(zem) > File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 475, > in eventCommands > self.processEvent(zem, command, self.runEventCommand) > File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 260, > in processEvent > for result in self.query(q): > File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 196, > in query > curs.execute(stmt) > File > "/usr/local/zenoss/python/lib/python2.4/site-packages/MySQLdb/cursors.py", > line 137, in execute > self.errorhandler(self, exc, value) > File > "/usr/local/zenoss/python/lib/python2.4/site-packages/MySQLdb/connections.py", > line 33, in defaulterrorhandler > raise errorclass, errorvalue > OperationalError: (1017, "Can't find file: './events/alert_state.frm' (errno: > 13)") > > >
Only saw this now. That would definitely be the problem of it not running properly. Can you try to restart just zenactions, in case it's in a funny state. It sounds like it is having issues with getting to the events database (MySql) .. but tough to say what you could do about it. Are the events showing up in Zenoss? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=30623#30623 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
