Closed ajaygates closed 6 years ago
Have you configured the CCU Manager?
Configuration Each of these classes can be configured to fit you need and your Akamai credentials. In your JCR repository under /apps/your_app/config.author/ you can add the following configuration files:
CcuManagerImpl: com.velir.aem.akamai.ccu.impl.CcuManagerImpl.xml <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig" rootCcuUrl="https://api.ccu.akamai.com" clientToken="your_clientSecret" clientSecret="your_clientSecret" accessToken="your_accessToken" defaultPurgeAction="remove" defaultPurgeDomain="production" threadPoolSize="5"/> For more info on credentials see https://developer.akamai.com/introduction/Prov_Creds.html
Yes , I have configured the required info & I can see the akmai log with job triggered. But this error is there in the error log
I got this issue resolved. Akamai credentials were causing this. Its working fine after using a new set of credentials. Thank you kairas.
Hi, I get below error in the AEM error.log, however akamai.log does not show any error , its just shows akmaiFlushitemjob got triggered. Is this due to Akmai credentials or something else?