Issue
- The following error is being reported in the logs multiple times:
ERROR [http-nio2-8080-exec-143][JDBCExceptionReporter:234] Duplicate entry '0-3-925637128-com_liferay_site_navigation_menu_web_portlet_SiteN' for key 'IX_CB778855'
Environment
- Liferay DXP 7.3
- Liferay DXP 7.4
Resolution
-
First, check if there is an duplicate entry by running the following query:
select * from Portlet p where portletId like '%site_navigation_menu_web_portlet_SiteN%';
- If there's indeed two entries, go to the portal and execute this following steps:
- Go to Control Panel
- Click on Server Administration
- Execute Clean Up Orphaned Page Revision Portlet Preferences
- Execute Clean Up Orphaned Theme Portlet Preferences
Subscriber Exclusive Content
A Liferay Enterprise Subscription provides access to over 1,500 articles that include best practices, troubleshooting, and other valuable solutions. Sign in for full access.
Sign In