Jump to content
We've recently updated our Privacy Statement, available here ×

przemekwi444

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by przemekwi444

  1. Hello,

     I have Jasperreports server on Tomcat (REST v2 web service) and when I generate report for approx. 500 records, server get stuck. Reason of this is  heap overflow  (I attach plot obtained by Visual VM). 
    download_16.png.a2c8acc14e26e415822a4b5e2cd01cc0.png

    After using  Eclipse Memory Analyzer,  I have two problems  suspect:

    1.  One instance of "org.apache.catalina.session.StandardManager" loaded by "java.net.URLClassLoader @ 0xb720c558" occupies 953 430 520 (74,78%) bytes. The memory is accumulated in one instance of "java.util.concurrent.ConcurrentHashMap$Node[]" loaded by "<system class loader>".

    2. 1143 instances of "net.sf.jasperreports.renderers.SimpleDataRenderer", loaded by "org.apache.catalina.loader.WebappClassLoader @ 0xb79a3710" occupy 135 271 064 (10,61%) bytes. These instances are referenced from one instance of "java.util.concurrent.ConcurrentHashMap$Node[]", loaded by "<system class loader>"

    Where the first one is much more serious (it occupy 7 times more heap).

    Do you have any ideas how to solve it?
     

    download_16.png.ef2e910c3f85c1c50a8179ad248ebcf0.png

  2. Hi all,

    my questions is: how long approximately will it take for a big company to generate 1 million of 1-page pdf reports? They are going to be filled with 20 various data field from Oracle database and generated with using REST Webservice API. Obviously, I know it depends on a lot of factors (i.e. hardware, configuration) but I need to estimate that time. Sorry if my question is silly, that's because of my lack of experience.

    Thank you in advance :-)

    Przemysław
     

×
×
  • Create New...