Double click on jar file but didn't get any response. used to run it through cmd java -jar AEM_6.5_Quickstart.jar, but it got stuck Please give me solution to this issue.
SIGWINCH is a known signal that Apache2 interprets as a signal to do a graceful shutdown: https://itecnote.com/tecnote/apache-in-apache-2-a-caught-sigwinch-error/https://bz.apache.org/bugzilla/show_bug.cgi?id=50669 This means that when following the set up of a local Dispatcher, after running the ...
Hi all,While going through this tutorial I encountered an issue with the using "npm run watch". It does not update the files under ui.apps... I'm on Windows 10 using AEM cloud. I appreciate any ideas that solve the issue. This is my output in the terminal: mflanagan@EDWNB2164 MINGW64 ~/aem-sdk/cod...
I want to send AEM Inbox notifications in my custom AEM workflow. Basically I want to send just a notification if the workflow is rejected in the participant step. I read that TaskManager sends the notification but it is the kind of action that is needed but for me I don't need any action, just nee...
We see that GIF images are not getting replicated to the publish instance in AEM cloud environments. I have checked the replication agent log and its clear. When I used the GIF file in a image component, published the page and GIF image, I see that the image is not showing up in the publish site. W...
Hi, As part of migrating from 6.3 to 6.5, I have restructured the workflow and the path is now changed from /etc/workflow/models --> /conf/global/settings/workflow/models. After doing this change, I removed the old path from repository and noticed that the workflow option under create menu in sites....
I want to access the properties of specific page but I only have its path with me in the sling model. how can I access the page properties if only the path is given? I have tried using : @ScriptVariableprivate ResourceResolver resourceResolver; Page rootPage = resourceResolver.getResource(PAGE_...
Hi Team, Is there any functionality in AEM to allow users to track past user actions or past user changes on web content in the platform in author instance. Thanks