AEM 6.2 Upgrade to AEM 6.5 Missing Client Libraries | Community
Skip to main content
Level 6
April 1, 2020
Solved

AEM 6.2 Upgrade to AEM 6.5 Missing Client Libraries

  • April 1, 2020
  • 1 reply
  • 2572 views

Hello, 

We have updated AEM 6.2 to AEM 6.5. Some client libraries are missing from the new upgrade. What is the most efficient and best way to check if a client library is missing client libraries as dependencies?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Theo_Pendle

Hello, 

 

The client library console can be found here: http://localhost:4502/libs/granite/ui/content/dumplibs.html. This console lets you see all the clientlibs on your instance, their dependencies, their embed and where the source files are in the JCR.

 

If you look at the top you will see three links allowing you to:

  • Generate include tags for libraries of your choice
  • Check the validity of your clientlibs
  • Invalidate the cache and/or rebuild all clientlibs

 

If you click on the second link (or go to http://localhost:4502/libs/granite/ui/content/dumplibs.validate.html) you will see a list of clientlibs which have inconsistencies (missing dependencies, embeds, wrong categories, etc) 

1 reply

Theo_Pendle
Theo_PendleAccepted solution
Level 8
April 2, 2020

Hello, 

 

The client library console can be found here: http://localhost:4502/libs/granite/ui/content/dumplibs.html. This console lets you see all the clientlibs on your instance, their dependencies, their embed and where the source files are in the JCR.

 

If you look at the top you will see three links allowing you to:

  • Generate include tags for libraries of your choice
  • Check the validity of your clientlibs
  • Invalidate the cache and/or rebuild all clientlibs

 

If you click on the second link (or go to http://localhost:4502/libs/granite/ui/content/dumplibs.validate.html) you will see a list of clientlibs which have inconsistencies (missing dependencies, embeds, wrong categories, etc) 

Level 6
April 2, 2020
Thank you, this is great!