Re: [Zope] ZSyncer question
Okay, I tried this but received the following error: Error: * Fault * <Fault -1: 'Unexpected Zope exception: cannot marshal <extension class Acquisition.ImplicitAcquirerWrapper at 4da140> objects'> For the destination path, I used http://www.mysite.edu:8080/ZSyncer_location "ZSyncer_instance" is the instance I created at the root level of Zope on the server to which I want to synchronize. This looks like it should be simple, but it's just not working! Ben Avery <ben@thesite.org> wrote:
rather than the server name itself, you need to include the path to the ZSyncer on the other server, e.g. http://www.mysite.org/ZSync_live and vice versa if you need to synchronise back the other way
hope this helps
baiewola@netscape.net wrote:
I'm running Zope 2.5.1 (py 2.1.3) on two different MOSX 10.2.3 servers. I wanted to synchronize them so I installed ZSyncer .0.4.6 on both. According to the instructions, this required simply dragging the ZSyncer folder into lib/python/products and restarting. I did this.
Then, in the root level of server1, I added a ZSyncer instance and used the "Edit Server" tab to name server2 as the destination (http://server2:8080/). Both servers are up and running fine.
However, when I click the "Sync" tab, I get an error message, "There was a problem synching the servers." I checked all the things on the "Things to check" list, and there's nothing wrong with my setup that I can tell. I even tried specifying my un/pw rather than letting it default to the current user.
Do I have the wrong version? Did I miss a step somewhere?
__________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
__________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
baiewola@netscape.net wrote at 2003-2-10 10:05 -0500:
Okay, I tried this but received the following error:
Error: * Fault * <Fault -1: 'Unexpected Zope exception: cannot marshal <extension class Acquisition.ImplicitAcquirerWrapper at 4da140> objects'>
For the destination path, I used http://www.mysite.edu:8080/ZSyncer_location
"ZSyncer_instance" is the instance I created at the root level of Zope on the server to which I want to synchronize.
This looks like it should be simple, but it's just not working!
It is, usually .... Somehow, the function called by XML-RPC returned an acquisition wrapper and not an elementary Python type. Therefore, it cannot be marshalled (as XML). Almost surely, this means your destination is wrong... Is it accident that your destination is ".../ZSyncer_location" but you say, the instance is "ZSyncer_instance"? Dieter
participants (2)
-
baiewola@netscape.net -
Dieter Maurer