1
I created a report in Pentaho Report Designer. There are 13 pizza charts in a row, just changing the query from one to the other. When I added graph number 11 and went to visualize, I got the error below.
I checked the SQL of the query and it is valid and without returning any strange value.
The mistake is:
org.pentaho.Reporting.engine.classic.core.Invalidreportstateexception: Assert: Shift is not as expected: realy=252100000 != expectation=251700000; Shift=63200000; Additionalshift=-400000; Realshift=62800000
I would like to know what this error means, described above, and how to remedy it. I have made available the stacktrace.
It is an error in the Jfreereport component, connected to the Labels or heights (height, maxheight) of the elements. Related Post: http://forums.pentaho.com/showthread.php?161136-Uncoherent-values-in-maxheight-of-a-group-causes-Assert-Shift-is-not-expected#post372137
– Lucas Soares