[Zope] ZSyncer setup (errors ??)
    Dieter Maurer 
    dieter at handshake.de
       
    Mon Jul 26 15:30:42 EDT 2004
    
    
  
Rich Pinder wrote at 2004-7-26 07:26 -0700:
> ...
>I'm testing out ZSyncer tool between two Plone sites.
>Same versions of software on both machies - one is OS X, other Debian.  
>ZSyncer is 0.5.1
>The ZSyncer object is in the root of both machines.
> ...
>Error :
>
>>     * Server Error
>>     * There was a problem syncing the servers
> ...
>>       "/Applications/Plone2/Sites/Default/Products/ZSyncer/ZSyncer.py",
>>       line 497, in _manage_compare_path
>>       raise 'Server Error', 'There was a problem syncing the servers'
>>       Server Error: There was a problem syncing the servers
These nasty exception remaps...
They destroy valuable information...
Add a logging call 
    LOG('ZSyncer', ERROR, 'ZServer error', error=True)
before line 497 and look into your log file to learn the
true cause of the problem...
-- 
Dieter
    
    
More information about the Zope
mailing list