Issue
-
After upgrading the Liferay portal DB from 6.2 to 7.2 successfully, Unable to start the server.
- Below error occurs: [# Error1]
27-Dec-2019 21:01:10.432 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [com.liferay.portal.spring.context.PortalContextLoaderListener]
java.lang.RuntimeException: org.osgi.framework.BundleException: Exception in com.liferay.portal.configuration.persistence.internal.activator.ConfigurationPersistenceImplBundleActivator.start() of bundle com.liferay.portal.configuration.persistence.impl.
Environment
-
Upgrade environment:
- Liferay DXP 6.2 - Souce version of the portal
- Liferay DXP 7.2 - Destination version of the portal
- DB upgrade client version: com.liferay.portal.tools.db.upgrade.client-3.0.1
Resolution
- Follow the workaround as suggested in LPS-86404
- Execute the below query [Workaround - Oracle]
UPDATE CONFIGURATION_ SET DICTIONARY = ' ' WHERE CONFIGURATIONID = 'org_apache_felix_cm_impl_DynamicBindings' AND DICTIONARY IS NULL
- After following the above workaround, the server gets started successfully.