April 26, 2020
Estimated Post Reading Time ~

AEM Troubleshooting

Sharing a few utility tools/links-

1. To find the generated java files in AEM6.1Generated JSP JAVA files used to be at - /var/classes location but AEM6.1 onwards it's no longer present there. This is due to the change of repository ClassLoader, now it uses FSClassLoader (File System ClassLoader) for better performance and throughput.

Generated JSP java files are located at- [AEM_INSTALL_DIR]/crx-quickstart/launchpad/felix/bundle[BUNDLE_ID]/data/classes

Source: For details read following article - https://www.danklco.com/posts/2015/06/23/new-apache-sling-fs-classloader-console/

2. Dependency finder-
Use the following link to know the maven dependency for a package-http://localhost:4502/system/console/depfinder

3. Rebuilding clientlibs-
Use the following link to rebuild Client Libraries for CSS and JS-
http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html?rebuild=true

4. Recompile JSPUse following link to recompile all generated JSP Java files-
http://localhost:4502/system/console/slingjsp
5. Auto Deploy UI Package
mvn clean install -PautoInstallPackage
6. Auto Deploy Java Package
mvn clean install sling:install
7. Accessing repository through WebDav for Bulk uploads
The following link describes detailed steps on how to access the AEM repository through WebDav-
http://labs.6dglobal.com/blog/2016-05-11/webdav-transfers/
8. AEM Companion App:
Alternative to WebDav you can use AEM Companion App for Desktops. It is very helpful for managing DAM Assets directly from your system. Here is the link for documentation-
https://docs.adobe.com/docs/en/aem/6-1/administer/integration/companion-app.html
9. Grunt Integration with AEM-Maven Project
http://labs.6dglobal.com/blog/2016-07-21/using-grunt-in-aem-maven/
10. Monitoring/ Reporting
Go to- http://localhost:4502/miscadmin#/etc/reports. Following tools are available-
11. Bulk Editor/ Searching pages based on Parameters

Editor URL: http://localhost:4502/etc/importers/bulkeditor.html
For Import use this URL- http://localhost:4502/etc/importers/bulkeditor.html?hib=false


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.