AEM 6.3 - Publishing of assets not binaryless | Community
Skip to main content
seemad20428873
July 6, 2019
Solved

AEM 6.3 - Publishing of assets not binaryless

  • July 6, 2019
  • 1 reply
  • 1889 views

HI All,

We see binaries being  replicated, despite binaries replication (S3) being used and configured.

we did the required configuration in replication agents and can see with the help of proxy agents that data(binaries ) are being transferred between author and publish server.

Inatslled the com.adobe.granite.oak.s3connector-1.6.4.zip
Copy …/config/org.apache.jackrabbit.oak.plugins.blob.datastore.SharedS3DataStore.config to /crx-quickstart/install/ on author and publisher
Configure shared S3 repository on author and publisher
Copy crx-quickstart/install/org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config to /crx-quickstart/install/ on author and publisher
Set content to customBlobStore=B”true"
Set Runmode of author and publisher to
CQ_RUNMODE=….,crx3tar-nofds,crx3
Change replication on author to binaryless replication
Serialization Type: Binary less
Transport URI: http://localhost:4503/bin/receive?sling:authRequestLogin=1&binaryless=true

are there more configration to make it work ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by anujg3325839

You might be missing secret key in s3 datastore.config

Try to add the key value pair (secret="somerandomvalue") in org.apache.jackrabbit.oak.plugins.blob.datastore.SharedS3DataStore.config

This file should be same across all the aem connecting to the S3 bucket. It should resolve your issue.

1 reply

anujg3325839
Adobe Employee
anujg3325839Adobe EmployeeAccepted solution
Adobe Employee
July 6, 2019

You might be missing secret key in s3 datastore.config

Try to add the key value pair (secret="somerandomvalue") in org.apache.jackrabbit.oak.plugins.blob.datastore.SharedS3DataStore.config

This file should be same across all the aem connecting to the S3 bucket. It should resolve your issue.