Legacy Knowledge Base
Published Jul. 2, 2025

PropertySettingJobFactory WARN Messages Appearing Within Clustered Environment

Written By

Liferay Support

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.

Several PropertySettingJobFactory WARN messages are logged with a clustered Liferay:

WARN  [PropertySettingJobFactory:248] No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'MESSAGE'
WARN  [PropertySettingJobFactory:248] No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'STORAGE_TYPE'
WARN  [PropertySettingJobFactory:248] No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'DESCRIPTION'
WARN  [PropertySettingJobFactory:248] No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'DESTINATION_NAME'
WARN  [PropertySettingJobFactory:248] No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'JOB_STATE'

Resolution

Liferay Portal, by default, stores information to JobDataMap within the QuartzSchedulerEngine class. However, only fields are expected within org.quartz.simpl.PropertySettingJobFactory. To resolve the warning messages, enabling the logging levels for the class should be set to the ERROR level.

Did this article resolve your issue ?

Legacy Knowledge Base