Hi Team, I am trying to start AEM local author instance but not getting started, getting this error 16.01.2024 16:21:34.161 *INFO * [main] Setting org.osgi.service.http.port=450216.01.2024 16:21:34.162 *INFO * [main] Starting launcher ...16.01.2024 16:21:34.178 *INFO * [main] HTTP server port: 4502W...
As I have customized the app, realized that we have a group of iPad Users, they have a very different set of UI requirements than my PC users. I'd like to create another Workspace portal for my iPad users and be able to customize it differently. So I created another copy of Workspace at /lc/apps/iPa...
Hi Team I'm trying to build a project on my local machine using the command " mvn clean install -PautoInstallSinglePackage" and getting this error "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:install-node-and-npm (install node and npm) on project the digital.ui.fr...
I'm having trouble with the Android Studio Device Emulator. I'm emulating a Galaxy Tablet S7 running Android 11 (latest)From the chrome browser in the Emulated Device I can load my AEM Forms Website (https://<myurl>.net/lc/ws). So I'm sure the networking/DNS is fine.However, the https://<myurl> does...
I have workflow which includes rename step and I am renaming an asset from xyz.png to abc.png as per business requirement but my workflow is getting triggered multiple times with following exceptioncom.adobe.granite.workflow.core.job.JobHandler Error executing workflow stepjava.lang.NullPointerExcep...
I'm not the AEM expert or familar to it.I'm just the BE developer need AEM to run my FE project.I'm currently at the URL: http://localhost:4502/system/console/configMgrand I'm supposed to config all the thing in my local environment like UAT env. But as a BE dev, I'm guessing that AEM is just like a...
We want to display FAQs dynamically on the page based on the tags, so I wrote the Java code for that, but when I looked at the log statements, I saw that it doesn’t go inside while loop only, and also listChildren doesn’t return, so please look at the below Java code and log statements, and confirm ...
Hi, I would like to perform a small POC using the PDFServices SDK for Java to seal a PDF document, so I can get a benchmark on processing time to upload a PDF document, seal it and have the sealed document returned to the calling application. My question, is there a test certificate I can use for th...
Hi !!!I'm on AEM as a cloud service. I can retrieve the asset but... ResourceResolver rs = request.getResourceResolver(); Asset desktopImage = rs.getResource(srcFromImage).adaptTo(Asset.class); How can I retrieve the asset properties of that file, such as title, description, etc.?I tried with deskt...