jfreereport

Using relative path for a static image in a Jfree report template

I have a JfreeReport Application which run under Tomcat inside a jar. In the report template (which exists outside the jar) I have the following: file:///var/lib/tomcat5.5/webapps/Reports/images/logo.gif But then I get exception: org.jfree.report.modules.ModuleInitializeException: Unable to create the specified directory. The...

Problem in creating sub report - Accessing the result set failed

I am using JfreeReport. I don't succeed to run a report with sub reoport inside. The report was designed by Report Designer 3.0. The error is: org.jfree.report.modules.misc.tablemodel.DataTableException: Accessing the result set failed: ..... ParentException: org.postgresql.util.PSQLException: This ResultSet is closed. The code is: Dr...

java.awt.print.PrinterException: Invalid name of PrintService.

I would ask it in the form of a question, but I have no idea why I'm getting this exception. I can't find any real documentation online either. To give you context although I don't think it's really relevant, I'm using it within the JFreeReport classic engine reporting framework. The stacktrace is: java.awt.print.PrinterException: In...