Hello,
I have tried to export my report to PDF. It failed with:
faultDetail:
{
http://xml.apache.org/axis/}stackTrace:org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1053)
[...]
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:221)
at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1444)
... 29 more
Caused by: java.lang.NullPointerException
at org.eclipse.birt.report.engine.layout.pdf.emitter.LineLayout.initialize(LineLayout.java:96)
at org.eclipse.birt.report.engine.layout.pdf.emitter.PDFLayoutEmitter._startContainer(PDFLayoutEmitter.java:200)
1. I'm running engine version 2.3.2. Is there a fix for that? (Note that other simple report generates PDF just fine in the same environment).
2. It fails when I'm running PDF export from web page. How can I test it from within Eclipse? When I click on "preview" tab, I don't get any PDF export button.
3. I have found about 3 posts on the internet about the same exception, but no solution.
4. I have tried to test my reports on 2.5 version, but all of them failed with OutOfMemory error. (In Eclipse 2.3.2, in server in one directory 2.5, in other 2.3.2). Is it possible to install 2.5 along with 2.3.2 (in Eclipse and in server machine)?
Regards,
Robert