There's no way we can assist you without an actual FO that causes this exception. So, you'll have to produce an FO file from one of your documents you know causes the error and you'll have to try to anonymize the FO file without losing the ability to reproduce the exception if the content is problematic. Otherwise, you'll simply have to set up FOP for debugging and find the bug yourself.
On 15.08.2006 22:52:23 lifeleaf wrote: > > I am using 0.92beta, using xslt to PDF. > > > Most of time the generation works fine, but sometimes it throw exception as > following, it seems some class is not thread safe: > > ; SystemID: > file:///usr/bea/home/beadtp4/config/dp4/tecp/config/conf/fop/fax-mail.xsl; > Line#: 66; Column#: 93 > javax.xml.transform.TransformerException: > java.lang.IllegalArgumentException: The number of this PDFNumber must not be > empty > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2344) > at > org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:710) > at > org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425) > at > org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339) > at > org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2160) > at > org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1213) > > > The line reported wrong in xsl is : > <fo:page-sequence master-reference="Section1-ps" > > > > The code is complicate and confidential, so sorry I can not attach here, but > this seems strange, i need some idea how can this happen sometime and not > always... Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
