@Jedy12
It is a dependency issue.
First, AEM 6.5 is different from aem-sdk. aem-sdk is for local development for AEM as a CLoud Service.
So, we cannot compare AEM 6.5 which uses service packs with AEM Cloud SDK.
The practice-core bundle seems to be a custom application. We would need to update...
@depakkumar
I hope you had gone through the preparation guide from Adobe Adobe Digital Experience Certification Program | Adobe Real-Time CDP Business Practitioner Professional Prep Guide (rockinfo.com)
@jayv25585659
Question-1 isn't clear. Please elaborate
Question-2: When you would deploy to the server, it would be via codebase. So, it should have worked on local as well. Additionally, please change the policy to update and verify.
@jayv25585659
AEM cloud now supports USE_SOURCES_DIRECTLY
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/validation-debug#migrating
With the option enabled, we need not use symlinks. But, can check-in files in enabled_vhost.
Pl...
@subrahmanyamj
I second all the suggestions made by @EstebanBustamante
Just adding few more points.
Fixing everything would not be possible. So, prioritize and resolve. Especially critical and blockers.Validate all the functionalities that use long-live sessions. Fine-tune them into short-live...
@subrahmanyamj
Critical issues will need to be addressed
ImportanceDescriptionINFOThis finding is provided for informational purposes.ADVISORYThis finding is potentially an upgrade issue. Further investigation is recommended.MAJORThis finding is likely to be an upgrade issue that should be addre...
@Jedy12
npm jar is available in the URL,
It seems to be an issue with Firewall. If possible, please stop Zscaler or similar app for a while. Reach out to your IT department, they should be able to help
Avoid overlapping index definition - Do not have overlapping index definition indexing same nodetype but having different includedPaths and excludedPaths. Index selection logic does not make use of the includedPaths and excludedPaths for index selection. Index selection is done only on cost basis an...
Avoid overlapping index definition - Do not have overlapping index definition indexing same nodetype but having different includedPaths and excludedPaths. Index selection logic does not make use of the includedPaths and excludedPaths for index selection. Index selection is done only on cost basi...
@rajat168
For a multi-domain set-up, we should use Dispatcher rewrites.
A general flow of Dispatcher configs look like this
You would need to create separate rewrite files for each domain.
Then assure each vhost only includes the relevant rewrite file only.
JcrResourceResolverFactoryImpl w...