Using 1.5 on tomcat 6 with postgres 8.4, I can create jasper reports in all the formats except pdf which gives a 500 error.
Updated to 1.5.4 postgress 9.1 and updated jdbc driver (to overcome report import issue previously reported). Same result
iReport version 3.7.1. Java 1.6
Is this a cmdbuild or tomcat issue?
Hi Tim,
is there any Java stack trace you can send us? You should find it in the logs of Tomcat (probably catalina.out).
Paolo
Tecnoteca ha scritto:
Hi Tim,
is there any Java stack trace you can send us? You should find it in the logs of Tomcat (probably catalina.out).
Paolo
Nothing in the catalina.out, but I did a tail of the cmdbuild.log and found it complaining about a missing font, so I changed any font def's that used that particular font and it works now, so thanks for the pointer.
However a full blown 500 seems a little harsh for that sort of error.
..