I am using adempiere 3.9.3 when running an ireport report in adempiere, it gives me the following error...
log4j:WARN No appenders could be found for logger (net.sf.jasperreports.engine.export.PdfGlyphRenderer).
log4j:WARN Please initialize the log4j system properly.
If someone helps me, I'll appreciate it...greetings.
Victor Porras
Last edit: Victor Porras 2022-04-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ireport was discontinued long ago and is no longer supported and replaced by Tibco Jasper Studio which for Adempiere version 6.1.1 is the compatible version compiled into Java 1.8.
The message that you show is not an error, it is Warning and what indicates that to have more detail of your logs in jasper report you must configure log4j.properties
So if you don't configure this there is no effect on performance.
On the other hand there is currently no more activity in these forums since we moved to github
Any question is now raised as an issue within the project with the question label
I am using adempiere 3.9.3 when running an ireport report in adempiere, it gives me the following error...
log4j:WARN No appenders could be found for logger (net.sf.jasperreports.engine.export.PdfGlyphRenderer).
log4j:WARN Please initialize the log4j system properly.
If someone helps me, I'll appreciate it...greetings.
Victor Porras
Last edit: Victor Porras 2022-04-27
hi Victor,
This may happen when you usa a recent version of iReport with an outdated version of Java.
Can you tell us what versions are you using of both iReport and Java?
Ireport was discontinued long ago and is no longer supported and replaced by Tibco Jasper Studio which for Adempiere version 6.1.1 is the compatible version compiled into Java 1.8.
https://community.jaspersoft.com/project/jaspersoft-studio
Any question is now raised as an issue within the project with the question label
https://github.com/adempiere/adempiere/issues/new
kind regards
Victor
Hello Victor!
The message that you show is not an error, it is Warning and what indicates that to have more detail of your logs in jasper report you must configure log4j.properties
So if you don't configure this there is no effect on performance.
On the other hand there is currently no more activity in these forums since we moved to github
Any question is now raised as an issue within the project with the question label
https://github.com/adempiere/adempiere/issues/new
kind regards
Victor