I am running into an issue where an extra page gets generated if the data in my table falls too close to the end of the page. A first thought would be that there is some padding or spacing causing this - but I have gone through and checked this. What is very peculiar is that when I run the same XML file, XSL file and config file from the command line, the page is not produced. I have included my debug outs as proof:
***Through my app: <snip/> 1062605169436 -> WARN [fop]:property - "show-destination" is not implemented yet. 1062605169496 -> ERROR [fop]:fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent 1062605169977 -> ERROR [fop]:fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent 1062605170007 -> INFO [fop]:[1] 1062605170037 -> WARN [fop]:Sum of fixed column widths 685974 greater than maximum specified IPD 0 1062605170588 -> WARN [fop]:Sum of fixed column widths 719999 greater than maximum specified IPD 0 1062605170588 -> WARN [fop]:Sum of fixed column widths 719999 greater than maximum specified IPD 0 1062605173292 -> INFO [fop]:[2] 1062605177067 -> DEBUG [fop]:Last page-sequence produced 2 pages. 1062605177067 -> INFO [fop]:Parsing of document complete, stopping renderer 1062605177077 -> DEBUG [fop]:Initial heap size: 5398Kb 1062605177077 -> DEBUG [fop]:Current heap size: 12075Kb 1062605177077 -> DEBUG [fop]:Total memory used: 6677Kb 1062605177077 -> DEBUG [fop]: Memory use is indicative; no GC was performed 1062605177077 -> DEBUG [fop]: These figures should not be used comparatively 1062605177077 -> DEBUG [fop]:Total time used: 9914ms 1062605177077 -> DEBUG [fop]:Pages rendererd: 2 1062605177077 -> DEBUG [fop]:Avg render time: 4957ms/page ***From the command line: <snip/> [WARN]: property - "show-destination" is not implemented yet. [ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent [ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent [INFO]: [1] [WARN]: Sum of fixed column widths 742666 greater than maximum specified IPD 0 [WARN]: Sum of fixed column widths 719999 greater than maximum specified IPD 0 [WARN]: Sum of fixed column widths 719999 greater than maximum specified IPD 0 [DEBUG]: Last page-sequence produced 1 pages. [INFO]: Parsing of document complete, stopping renderer [DEBUG]: Initial heap size: 2260Kb [DEBUG]: Current heap size: 9189Kb [DEBUG]: Total memory used: 6928Kb [DEBUG]: Memory use is indicative; no GC was performed [DEBUG]: These figures should not be used comparatively [DEBUG]: Total time used: 9324ms [DEBUG]: Pages rendererd: 1 [DEBUG]: Avg render time: 9324ms/page Any thoughts? Something stupid that I am missing? Is there an easy way to find overflowing padding/spacing/data? FOP 0.20.3 jdk 1.3 Thanks, Lou --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
