Jeff Sexton wrote:
Migrating everything to 2.1.4 the PDF requests throw an exception.

org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: java.lang.ClassCastException: org.apache.fop.fo.flow.Block

This indicates that you have an incorrectly placed block somewhere, which was tolerated by the slightly older FOP included in Cocoon 2.0.4.

Get the XML and XSLT, run Xalan in order to produce a FO file, get
the latest FOP distribution, and run the FO file through the FOP
command line, using the -d flag. You'll get a stack trace with
more information about the problem, and with some luck an indication
where the problem is in the FO file.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to