TWCable / grabbit

Grabbit - Fast Content Sync tool for AEM/CQ
Apache License 2.0
125 stars 64 forks source link

Cross version compatibility #180

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

Is this possible to sync for cross version AEM instance?

i am done with

AEM 6.2

  1. Installed Grabbit bundle of v7.1.0
  2. Installed Sun-Misc-Fragment-Bundle-1.0.0.zip
  3. Grabbit-Deserialization-Firewall-Configuration-1.0.zip

tested grabbit returning [] array.

AEM 5.6.1

  1. Installed Grabbit bundle of v7.1.0
  2. Installed Sun-Misc-Fragment-Bundle-1.0.0.zip

tested grabbit returning [] array.

now trying to sync the content package from 5.6.1 to 6.2.

error.log

02.03.2017 11:45:46.194 INFO [0:0:0:0:0:0:0:1 [1488435346179] PUT /grabbit/job HTTP/1.1] org.springframework.batch.core.launch.support.SimpleJobOperator Checking status of job with name=clientJob 02.03.2017 11:45:46.194 INFO [0:0:0:0:0:0:0:1 [1488435346179] PUT /grabbit/job HTTP/1.1] org.springframework.batch.core.launch.support.SimpleJobOperator Attempting to launch job with name=clientJob and parameters=timestamp=1488435346194,path=/content/mgads,scheme=http,host=localhost,port=4502,clientUsername=admin,serverUsername=admin,serverPassword=admin,transactionID=7683335917185815661,excludePaths=,workflowConfigIds=,deleteBeforeWrite=false,pathDeltaContent=false,batchSize=50 02.03.2017 11:45:46.279 INFO [clientJobLauncherTaskExecutor-5] org.springframework.batch.core.launch.support.SimpleJobLauncher Job: [FlowJob: [name=clientJob]] launched with the following parameters: [{serverPassword=admin, deleteBeforeWrite=false, scheme=http, port=4502, transactionID=7683335917185815661, clientUsername=admin, excludePaths=, workflowConfigIds=, batchSize=50, timestamp=1488435346194, serverUsername=admin, host=172.24.3.21, pathDeltaContent=false, path=/content/mgads}] 02.03.2017 11:45:46.395 INFO [clientJobLauncherTaskExecutor-5] org.springframework.batch.core.job.SimpleStepHandler Executing step: [clientWorkflowOff] 02.03.2017 11:45:46.578 INFO [clientJobLauncherTaskExecutor-5] org.springframework.batch.core.job.SimpleStepHandler Executing step: [startHttpConnection] 02.03.2017 11:45:46.918 INFO [clientJobLauncherTaskExecutor-5] org.springframework.batch.core.launch.support.SimpleJobLauncher Job: [FlowJob: [name=clientJob]] completed with the following parameters: [{serverPassword=admin, deleteBeforeWrite=false, scheme=http, port=4502, transactionID=7683335917185815661, clientUsername=admin, excludePaths=, workflowConfigIds=, batchSize=50, timestamp=1488435346194, serverUsername=admin, host=172.24.3.21, pathDeltaContent=false, path=/content/mgads}] and the following status: [FAILED]

jbornemann commented 7 years ago

See my answer to https://github.com/TWCable/grabbit/issues/162