RE: Error as renamed to dependency

Jamie Sammons, modified 2 Years ago. New Member Posts: 10 Join Date: 2/28/23 Recent Posts

I have this error, upgrade process in liferay 7.1 to liferay 7.4

2023-04-17 16:29:28.695 ERROR [main][VerifyProperties:239] Portal property "module.framework.properties.dependency.manager.thread.pool.enabled" was renamed to "dependency.manager.thread.pool.enabled"

Does anybody have any idea what might be the problem?

 

thumbnail
Olaf Kock, modified 2 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

Somewhere in portal-ext.properties - or one of the related files - you're declaring the property mentioned first, and the system alerts you that it's been renamed to the other. So you should update your configuration to match the message.