legacy-knowledge-base
公開されました Jun. 30, 2025

独自の制約違反によりページ構成の変更が不可能に

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

learn-legacy-article-disclaimer-text

問題

  • ページの設定を変更しようとしてもうまくいかない。
  • インデックス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) [...]

環境

  • Liferay DXP 7.3

解像度

  • このエラーの原因の1つは、そのページのフレンドリーURL(の少なくとも1つ)がフォワードスラッシュ('/')で始まっていないことです。
  • すでにLiferay DXP 7.0から、ページのフレンドリーURLはスラッシュで始まる必要があります。 そうでなければ警告が出ます:「スラッシュで始まるフレンドリーなURLを入力してください。
  • 友好的なURLの最初の文字がスラッシュであることを確認してください。
did-this-article-resolve-your-issue

legacy-knowledge-base