Legacy Knowledge Base
Published Jun. 30, 2025

JournalArticleAssetEntryClassTypeIdUpgradeProcess WARN traces during upgrade process

Written By

Jorge Diaz

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

After upgrading from 7.3 to 2024.Q3 we are getting lots of WARN traces related to com.liferay.journal.internal.upgrade.v5_1_1.JournalArticleAssetEntryClassTypeIdUpgradeProcess upgrade process:

2024-11-20 12:58:59.859 INFO [main][UpgradeProcess:119] Upgrading com.liferay.journal.internal.upgrade.v5_1_1.JournalArticleAssetEntryClassTypeIdUpgradeProcess
2024-11-20 12:59:01.049 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:104] Asset entries with the wrong class type ID 877421 were found
2024-11-20 12:59:01.050 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:114] 924905 has been set as class type ID for the entry IDs [106387002]
2024-11-20 12:59:01.051 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:114] 1113066 has been set as class type ID for the entry IDs [1168184]
2024-11-20 12:59:01.051 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:114] 924560 has been set as class type ID for the entry IDs [1050593, 1073586]
2024-11-20 12:59:01.051 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:104] Asset entries with the wrong class type ID 877389 were found
2024-11-20 12:59:01.052 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:114] 1113015 has been set as class type ID for the entry IDs [8090111, 8090158, 9052503]
2024-11-20 12:59:01.052 WARN [main][JournalArticleAssetEntryClassTypeIdUpgradeProcess:114] 877393 has been set as class type ID for the entry IDs [940137]
Do we have to do any action related to this WARN trace?

Environment

  • Upgrade from DXP 7.3 to 2024.Q3

Resolution

  • The WARN traces related to JournalArticleAssetEntryClassTypeIdUpgradeProcess upgrade process can be safely ignored.
  • This upgrade was added in issue LPS-179267 to correct inconsistent information in the AssetEntry table that should match the information in the JournalArticle table.
  • The WARN traces you are seeing are simply saying that there was incorrect information in the classTypeId column of AssetEntry table that has been corrected with the information from ddmStructureId column of JournalArticle table.

Additional Information

  • LPS-179267 - Add an Upgrade Process to ensure that AssetEntry classTypeId match the JournalArticle ddmStructureId

 

 

 

Did this article resolve your issue ?

Legacy Knowledge Base