What do these messages indicate ?
Logs from RQM are showing messages with org.apache.fop.* classes:
21:19:59,226 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,293 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,356 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,395 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,409 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,435 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,469 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
04:38:35,766 WARN org.apache.fop.fo.FONode - Warning(0/0): fo:table, table-layout="auto" is currently not supported by FOP
04:38:36,103 WARN org.apache.fop.fonts.FontInfo - Font 'Arial,normal,400' not found. Substituting with 'any,normal,400'.
Anything to be concerned about ?
21:19:59,226 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,293 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,356 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,395 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,409 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,435 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,469 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
04:38:35,766 WARN org.apache.fop.fo.FONode - Warning(0/0): fo:table, table-layout="auto" is currently not supported by FOP
04:38:36,103 WARN org.apache.fop.fonts.FontInfo - Font 'Arial,normal,400' not found. Substituting with 'any,normal,400'.
Anything to be concerned about ?
One answer
Logs from RQM are showing messages with org.apache.fop.* classes:
21:19:59,226 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,293 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,356 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,395 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,409 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,435 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
21:19:59,469 WARN org.apache.fop.layoutmgr.PageBreakingAlgorithm - Part/page 0 overflows the available area in block-progression dimension. (fo:block-container, location: 0/0)
04:38:35,766 WARN org.apache.fop.fo.FONode - Warning(0/0): fo:table, table-layout="auto" is currently not supported by FOP
04:38:36,103 WARN org.apache.fop.fonts.FontInfo - Font 'Arial,normal,400' not found. Substituting with 'any,normal,400'.
Anything to be concerned about ?
These messages come from Apache FOP while it is trying to render a PDF. They are harmless and indicate when FOP runs into an interesting situation that it needs to make a decision on.
For instance the ones that contain "PageBreakAlgorithm" usually mean that a sections content overran the available space on one page and FOP has decided to wrap to a new page.
These messages are sometimes useful to me as the developer, but aren't useful to the end user at all. In a future release I'll be removing them from the logs, but at the moment that is pretty low on my priority list.