Hi Mike,

The first error below is "normal"... it's not the cause of the problem.

The "events go away" means there is some sort of disconnect between zope and mysql.

I would check the mysql logs for errors, too.

If you want to send along some of these tracebacks from the other logs, I can take a look.

If you look into the events.log and look for mysql-specific issues, you might find something useful.

-Eric


Mike Fratto wrote:
Here is a new one. I noticed that I had a few devices with critical
errors in Zenoss. When I tried to view them, they disappeared from the
web UI. So I poked around the logs and found the following entry:

2006-12-06T20:05:12 INFO Zope Ready to handle requests
------
2006-12-06T20:14:07 ERROR root Exception while rendering an error message
Traceback (most recent call last):
 File "usr/local/zenoss/lib/python/OFS/SimpleItem.py", line 209, in
raise_standardErrorMessage
File "usr/local/zenoss/lib/python/OFS/DTMLMethod.py", line 144, in __call__
 File "usr/local/zenoss/lib/python/DocumentTemplate/DT_String.py",
line 476, in __call__
 File "usr/local/zenoss/lib/python/DocumentTemplate/DT_Util.py", line
196, in eval
 File "<string>", line 1, in <expression>
Unauthorized: You are not allowed to access 'zenoss_error_message' in
this context

I have no idea what is causing this, but a did a count in the log dir,
and there are 97 traceback events across several logs which are:

event.log:Traceback (most recent call last):
zencommand.log:Traceback (most recent call last):
zenperfsnmp.log:Traceback (most recent call last):
zenperfxmlrpc.log:Traceback (most recent call last):
zenprocess.log:Traceback (most recent call last):
zentrap.log:Traceback (most recent call last):
zeo.log:Traceback (most recent call last):


I also took versions of Python and Mysql. This is on a Fedora Core 6 install.
[EMAIL PROTECTED] log]# python -V
Python 2.4.4
[EMAIL PROTECTED] log]# /usr/local/mysql/bin/mysqld -V
/usr/local/mysql/bin/mysqld  Ver 5.0.27-standard for pc-linux-gnu on
i686 (MySQL Community Edition - Standard (GPL))
[EMAIL PROTECTED] log]#

Here is another from zencommand.log
[EMAIL PROTECTED] log]# less zencommand.log
2006-12-06 07:02:45 ERROR ZODB.Connection: Couldn't load state for 0x0f36
Traceback (most recent call last):
File "usr/local/zenoss/lib/python/ZODB/Connection.py", line 704, in setstate
   self._setstate(obj)
File "usr/local/zenoss/lib/python/ZODB/Connection.py", line 740, in _setstate
   p, serial = self._storage.load(obj._p_oid, self._version)
File "usr/local/zenoss/lib/python/ZEO/ClientStorage.py", line 746, in load
   return self.loadEx(oid, version)[:2]
File "usr/local/zenoss/lib/python/ZEO/ClientStorage.py", line 769, in loadEx
   data, tid, ver = self._server.loadEx(oid, version)
 File "usr/local/zenoss/lib/python/ZEO/ClientStorage.py", line 79, in
__getattr__
   raise ClientDisconnected()
ClientDisconnected
2006-12-06 07:02:47 ERROR zen.Events:
2006-12-06 07:02:48 ERROR zen.Events:
Traceback (most recent call last):
 File "/usr/local/zenoss/Products/ZenEvents/EventManagerBase.py",
line 765, in sendEvents
   self.sendEvent(event, db)
 File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line
55, in sendEvent
   raise ZenBackendFailure(str(e))
ZenBackendFailure

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


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

Reply via email to