Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Getting ExceptionInInitializerError while integrating actuate reporting engine
girishpatt
java.lang.ExceptionInInitializerError
at com.actuate.ereport.output.PageInfo.renderAllObjects(Unknown Source)
at com.actuate.ereport.output.OD_PDF.Generate(Unknown Source)
at com.actuate.ereport.output.OD_PDF.generate(Unknown Source)
at com.actuate.ereport.output.ACJ790.generatePDF(Unknown Source)
at com.actuate.ereport.output.ACJOutputProcessor.generatePDF(Unknown Source)
at com.actuate.ereport.eapi.output.PdfOutput.generate(Unknown Source)
Find more posts tagged with
Comments
JasonW
Can you post the code?
Jason
girishpatt
Hi Jason,
Following is the piece of code used :
res.setContentType("application/pdf");
ReportGenerator reportGenerator = ReportGenerator.getInstance();
ReportDesign rd = reportGenerator.getReportDesign(getServlet().getServletContext(), "/WEB-INF/templates/ar.jod");
IGenerationFactory igf = rd.getGenerationFactory();
Properties pr = new Properties();
pr.put(IGenerationFactory.PARAMETER_RESOLUTION,
IGenerationFactory.USE_DEFAULTS);
igf.generateJoi(pr);
Virgil Dodson
Hi Girish, these forums are for using BIRT reporting in an application. Questions about the older e.Report Engine for Java are still answered at Actuate Support<br />
<br />
<a class='bbc_url' href='
http://support.actuate.com/support/index?page=home'>Actuate
eSupport - Login</a>