Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Java Version - 11.0.19AEM as a cloud Version - aem-sdk-2023.9.13665.20230927T063259Z-230800When I use the Command line to start the AEM Jar, I am getting below error:Error: Unable to access jarfile aem-author-p4502.jar. But when I double click the instance is started successfully.As per the Adobe documentation we need to start instance by using the command prompt not by double clicking the jar.How do I resolve the issue when starting the instance via command promptCommand used : java -jar aem-author-p4502.jar
jQuery 1.12.4 has security vulnerabilities (listed below). Are there any plans to upgrade jQuery on AEM 6.5 to the latest jQuery 3.6.x ? Although, we do see a custom jQuery v1.12.4-aem , did Adobe fix some of the vulnerabilities? As of now, even on AEM 6.5.14, comes with jQuery 1.12.4 The docs for 6.5.0 states https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/service-pack/ga.html?lang=en#experience-manager-foundation CAUTIONAEM includes version 1.12.4 of the jQuery library to provide maximum compatibility with existing custom code. Modifications have been done by Adobe to address known security issues. Vunerabilities in jQuery 1.12.4 1. In jQuery prior to version 3.0.0 is vulnerable to Cross-Site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. 2. In jQuery prior to version 3.4.0, as used in Drupal, Backdrop CMS, and
Hello Everyone , I am using a HTTP Module that gives a Json Output. I am getting the output when i run my scenario & i would like to use a key of the response json object as an input parameter on the next module.However this is not available for me to use when i edit the scenario. Kindly refer the screenshots for your reference belowI already tried to delete & add back the module quite a few time but the issue persists. ThanksHarish
Hello,We want to integrate azure ad/azure entra id as oauth2 provider where third party application can access aem servlet(author environment) by getting access token from azure using client credentials grant type(2 legged authentication). I am not finding any good documentation for it. Thanks
Use this thread to ask any questions related to the Experience League LIVE session titled, "Are you ready to level up your mobile analytics app? " Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!
Hello all, While setting up dispatcher (port 80) using a publish instance at 4503, I wanted to use the AEM login page for users to log in. I know that the AEM login page has a built in password expiry when a user's password expires or is trying to login for the first time (which needs to be set in the OSGi configurations). So, I enable the user first login to change the password and put the number of days for the password to expired in the OSGi configuration.On the dispatcher.any (on Apache 2.2 as I have Windows), I made sure the login page is shown for users when they access a page where login is needed. When I tested a user where I created and log in for the first time, it does not show the fields to change the password. Instead, it says invalid password combination. Screen shot from 4503 (you can see that the reason is returned which shows the you need to change your password): Screen shot from dispatcher (you can see that the reason is null whi
Yes, you can easily access the website root with the help of Page object. You can directly call getAbsoluteParent method to access the root page at a level of your choice. Code snippet for the component would look like:Sightly HTML code snippet:<div data-sly-use.contentJS="content.js"> ${contentJS.parentPage.path} </div>Content.jsuse(function() { return { parentPage: currentPage.getAbsoluteParent(1) };});
Hi everybody.We are having some problems configuring our cloud environment with a multidomain dispatcher. The problem seems to be that the dispatcher is reading the publishfarm configuration instead of the domain it belongs to.Here is the configurationIn browser I type "www.digital.net"In dispatcher log I can seeFound farm publishfarm for www.digital.netThu Jan 18 07:38:51.715727 2024 [dispatcher:debug] checking [/content/digital/digital---global/es/home/jcr:content.getpublications.json]Thu Jan 18 07:38:51.715784 2024 [dispatcher:debug] cachefile does not exist: /mnt/var/www/html/content/digital/digital---global/es/home/jcr:content.getpublications.jsonThu Jan 18 07:38:51.715791 2024 [dispatcher:debug] try to create new cachefile: /mnt/var/www/html/content/digital/digital---global/es/home/jcr:content.getpublications.jsonThu Jan 18 07:38:51.715797 2024 [dispatcher:debug] cache-action for [/content/digital/digital---global/es/home/jcr:content.getpublications.json]: CREATEThu Jan 18 07:38:
Hi,I implemented universal editor on top of my react application and works great. The content fragment path from graphql is mapped and page is serving _publishUrl for images. Text and richtext editing immediately reflects on the app. But when I change the assets, the new changed asset doesn't load immediately. After changing the asset, I have to hard refresh page and then it reflects. At AEM author logs, it throws below error 08.01.2025 23:59:36.884 [cm-p-aem-author-754d4d4cf7-qt72z] *WARN* [[48a998fe-7065-4b4b-b7dd-2ac866ab6ce5][aem-assets-backend-nr-1][]] com.adobe.aem.dam.impl.DamAssetRenditionImpl Unknown rendition type: cq5dam.preview.pdf java.lang.IllegalArgumentException: No enum constant com.adobe.aem.dam.api.DamRenditionType.PREVIEW at java.base/java.lang.Enum.valueOf(Enum.java:240) at com.adobe.aem.dam.api.DamRenditionType.valueOf(DamRenditionType.java:21) [com.adobe.aem.repoapi:2.0.506] at com.adobe.aem.dam.impl.DamAssetRenditionImpl.getIntent(DamAssetRendi
Hi All I’ve set up the dispatcher for AEM as a cloud and created symbolic links for the vhost and farm files in Windows. However, after deploying in the lower environment,the build failed due to the error: "Invalid symlinks found."After checking the Adobe Community forum, I attempted to create the symbolic links through WSL (Windows Subsystem for Linux),but I’m encountering issues when trying to commit the code to the Git repository.Could you please suggest how I should proceed with committing the code? Any insights or recommendations would be greatly appreciated. Thanks
We have a React SPA project where we're trying to introduce experience fragments to export into Target. The issue we're currently facing is that when we try to add a custom component into the parsys on an editable experience fragment template, the component is not showing up and the logs show the following errorGET /conf/teq/settings/wcm/templates/experience-fragment-template/initial.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource TemplatedResourceImpl, type=teq/components/ctabutton, path=/conf/teq/settings/wcm/templates/experience-fragment-template/initial/jcr:content/root/ctabuttonAs it's seen in the image above, only the breadcrumbs component is displayed where as the CTAButton is hidden. It seems that only components having a sling:resourceSuperType property set to a core component(For example, sling:resourceSuperType = core/wcm/components/breadcrumb/v2/breadcrumb) are rendered.Custom com
Hello All,We had some utilities (Java scripts) we had been using for AEM 6.5 on prem.We no longer support Oracle Java -- my question is will the Java scripts (.jar) files we have work with OpenJDK? Thank you.
Hi, We are using AEM cloud and currently I am trying for a way to schedule publishing using postman. I am able to achieve publishing or activate now using local development token but not sure how to schedule for later using postman. Is it even possible? Post URL : {aemenvironmenturl}/bin/replicate.json Below are the parameters passed. path: /content/dam/exmpleclient/samplecmd: activateagentId: publish Tried schedule parameter but it did not work.
Hi, I've recently upgraded my AEM instance on dev environment from 6.5.5 to 6.5.21 and after I've restarted the instance, it's responded with bad gateway 502 on the instance link itself and /system/console/bundles. I have tried checking if there are any invalid indexes and all of them are valid when i checked. Any suggestions on what steps should I take next to mitigate this issue?
I am facing a UI inconsistency issue in my project due to differing cache durations for HTML and client libraries (CSS/JS). Below are the cache rules:Cache Rule for HTML:<LocationMatch "^/content/.*\.(html)$">Header set Cache-Control "max-age=900,stale-while-revalidate=1800" "expr=%{REQUEST_STATUS} < 400"Header set Surrogate-Control "stale-while-revalidate=43200,stale-if-error=43200" "expr=%{REQUEST_STATUS} < 400"Header set Age 0</LocationMatch>Cache Rule for Client Libraries (CSS/JS):<LocationMatch "^/etc\.clientlibs/.*\.(?i:js|css|ttf|woff2)$">Header set Cache-Control "max-age=1800,stale-while-revalidate=1800,stale-if-error=1800,public,immutable" "expr=%{REQUEST_STATUS} < 400"Header set Age 0</LocationMatch>Issue Observed:Since the HTML and client libraries are cached for different durations, a mismatch occurs when the HTML refreshes before the clientlibs. Specifically:When the HTML updates, it references the new clientlibs ID.However, the browser sti
Hi,I have a requirement to create dynamic URLs that aren't available as pages in AEM. We're generating these URLs from the backend and displaying them on a page. Currently, I've created a page (test-sitemap.html) with a component that includes a "Generate" button. When users click this button, the URLs are created in the Java backend and displayed on the test-sitemap.html page.Now, I need to add these generated URLs to the main sitemap.xml. Could you please help me with the process of linking these URLs to the main sitemap.xml?Thank you!
Hi everyone, I am trying to integrate react in AEM project wihtout spa-editor. I have gone through this following community posts - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-integrate-react-into-a-non-spa-aem-6-5-project/td-p/619537 https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-integration-with-react-without-spa/td-p/395514 I have tried to use react-abode npm package but got build failure. Haven't tried react-habitat package though, it seems way too old (last commit was 8 years ago). Also it doesn't support functional react component. Can anyone share a working repo of non SPA React implementaion?
I'm trying to find someone ASAP to help me get up to speed on using the ACDL and to get the data into Tags/XDM. I have experience with populating XDM using update variable and data elements etc. but I need to understand better how to create and consume and map the data in Tags, when using an EDDL. The below video would have been perfect if he spent more time showing how everything was setup and mapped etc. https://experienceleague.adobe.com/en/docs/events/adobe-developers-live-recordings/2021/oct2021/adobe-client-data-layerI have the basics down and I've watched a ton of videos and read documentation, but I still have some holes in my knowledge and need to have a few hours with someone that has this experience. Can anyone recommend someone to me. I need this help!!!! Thanks!
Hi all, I see duplication of other Adobe functionality in AEP.Ex: Customer Journey Analytics mimics Adobe Analytics and Journey Optimizer mimics Adobe Campaign. 1. How to choose which of these could be used and why.2. Also, is there any other duplication in AEP, apart from these two? Appreciate all your replies. Thanks,Rama.
I am getting following error while deploying my package to aem rde env from aem cli [bundle-unversioned-packages] com.adobe.acs:acs-aem-commons-bundle:6.10.0: Bundle acs-aem-commons-bundle:6.10.0 is importing packages [com.amazonaws.services.s3, com.amazonaws.auth, com.github.benmanes.caffeine.cache.stats, twitter4j.json, twitter4j.auth, twitter4j.conf, twitter4j, com.amazonaws.services.s3.model, com.github.benmanes.caffeine.cache] without specifying a version range. (com.sbuxcorp:aem-sbuxcorp-project.all:0.0.6-SNAPSHOT|adobe/consulting:acs-aem-commons-all:6.10.0)
Introduction The Adobe Customer Journey Analytics (CJA) Experimentation Panel is an Analysis Workspace template that empowers organizations to analyze and interpret their A/B tests and multivariate experiments within the CJA ecosystem. This specialized Analysis Workspace panel serves as a gateway to deep experimentation insights, enabling organizations to comprehensively understand how various iterations of their digital experiences influence user behavior patterns and drive business outcomes. Through its template framework for experimentation analysis, the panel enables businesses to make data-informed decisions with confidence and precision, leveraging advanced statistical methodologies and intuitive visualizations. To maximize the value of these experimental insights across your organization, it becomes paramount to establish strong alignment within your analytics and measurement teams regarding the specific experimentation approaches and methodologies being employed, ensur
We are excited to announce the Adobe Experience Manager Community Member of the Year for 2024! A big congratulations to this year’s winner: @arunpatidar ! Arun has shown exceptional commitment to the Adobe Experience Manager Community, helping others with his expertise, fostering discussions, and sharing valuable feedback. His contributions have greatly enriched the community and inspired others to get involved. Your work has significantly impacted countless learners, empowering them to grow in their understanding of our products. Thanks to your efforts, new members are not only learning faster but also feel encouraged to participate more actively. As we step into FY25, we encourage Arun and all community members to keep the momentum going. Let’s work together to make the community even stronger by sharing knowledge, engaging with peers, and inspiring one another to grow. Thank you, Arun, for your incredible contributions, and congratulations on this well-deserved recognitio
We are having an issue with images flipping horizontally when adding them to a page with the Image Core Component. Also, we are unable to fix it using the "flip horizontal" option. This happens randomly and there does not seem to be any rhyme or reason to this behavior. Has anyone else had this issue? AEM On-premise version 6.5.21.0Core Component Version 2.27.0Image Component v3
Hi All,Is it possible to do string split in sightly. For example I have string x = "C-123-coursename"; I want to remove the course name and get C-123. How can i do this in sightly?Thanks,Shehjad
Introduction Adobe Customer Journey Analytics (CJA) has introduced a new dataset type: Summary data. This feature significantly enhances CJA's data model and expands its potential use cases, offering users improved capabilities for data analysis and insight generation. Summary data consists of time-series information from a summary dataset, based on a schema using the XDM Summary Metrics class. Currently, only hourly or daily time-series data are supported. By incorporating Summary data, CJA builds upon its existing foundation of Event, Lookup, and Profile datasets, creating a more comprehensive and versatile toolkit for practitioners. The introduction of Summary data unlocks exciting new possibilities for exploring and interpreting data within CJA. This powerful dataset type complements existing options by enabling users to work with pre-aggregated information, providing a high-level perspective that's particularly valuable for certain analyses. By integrating Summary data alongsid
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.