Experience Manager - How to validate OSGi bundle version after updates?

Description

Environment
Adobe Experience Manager

Issue/Symptoms
How to check the OSGi bundle version after an update to confirm successful installation?

Resolution

Steps to Resolve

  1. Copy / Paste the JSON from *http://aemhost1:port/*system/console/bundles.json to the Actual JSON text field.
  2. Select Product Version from the major version and minor version dropdown menus to autopopulate the Expected JSON field, or copy / paste JSON from another AEM instance to the Expected JSON field (also from *http://aemhost2:port/*system/console/bundles.json).
  3. Click Compare to view the diff.

Results of Comparison

  1. Similar bundles are displayed in white, Differing bundle versions are displayed in yellow, Newly added bundles are displayed in aqua, and Deleted bundles in light red.
  2. Filter the data using the Filter box.

* Thanks to Sham Sundar Hassan Chikkegowda for providing the original source code for this tool. His personal site can be visited here.

On this page