Hello, I need to schedule replication from server A (source) to server B (target) These 2 instances are RedHat 6.2 and contain the same version of Alfresco 4.2. I use HTTP ========== On A : ======== - in alfresco-global.properties I added : replication.enabled=true replication.transfer.readonly=true - in share-config-custom.xml I added : <config evaluator="string-compare" condition="Replication"> <share-urls> <share-url repositoryId="c01b9ce5-ec5c-433d-96c3-5c8dcfa70d12">http://<my_taget_hostname>:<my_target_port>/share/</share-url> </share-urls> </config> - in "Repository -> Data dictionary -> transfert -> Transfer target groups -> Default group -> replication test " I filled : - endpoint host with <my_taget_hostname> - endpoint port with <my_target_port> - endpoint path with /alfresco/service/api/transfer - protocol with http - username with internal Alfreesco user 'admin' (bot LDAP user) - pwd with corresponding password - check the enabled - I created a replication job
BUT after running it I got the following error : Last job failed. Job started: Thu 12 Sep 2013 10:04:49 Ended: Thu 12 Sep 2013 10:04:51 08120026 Error executing transfer - 08120024 Unable to start a transfer
========== On B : ======== After stop Alfresco + clean log + restart I got the following message in localhost_access_log.2013-09-12.txt