I tired loading the keys via AEM Console to the keystore. I get the error *ERROR* [10.204.84.248 [1729018641323] POST /home/users/j/jp8Hfz63Xu2IARv1SzqZ.ks.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable javax.servlet.ServletException: java.lang.Ille...
Hey All, I need set permissions in a dynamic way for exampleusergroup needs to have read permissions on Parent and full access on child so parent -> read onlyChild A -> fullChild B -> full Here is the issue. When an admin adds child C then: parent-> read onlyChild A -> fullChild B -> fullChild C -> ...
Hi AEM Community,I’m reaching out to gather insights on the third-party tools you use for Adobe Experience Manager (AEM) that will allow us to increase the security on our codebase/projects. Specifically, I’m interested in understanding your experiences with tools like Veracode and Snyk, but I’m als...
Hello, I just recently came across an issue with image assets not displaying on a page that was recently published after it was published using the "Publish to Preview" workflow. I had to navigate to each image asset in the DAM for the images to display and run the "Quick Publish" command. This lead...
I'm getting the following error in my AEM author and need to add a certificate to the Java truststore. What are the steps to add the .pem file? Thanks. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target j...
Hi everyone,We are trying to access this below POST request for the Acrolinx on the direct author on the production, but we see Internal error (no exception to report) whereas when we access the same request on the staging environment it works fine. Production - http://<production-domain>/apps/acrol...
Hey guys, I want to create basic form elements in AEM such as Date Picker, Numeric, Text fields, dropdowns etc.I know AEM Forms is the way to go with their OTB support for validations, maxlength, regex based validations etc. But since the client doesn't want to go with the additional Form licensing ...
What are some good resources for learning Java development for building AEM components? I currently am a front end developer, but need to learn the backend. I’m looking at classes on Experience League, Udemy, etc., but am trying to identify what Java courses I could take that are relevant to AEM com...
When I am hitting this API Assets: curl --location '{aem_host_url}/bin/querybuilder.json?type=dam%3AAsset&path=%2F&path.self=false&p.limit=1000&p.offset=0' \ --header 'Authorization: Basic {basic_auth_credentials}' Getting 500 error code. What might be the issue.