April 19, 2020
Estimated Post Reading Time ~

Dumping CQ Configuration

Often when providing remote support, you may want to send a complete snapshot of a CQ instance's configuration and state to others to help to debug. Generating a report of the complete status of the OSGi configuration, environment state and logs is as easy as invoking a single url.

The OSGi console will generate a report of the following items when you invoke: 
http://localhost:4502/system/console/config/configuration-status.zip
  • All Log Files
  • Wire Admin
  • Threads
  • System Properties
  • Sling Thread Pools
  • Sling Settings
  • Sling Servlet Filters
  • Sling Scheduler Jobs
  • Sling Resource Resolver Map Entries
  • Sling Referrer Filters
  • Sling Properties
  • Sling Eventing Queue
  • Available Sling Adaptors
  • Services & their properties
  • Registered Script Engines
  • CRX Configuration
  • Product/Licensing Information
  • Preferences/Permissions (if Available)
  • Java Package Admin
  • Installed Bundles
  • Memory Usage
  • Log Configuration
  • JMX/MBeans Configuration
  • Http WhiteBoard
  • GFX Information
  • Declarative Services Components
  • Configurations
  • CQ4 Migration Configuration
  • Bundle Information
You can also get a text file with the same information, except the log files, by invoking http://localhost:4502/system/console/config/configuration-status.txt.


By aem4beginner

No comments:

Post a Comment

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