Legacy Knowledge Base
Published Sep. 10, 2025

Declarative Service Unsatisfied Component Checker Warning when upgrading from DXP 7.3 GA1 to Fix Pack 1

Written By

Katlyn Lee

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

  • After installing Fix Pack 1 and running the upgrade tool, I get a warning about an unsatisfied component for analytics modules. The following warning shows up in the startup logs if I have module.framework.properties.initial.system.check.enabled=true set in my portal-ext.properties file. 
    2021-02-02 15:11:26.406 WARN  [main][SystemCheckOSGiCommands:137] Declarative Service Unsatisfied Component Checker check result: 
    Bundle {id: 344, name: com.liferay.analytics.message.sender.impl, version: 5.0.0}
    	Declarative Service {id: 1175, name: com.liferay.analytics.message.sender.internal.messaging.SendAnalyticsMessagesMessageListener, unsatisfied references: 
    		{name: _analyticsMessageSenderClient, target: null}
    	}
    	Declarative Service {id: 1172, name: com.liferay.analytics.message.sender.internal.AnalyticsMessageSenderClientImpl, unsatisfied references: 
    		{name: Release, target: (&(release.bundle.symbolic.name=com.liferay.analytics.settings.web)(release.schema.version>=1.0.1))}
    	}
    Bundle {id: 352, name: com.liferay.analytics.settings.impl, version: 5.0.0}
    	Declarative Service {id: 1193, name: com.liferay.analytics.settings.internal.messaging.CheckAnalyticsConnectionsMessageListener, unsatisfied references: 
    		{name: _analyticsMessageSenderClient, target: null}
    	}
    Bundle {id: 353, name: com.liferay.analytics.settings.web, version: 5.0.0}
    	Declarative Service {id: 5499, name: com.liferay.analytics.settings.web.internal.portal.settings.configuration.admin.display.AnalyticsSyncedSitesConfigurationScreen, unsatisfied references: 
    		{name: Release, target: (&(release.bundle.symbolic.name=com.liferay.analytics.settings.web)(release.schema.version>=1.0.1))}
    	}
    	Declarative Service {id: 5498, name: com.liferay.analytics.settings.web.internal.portal.settings.configuration.admin.display.AnalyticsSyncedContactsDataConfigurationScreen, unsatisfied references: 
    		{name: Release, target: (&(release.bundle.symbolic.name=com.liferay.analytics.settings.web)(release.schema.version>=1.0.1))}
    	}
    	Declarative Service {id: 5500, name: com.liferay.analytics.settings.web.internal.portal.settings.configuration.admin.display.AnalyticsWorkspaceConnectionConfigurationScreen, unsatisfied references: 
    		{name: Release, target: (&(release.bundle.symbolic.name=com.liferay.analytics.settings.web)(release.schema.version>=1.0.1))}
    	}
  • The issue can also be reproduced by running the command system:check in Gogo Shell after installing Fix Pack 1.

Environment

  • DXP 7.3 GA1 to SP1 (Fix Pack 1)

Resolution

  • This issue has been reported and fixed in LPS-127275. Please create a Help Center Ticket requesting a hotfix with LPS-127275.
Did this article resolve your issue ?

Legacy Knowledge Base