legacy-knowledge-base
公開されました Sep. 10, 2025

アップグレードプロセスの失敗 com.liferay.dynamic.data.mapping.internal.upgrade.v4_0_0.DDMStructureUpgradeProcess

written-by

Dávid Hegedüs

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

問題

  • 7.2から7.4へのアップグレード時に、モジュールcom.liferay.dynamic.data.mapping.serviceのアップグレードステップがNoSuchGroupExceptionのために失敗する問題が発生するかもしれません:
    2024-05-22 13:18:39.512 INFO [main][UpgradeProcess:137] Failed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v4_0_0.DDMStructureUpgradeProcess in 5505 ms
    2024-05-22 13:18:39.521 ERROR [main][UpgradeExecutor:333] Failed upgrade process for module com.liferay.dynamic.data.mapping.service
    com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.exception.NoSuchGroupException: No Group exists with the primary key XXXXXX
    at com.liferay.portal.kernel.upgrade.UpgradeProcess.upgrade(UpgradeProcess.java:128) ~[portal-kernel.jar:?]
    at com.liferay.portal.upgrade.internal.executor.UpgradeExecutor._executeUpgradeInfos(UpgradeExecutor.java:202) ~[?:?]
    at com.liferay.portal.upgrade.internal.executor.UpgradeExecutor.executeUpgradeInfos(UpgradeExecutor.java:124) ~[?:?]
    at com.liferay.portal.upgrade.internal.executor.UpgradeExecutor.execute(UpgradeExecutor.java:85) ~[?:?]
    ...
    Caused by: com.liferay.portal.kernel.exception.NoSuchGroupException: No Group exists with the primary key XXXXXX
    at com.liferay.portal.service.persistence.impl.GroupPersistenceImpl.findByPrimaryKey(GroupPersistenceImpl.java:14166) ~[portal-impl.jar:?]
    at com.liferay.portal.service.persistence.impl.GroupPersistenceImpl.findByPrimaryKey(GroupPersistenceImpl.java:14182) ~[portal-impl.jar:?]
    at com.liferay.portal.service.impl.GroupLocalServiceImpl.getGroup(GroupLocalServiceImpl.java:1695) ~[portal-impl.jar:?]
    at jdk.internal.reflect.GeneratedMethodAccessor222.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
    ...
  • この背景には、おそらくDBにクリーンアップが必要なデータが残っていることがあります。

環境

  • Liferay DXP 7.2
  • Liferay DXP 7.4+

解像度

  • 添付のgroovyスクリプトを実行して、孤児となったデータをクリーンアップする。
  • 14行目はその上のコメントに基づいて、22行目は自分のグループIDに基づいて修正してください。
did-this-article-resolve-your-issue

legacy-knowledge-base