掲示板

Quartz warning messages filling up logs

thumbnail
10年前 に Mathew Anderson によって更新されました。

Quartz warning messages filling up logs

Junior Member 投稿: 29 参加年月日: 13/04/22 最新の投稿
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?
10年前 に Jeffrey Jarin によって更新されました。

RE: Quartz warning messages filling up logs

Junior Member 投稿: 30 参加年月日: 13/07/05 最新の投稿
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
10年前 に Mathew Anderson によって更新されました。

RE: Quartz warning messages filling up logs

Junior Member 投稿: 29 参加年月日: 13/04/22 最新の投稿
I have no update for this. :-(
10年前 に Youssef A. AlMuhaidib によって更新されました。

RE: Quartz warning messages filling up logs

New Member 投稿: 19 参加年月日: 13/01/28 最新の投稿
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.