|
Issue 4 of
ZEO Tracker
[]
|
Title: |
ZEO Tracker
|
Status: |
New
|
Security |
related:
No
|
Description: |
Our intranet server, which is two zope servers running on
top of ZEO frequently "hangs", meaning that a url request
tries forever to load data and ne...
|
From: |
pointone
|
on: |
Mar 26, 01 11:58
|
|
pointone
|
Last update:
|
Mar 26, 01 11:58
|
Topic/class: |
/bug report
|
Importance:
|
normal
|
Version info: |
|
Issue 4 Transcript
|
1 entry
|
= Request - Entry #1 by pointone on Aug 15, 2000 3:07 pm
Our intranet server, which is two zope servers running on
top of ZEO frequently "hangs", meaning that a url request
tries forever to load data and never returns.
I don't know if it is related but I frequently see the following
three errors:
This appears on stdout every now and then:
[root@thepoint Zope2]# Unhandled exception in thread:
Traceback (innermost last):
File "/mnt/disk1/Zope2/lib/python/ZEO/zrpc.py", line 149, in connect
self.aq_parent.notifyConnected(s)
File "/mnt/disk1/Zope2/lib/python/ZEO/ClientStorage.py", line 166, in notifyConnected
self._info.update(self._call('get_info'))
File "/mnt/disk1/Zope2/lib/python/ZEO/zrpc.py", line 190, in __call__
return loads(r[1:])
SystemError: Failed to import class append from module __main__
These next two show up in my stupid log fairly often:
2000-08-15T21:00:04 INFO(0) Z2 CONFLICT Competing writes at, /index/problem/fin$Traceback (innermost last):
File /mnt/disk1/Zope2/lib/python/ZPublisher/Publish.py, line 175, in publish
File /mnt/disk1/Zope2/lib/python/Zope/__init__.py, line 235, in commit
File /mnt/disk1/Zope2/lib/python/ZODB/Transaction.py, line 251, in commit
File /mnt/disk1/Zope2-2/lib/python/ZODB/Connection.py, line 266, in commit
ConflictError: ^@^@^@^@^@^@u�
2000-08-15T20:17:03 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\0$Traceback (innermost last):
File /mnt/disk1/Zope2-2/lib/python/ZODB/Connection.py, line 446, in setstate
UnpicklingError: invalid load key, '^@'.
|
|
|