When I input huge data to dynamic jasper in my jsp application then dynamic jasper statement exporter.exportreport() crashes tomcat server which results in termination. Is there any solution for this? Waiting for your help…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(sorry about my english)
I’ve been using the DJ a very long time and I had this problem some time ago. I solved the problem saving the report content to a file instead of a byte array.
My method to export pdf report is like this:
Of course, in this case you will have to pass the File and the Jasperprint to this method and work with the Returned file. Here we have reports that works with more then 500Mb
Cheers,