Legacy Knowledge Base
Published Jun. 30, 2025

Unique constraint violation makes it impossible to change page configuration

Written By

Ricardo Couso

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

  • The attempted efforts to modify the configuration of a page don't work.
  • There are errors in the log about a unique constraint violation for index IX_C753170C;
    ERROR [default task-177][JDBCExceptionReporter:234] ORA-00001: unique constraint (LPORTAL73.IX_C753170C) violated_ [Sanitized]
    ERROR [default task-177][PortletServlet:119] javax.portlet.PortletException: org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
    javax.portlet.PortletException: org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
    at com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand.processAction(BaseMVCActionCommand.java:69)
    at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.callActionMethod(MVCPortlet.java:357)
    at com.liferay.portal.kernel.portlet.LiferayPortlet.processAction(LiferayPortlet.java:89) [...]

Environment

  • Liferay DXP 7.3

Resolution

  • One reason for this error could be that (at least one of the) the friendly URL(s) for the page does not start with a forward slash ('/').
  • Already since Liferay DXP 7.0, friendly URLs for pages need to start with a slash. Otherwise there's a warning: "Please enter a friendly URL that begins with a slash."
  • Please review the friendly URLs to make sure the first characters is a forward slash.
Did this article resolve your issue ?

Legacy Knowledge Base