[EMAIL PROTECTED] wrote: > Hi Bart, > > Were you able to replicate the issue? If yes, is it then possible to have > some patch of hippo repository v. 1.2.12 which fix the replication problems? Yes, I was able to replicate it with 1.2.12. The put has to wait for the replicator to finish, but the replicator is not allowed to do a put while another put is still running. So you have a deadlock.
I also tested it with the trunk with the asynchronous replication and it works like a charm. So you have two options: - upgrade temporary to trunk until 1.2.13 is released (should be soon) - grab the 1.2.12 tag and the WebdavReplicatorLocation.java [1] from trunk and rebuild your 1.2.12. [1] https://svn.hippocms.org/repos/hippo/hippo-repository/trunk/components/excalibur-slide/server/src/java/nl/hippo/slide/replication/WebdavReplicatorLocation.java Regards, Bart > > Thanks, > Tomas > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart van der > Schans > Sent: Thursday, September 20, 2007 9:27 AM > To: Hippo CMS development public mailinglist > Subject: Re: [HippoCMS-dev] Replication issues - second attempt > > Hi Tomas, > > I'll try to replicate this and let you know the results. It could be > that this is already solved in the trunk, because replication is now > done asynchronously. > > Regards, > Bart > > Tomas Paudits wrote: >> Hi Bart, >> >> This is reply to the Bart's email - [HippoCMS-dev] Replication issues email >> thread. >> >> We are still having trouble with hippo repository v. 1.2.12 replication >> configuration. >> >> The proposed solution for setting hippo replication doesn't work for us. If >> we set replicator to replicate to different folder on same repository then >> the replicator 'hangs' and the content is not properly replicated. See >> attachment for simple replication settings which doesn't work in v. 1.2.12. >> >> Any idea how to get it working? >> >> Thanks, >> Tomas >> >> Tomas Paudits >> Developer >> Direct Dial 01273 200172 >> Email [EMAIL PROTECTED] >> 2 Bartholomews, Brighton, BN1 1HG >> Switchboard 01273 200100 Fax 01273 200500 >> >> >> This transmission is confidential and intended solely for the person or >> organisation to whom it is addressed. It may contain privileged and >> confidential information. If you are not the intended recipient, you should >> not copy, distribute or take any action in reliance on it. If you have >> received this transmission in error, please notify the sender immediately. >> All messages passing through this gateway are virus scanned. Any opinions or >> advice contained in this e-mail are those of the individual sender except >> where they are stated to be the views of RDF Group plc or its subsidiaries, >> RDF Consulting (registered number 3522265), RDF Resources (3984500) and Aqua >> Resources Group (4975898). RDF Group plc is registered in England at 2 >> Bartholomews, Brighton, BN1 1HG (registered number 3637683). >> >> >> ------------------------------------------------------------------------ >> >> ******************************************** >> Hippocms-dev: Hippo CMS development public mailinglist > > -- Hippo Oosteinde 11 1017WT Amsterdam The Netherlands Tel +31 (0)20 5224466 ------------------------------------------------------------- [EMAIL PROTECTED] / http://www.hippo.nl -------------------------------------------------------------- ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
