Foren

Quartz warning messages filling up logs

thumbnail
Mathew Anderson, geändert vor 10 Jahren.

Quartz warning messages filling up logs

Junior Member Beiträge: 29 Beitrittsdatum: 22.04.13 Neueste Beiträge
Hello all -

OS: Redhat 6
Liferay: liferay-portal-6.1.1-ce-ga2-20120731132656558.war
App Server: weblogic 12c

I have seen this question posted for jboss 7 and for WAS 7, but not for weblogic 12c yet.
After deploying liferay and running it on weblogic, the weblog log files fill up with the following:

May 24, 2013 7:14:00 AM org.quartz.simpl.PropertySettingJobFactory handleError
WARNING: No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'MESSAGE'
May 24, 2013 7:14:00 AM org.quartz.simpl.PropertySettingJobFactory handleError
WARNING: No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'STORAGE_TYPE'
May 24, 2013 7:14:00 AM org.quartz.simpl.PropertySettingJobFactory handleError
WARNING: No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'DESCRIPTION'
May 24, 2013 7:14:00 AM org.quartz.simpl.PropertySettingJobFactory handleError
WARNING: No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'DESTINATION_NAME'
May 24, 2013 7:14:00 AM org.quartz.simpl.PropertySettingJobFactory handleError
WARNING: No setter on Job class com.liferay.portal.scheduler.job.MessageSenderJob for property 'JOB_STATE'

It looks like the solution to jboss 7 was to edit the standalone.xml file in jboss and change the log level there.

Ideas on how to do this in weblogic?
Jeffrey Jarin, geändert vor 10 Jahren.

RE: Quartz warning messages filling up logs

Junior Member Beiträge: 30 Beitrittsdatum: 05.07.13 Neueste Beiträge
Any update on this? I'm also encountering the same issue -


After fresh deployment to the Cloud server , I was freezed out to Basic Confirguration Page and nothing is happening even if I click the Finish Configuration

Then I saw to the forum to set the portal-ext.properties setup.wizard.enabled=false

Indeed it passed to the Welcome page of Liferay but I could not Sign In whenever I click to the Sign In Button I am redirected to the Localhost URL and not to my https://hostname.com

any ideas on this?
thumbnail
Mathew Anderson, geändert vor 10 Jahren.

RE: Quartz warning messages filling up logs

Junior Member Beiträge: 29 Beitrittsdatum: 22.04.13 Neueste Beiträge
I have no update for this. :-(
Youssef A. AlMuhaidib, geändert vor 10 Jahren.

RE: Quartz warning messages filling up logs

New Member Beiträge: 19 Beitrittsdatum: 28.01.13 Neueste Beiträge
hey Mathew,

check this

I think there is a logging tab in WL console where you can set this.
for JBoss, I did add it by going to the jboss management console under (profile > core > logging > Log Categories) and added org.quartz, the warnings in the log stopped without restarting the server.