Legacy Knowledge Base
Published Jul. 2, 2025

Installation of OSGI Modules are skipped during hotfix installation on 7.2 SP6 Bundle

Written By

Neil Cuzon

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • It has been reported that when installing a hotfix on an SP-6 bundle, whether it has been upgraded to Fix Pack 18 or not, users encounter a message similar to the one below, which states that certain modules will not be installed.

  • Only 7.2 SP-6 bundles are affected by this issue whereas SP bundles above and below are not.
  • When installing a hotfix on a 7.2 SP-6 bundle, whether it has been upgraded to Fix Pack 18 or not, users may encounter similar messages to the ones below:

    [2022-04-21 00:28:44.551 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.api with version 4.1.3 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists

    2022-04-21 00:28:44.562 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.content.transformer.api with version 3.0.5 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists


    2022-04-21 00:28:44.566 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.demo.data.creator.api with version 3.0.4 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists

    2022-04-21 00:28:44.570 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.image.api with version 3.1.5 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists

    2022-04-21 00:28:44.576 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.image.item.selector.api with version 3.0.3 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists

    2022-04-21 00:28:44.580 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.image.taglib with version 3.0.6 in Liferay Collaboration - Liferay Adaptive Media - API because an identical bundle exists

    2022-04-21 00:28:47.014 INFO  [ModuleFramework-Static-Bundles-5][LPKGBundleTrackerCustomizer:596] Skipping installation of com.liferay.adaptive.media.blogs.editor.configuration with version 3.0.12 in Liferay Collaboration - Liferay Adaptive Media - Impl because an identical bundle exists]

     

Environment

  • DXP 7.2

Resolution

Here are the steps to work around this issue and install a hotfix on an SP-6 instance:

  1. Download a Liferay Bundle SP-5 or lower, but never use an SP-6 bundle
  2. Download Fixpack 17
  3. Add Fixpack 17 and liferay-hotfix-xxxx-7210.zip into the patching-tool/patches folder of the SP5 bundle
  4. Open the command prompt of the patching-tool folder.
  5. Type in "./patching-tool info" to make sure that the patch is found in the folder
  6. Type in "./patching-tool install" to install the patch and follow any instructions from the patching-tool to complete the installation.
  7. Delete the osgi/state, tomcat/temp and tomcat/work folders, if they exist in your Liferay Home directory.
  8. Restart server.

Alternatively, you could also update it to Service Pack 7.

 

Did this article resolve your issue ?

Legacy Knowledge Base