Using FOP-1.0, I've recently started seeing this exception and I'm
looking for clues on the root cause.
Caused by: java.lang.UnsupportedOperationException: Don't know how
to restart at positionSpaceHandlingPosition
at
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:377)
at
org.apache.fop.layoutmgr.PageBreaker.doLayout(PageBreaker.java:85)
The variable positionAtBreak is an instance of
org.apache.fop.layoutmgr.SpaceResolver.SpaceHandlingPosition
and elementAtBreak is o.a.f.l.KnuthBox.
How do I trace this back to my source xml or is there some other
approach which would shed some light on this for me?