Infinite loop creating new page due to page header overflow

Hello
 
I am displaying the Chart in the Page Header. Since i want to display this page header only once, so as per jasper forum,
i have done by including the following expression in "Print When Expression"
 
new Boolean($V{PAGE_NUMBER}.intValue() == 1)
 
Now, I need to show only this chart in the page header and then as in the second page, i want to show the list of records.
 
So inserted the Break element at the bottom of the page header and change the break type to "Page Break".
 
 
Now when i run the report, i got the following error message
Infinite loop creating new page due to page header overflow
senthilchettyin's picture
Joined: Feb 24 2014 - 8:52pm
Last seen: 5 years 12 months ago

1 Answer:

Not sure why you're adding page break. Delete that and put your records fields in the details band. If you just want to have a chart on the first Title band.

hozawa's picture
191061
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Feedback
randomness