Jasper Reports: Error on bench update

Hi @luisfmfernandes,
I recently did a bench update and am having problems with displaying my jasper reports. following are the warnings in the console.
log4j:WARN No appenders could be found for logger (net.sf.jasperreports.extensions.ExtensionsEnvironment).
log4j:WARN Please initialize the log4j system properly.

The suggested solution was to add the config/properties file in the CLASSPATH. I did that and I still get this warning.

It displays the message “Please wait. System is processing your report. It will notify you when ready.” and then gets timed out.

Is this your change or the core teams?

Thanks
Krithi

Hi @krithi_ramani.

Core change task name from "task:" + task_id to: get_site_name(socket) + ':task_progress:' + task_id, so you never get notified.

Just update.

Thanks.