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. I get the error below, no matter which machine I test it out from. In the 'Things to Check' notes on the error, I see the user string is empty. I've tried it both leaving it blank, or hard coding the 'admin' user account name /pw in the 'override user' flag. Admin uid and pw is same on both machines. I think its failing log before the connect, but have tried the connect string various ways: http://128.125.96.xx:8200/ctssync http://128.125.96.xx:8200/ctssync 128.125.96.xx:8200/ 128.125.96.xx:8200/ctssync Thanks for your thoughts Rich Pinder USc School of Medicine Error :
* Server Error * There was a problem syncing the servers * Traceback (most recent call last): File "/Applications/Plone2/Library/Software/Zope270/Zope/lib/python/DocumentTemplate/DT_Try.py", line 149, in render_try_except result = render_blocks(self.section, md) File "/Applications/Plone2/Library/Software/Zope270/Zope/lib/python/DocumentTemplate/DT_Util.py", line 201, in eval return eval(code, d) File "", line 0, in ? File "/Applications/Plone2/Sites/Default/Products/ZSyncer/ZSyncer.py", line 236, in manage_compare REQUEST=REQUEST) File "/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
Things to check:
* Your destination ZSyncer is where it is meant to be. * The destination server is running and accessible. * The user "" has the right to access ZSyncer. * The password for "" is correct.
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
participants (2)
-
Dieter Maurer -
Rich Pinder