[Zope] ZSyncer question

Dieter Maurer dieter@handshake.de
Mon, 10 Feb 2003 20:46:20 +0100


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