Hello all, I have two AEM 6.5 environments both with SP 6.5.20 installed. However, the file at /libs/cq/gui/components/authoring/editors/clientlibs/core/js/ui/ui.assetFinder.js differs between the environments and this is causing issues. I need to understand where this file came from so I can align the versions across the environments.
Many thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Thank you @kautuk_sahni in my case the ui.assetfinder.js is located in the cq-ui-wcm-editor-content.1.1.500 package. The reason they differed on the different environments was that the SP install had not completed successfully. Re-installing the SP on all environments resolved the issue.
One possible explanation is if there is any hotfix in one of the environments which might have overridden this file.
Also, you can try checking the timestamp on these files?
Hi @patrickclancey1 ,
To address the discrepancy between the ui.assetFinder.js file in your AEM 6.5.20 environments, you need to determine how the file differs and ensure both environments have the correct version. Here are the steps you can take to resolve this:
Extract the File:
Diff the Files:
The ui.assetFinder.js file in /libs/cq/gui/components/authoring/editors/clientlibs/core/js/ui/ should be part of the core AEM codebase, which typically comes from the AEM installation and service packs. If the files differ, it might be due to custom overlays or patches.
Check Overlays:
Check for Custom Code:
Identify the Correct Version:
Synchronize the File:
Verify No Overlays or Patches:
Download the File:
Upload the Correct File:
By following these steps, you can identify the source of the discrepancies in the ui.assetFinder.js file and align the versions across your environments. This ensures consistency and resolves any issues caused by differing versions of the file. If the discrepancies persist, you may want to consult the release notes or contact Adobe Support for further assistance.
Views
Replies
Total Likes
@patrickclancey1 - Try checking out both the files using diff checker, If you both the environment with same SP then files shouldn't differ.
If the file differs, then you can update the proper file in both environments. Yeah, I know we shouldn't touch the OOTB files at any cost.
@patrickclancey1 Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Thank you @kautuk_sahni in my case the ui.assetfinder.js is located in the cq-ui-wcm-editor-content.1.1.500 package. The reason they differed on the different environments was that the SP install had not completed successfully. Re-installing the SP on all environments resolved the issue.