I performed an in-place test upgrade of my 6.0 Author and Publish servers (two separate servers with the standard ports of 4502 and 4503 respectively) to 6.1. We were already on the new crx3 instead of crx2 since the 6.0 servers were brand new. The Author server did just fine, all my content is th...
Hey Guys,I am trying to use the OOTB Post servlet in 6.1 referring to the below blog. It works fine in 5.6.1, but in 6.1, i believe there is a bug which does not let me POST successfully, i keep getting 403, forbidden error. Can someone point out any necessary configuration missing here?http://blog...
Hi All,I am trying to upgrade AEM 5.6.1 to AEM 6.1. After unpacking AEM 6.1 jar in quickstart folder, i ran below migration command -java -jar aem-quickstart-6.1.0.jar -v -x crx2oakand encountered "Unable to detect a CRX2 repository configuration" error. i have repository and datastore in different ...
Is there a way to set the replication queues to send out notifications when there are errors and/or blockage? It is hard for some to know when the queues are slow in processing or when they are blocked. Often errors and blockages aren't detected until hours or days have passed. Is there a way to hav...
Hi,We are trying to send a pdf attachment ( the file is stored in dam ) . The below mentioned code is used to read the file from DAM. String fileName = "/content/dam/pdfs/retail/test.pdf"; resource = resolver.getResource(fileName); Node imageNode = resour...
Hi,I'm developing a component for AEM 6, now I'm stuck. I need to change the shown tabs in the options dialog, on an onChange event (or something similar) hopefully thrown by the select field I'm using.Here is the code for my select field:<graphtype jcr:primaryType="nt:unstructured" sling:resourceTy...
HiThe following link talks about using s3 as data store. URLIs it possible to configure AEM to work with Azure storage instead? is there any documentation regarding the same? RegardsSumit GUha
Hi,I have a java project. Which is using some 3rd party jar files. Dependencies for those jar files not available. I want to integrate that java project into AEM. How to convert those 3rd party jar files into bundles and how to import them in my AEM project?