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
On Mon, Nov 03, 2003 at 12:32:25PM +0100, Marcel Mar? wrote:
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
sounds good so far.
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):
Do you have a folder named Experiments on both servers? If not, go up to a higher folder and try again. You can't do a comparison unless you're in a folder that exists on both servers. I realize that the error message when this happens is not very helpful. I'll look at improving this. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's SPIFFY MEGATRON MISTER! (random hero from isometric.spaceninja.com)
Hi Paul ----- Original Message ----- From: "Paul Winkler" <pw_lists@slinkp.com> To: <zope@zope.org> Sent: Monday, November 03, 2003 8:08 PM Subject: Re: [Zope] ZSyncer problem
On Mon, Nov 03, 2003 at 12:32:25PM +0100, Marcel Mar? wrote:
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
sounds good so far.
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):
Do you have a folder named Experiments on both servers? If not, go up to a higher folder and try again.
Yes, the folder is ther in both instances. Doing a sync in the root yields the same error: Fault <Fault -2: 'Unexpected Zope error value: NotFound - \\'> Come to think of it: could this be a platform thing? Why are the double backslashes (\\Experiments) there instead of forward slashes (/Experiments)? Thanks already, Marcel
participants (2)
-
Marcel Maré -
Paul Winkler