Author
Urgent: Error Loading object from file in Jasper report...
Sulaiman Malik
Greenhorn
Joined: Apr 12, 2010
Posts: 25
posted Jul 06, 2010 07:49:28
0
i have created a master report and a sub report. I have written the code in jsp to call the master report but it gives an error.
Error Loading object from file: "path where the sub report resides".
Please help me out if i am doing something wrong.
jasperdesign = JasperManager.loadXmlDesign(getServletConfig().getServletContext().getRealPath("/reports/VoucherReport.jrxml"));
jasperReport = JasperCompileManager.compileReport(jasperdesign);
HashMap map = new HashMap ();
map.put("myParam",voucherId);
jasperPrint = JasperFillManager.fillReport(jasperReport, map, con);
JasperManager.printReportToPdfFile(jasperPrint,getServletConfig().getServletContext().getRealPath("/reports/myReport.pdf"));
it is throwing an exception on jasper print . please help me out. need a sloution for this voucher report is a master report, do i also need to compile subreport toooo. Please i need an urgent help
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
posted Jul 06, 2010 08:08:28
0
Sulaiman Malik wrote: Please help me out if i am doing something wrong.
Well, you posted it in Meaningless Drivel, so I doubt you'll be getting much support here.
Please i need an urgent help
Please EaseUp .
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
posted Jul 06, 2010 08:25:29
0
Also posted in http://www.coderanch.com/t/501754/open-source/Help-jasper-report ; closing this one.
Android apps – ImageJ plugins – Java web charts
subject: Urgent: Error Loading object from file in Jasper report...