Fórum

Quartz warning messages filling up logs

thumbnail
Mathew Anderson, modificado 10 Anos atrás.

Quartz warning messages filling up logs

Junior Member Postagens: 29 Data de Entrada: 22/04/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Quartz warning messages filling up logs

Junior Member Postagens: 30 Data de Entrada: 05/07/13 Postagens Recentes
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, modificado 10 Anos atrás.

RE: Quartz warning messages filling up logs

Junior Member Postagens: 29 Data de Entrada: 22/04/13 Postagens Recentes
I have no update for this. :-(
Youssef A. AlMuhaidib, modificado 10 Anos atrás.

RE: Quartz warning messages filling up logs

New Member Postagens: 19 Data de Entrada: 28/01/13 Postagens Recentes
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.