[Zope] ZSyncer problem

Marcel Maré list at webtothemax.com
Mon Nov 3 06:32:25 EST 2003


I could use some help setting up ZSyncer (0.5.0-pre10).

This what I've done so far:
I have two instances running of Zope running on my local Windows box, one on
port 8080 and one on 9090.
Admin user is identical in both.
Installed ZSyncer product on both.
Added a ZSyncer instance called 'mysync' in the root of both.
In both instances I've set the properties like this:
  Title=empty
  Destinations=  http://localhost:8080/mysync on the instance running on
9090
                         http://localhost:9090/mysync on the instance
running on 8080
  Log=off
  Override user=off
  Filter types=off

Then I go to a folder called 'Experiments' on one instance, click on the
sync tab expecting it to work, but no. I get this error:

Fault
<Fault -2: 'Unexpected Zope error value: NotFound - \\Experiments'>
Traceback (most recent call last):
File "C:\devel\python\Plone\Zope\lib\python\DocumentTemplate\DT_Try.py",
line 149, in render_try_except
result = render_blocks(self.section, md)
File "C:\devel\python\Plone\Zope\lib\python\DocumentTemplate\DT_Util.py",
line 201, in eval
return eval(code, d)
File "", line 0, in ?
File "C:\devel\python\Plone\Zope\lib\python\Products\ZSyncer\ZSyncer.py",
line 205, in manage_compare
return self._manage_compare_path(path, recurse=0)
File "C:\devel\python\Plone\Zope\lib\python\Products\ZSyncer\ZSyncer.py",
line 467, in _manage_compare_path
d_dict = self._get_list(self.dest_server[0], path)
File "C:\devel\python\Plone\Zope\lib\python\Products\ZSyncer\ZSyncer.py",
line 393, in _get_list
return serverconn.manage_listObjects(folder)
File "C:\devel\python\Plone\Zope\lib\python\xmlrpclib.py", line 829, in
__call__
return self.__send(self.__name, args)
File "C:\devel\python\Plone\Zope\lib\python\xmlrpclib.py", line 983, in
__request
verbose=self.__verbose
File
"C:\devel\python\Plone\Zope\lib\python\Products\ZSyncer\xmlrpclibBasicAuth.p
y", line 65, in request
return self.parse_response(file)
File "C:\devel\python\Plone\Zope\lib\python\xmlrpclib.py", line 904, in
parse_response
return u.close()
File "C:\devel\python\Plone\Zope\lib\python\xmlrpclib.py", line 579, in
close
raise apply(Fault, (), self._stack[0])
Fault:


Any hints??

TIA

Marcel




More information about the Zope mailing list