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

Infinite loop creating new page due to page header overflow.


pk1109

Recommended Posts

We have a situation where we have a number of reports that have been running fine for years, all of a sudden starts throwing exception. We are on WebSpeher 9.x, Java 8, JasperReport 6.5.1. I'm not sure about the sequence of events but at some point it seems like the jasper engine gets corrupted (or doesn't clean itself up) and starts throwing the execption. These reports works fine otherwise with the same data once we restart the server. 

    net.sf.jasperreports.engine.JRRuntimeException: Infinite loop creating new page due to page header overflow.
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillPageHeader(JRVerticalFiller.java:411)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:246)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:99)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:609)
    at net.sf.jasperreports.engine.fill.BaseReportFiller.fill(BaseReportFiller.java:405)
    at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:140)
    at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:667)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:983)

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi, does any one have any suggestion where to start looking? We are at a point that we have tried everything from upgrading jasper library to 6.7 to adding governor check but something is causing it to throw infinite loop exception and once it happens it does it on every report. 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...