[Zope] ZSyncer Error

Dieter Maurer dieter@handshake.de
Thu, 20 Mar 2003 21:03:33 +0100


AM wrote at 2003-3-19 09:34 -0800:
 > I have two servers where the zsyncers are identical (well almost) the 
 > admin passwords are identical and it was working fine till this morning. 
 > Now I get the following error on one of them (the dev one) The 
 > deployment syncer works fine, but the dev one doesnt.
 > ...
 >     * Fault
 >     * <Fault -2: 'Unexpected Zope error value: \nTraceback (most recent
 >       call last):\n File
 >       "/var/local/Zope-2.6.0/lib/python/ZPublisher/Publish.py", line
 >       150, in publish_module\n response = publish(request, module_name,
 >       after_list, debug=debug)\n File
 >       "/var/local/Zope-2.6.0/lib/python/ZPublisher/Publish.py", line
 >       114, in publish\n sys.exc_info()[2],\n File
 >       "/var/local/Zope-2.6.0/lib/python/Zope/App/startup.py", line 145,
 >       in zpublisher_exception_hook\n log = aq_acquire(published,
 >       \'__error_log__\', containment=1)\nAttributeError:
 >       manage_listObjects__error_log__\n'>
 > 

When you report tracebacks they are formatted in an almost unreadable
way.

   Do you think you can improve on this?

Apparently, an error should be reported.

The error handling hook tries to find the new (in 2.6) "error_log"
and can't.

This may be a bug in Zope 2.6.0.

We use ZSyncer with 2.6.1 and do not have problems....


Dieter