I ran FOP with the -d option and got the followinf FOP exception..... I can
provide my input files if anyone is interested.
.
.
.
.
[ERROR]: null
org.apache.fop.apps.FOPException
at org.apache.fop.apps.Driver.render(Driver.java:486)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72
)
at org.apache.fop.apps.Fop.main(Fop.java:19)
---------
java.lang.ArrayIndexOutOfBoundsException
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:965)
at org.apache.fop.apps.Driver.render(Driver.java:481)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72
)
at org.apache.fop.apps.Fop.main(Fop.java:19)
---------
java.lang.ArrayIndexOutOfBoundsException
at
org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell(TableRow.ja
va:86)
at org.apache.fop.fo.flow.TableRow.initCellArray(TableRow.java:489)
at org.apache.fop.fo.flow.TableRow.layout(TableRow.java:261)
at org.apache.fop.fo.flow.TableBody.layout(TableBody.java:172)
at org.apache.fop.fo.flow.Table.layout(Table.java:247)
at org.apache.fop.fo.flow.TableCell.layout(TableCell.java:269)
at org.apache.fop.fo.flow.TableRow.layout(TableRow.java:344)
at org.apache.fop.fo.flow.TableBody.layout(TableBody.java:172)
at org.apache.fop.fo.flow.Table.layout(Table.java:247)
at org.apache.fop.fo.flow.Block.layout(Block.java:262)
at org.apache.fop.fo.flow.TableCell.layout(TableCell.java:269)
at org.apache.fop.fo.flow.TableRow.layout(TableRow.java:344)
at org.apache.fop.fo.flow.TableBody.layout(TableBody.java:172)
at org.apache.fop.fo.flow.Table.layout(Table.java:247)
at org.apache.fop.fo.flow.Flow.layout(Flow.java:156)
at org.apache.fop.fo.flow.Flow.layout(Flow.java:113)
at
org.apache.fop.fo.pagination.PageSequence.format(PageSequence.java:29
6)
at
org.apache.fop.apps.StreamRenderer.render(StreamRenderer.java:200)
at
org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:182)
at
org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1398)
at
org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLVa
lidator.java:1019)
at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp
atch(XMLDocumentScanner.java:1201)
at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:381)
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:948)
at org.apache.fop.apps.Driver.render(Driver.java:481)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72
)
at org.apache.fop.apps.Fop.main(Fop.java:19)
D:\fop-0.20.3>
-----Original Message-----
From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 3:53 PM
To: Woods, John T.
Subject: RE: Error
Also you can run fop with the -d option to obtain more debug information
> -----Original Message-----
> From: Woods, John T. [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 02, 2002 6:13 PM
> To: 'Matthew L. Avizinis '
> Subject: RE: Error
>
>
> How can I post my test.fo and XSL file without everyone freaking out if I
> do an attatchment.
>
> -----Original Message-----
> From: Matthew L. Avizinis
> To: [EMAIL PROTECTED]
> Sent: 4/2/02 2:33 PM
> Subject: RE: Error
>
> Can you post your test.fo or maybe the xslt which generates it? It
> might
> help us spot your problem.
> matthew l. avizinis
>
> > -----Original Message-----
> > From: Woods, John T. [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, April 02, 2002 4:26 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: Error
> >
> >
> > Does anyone know what the error below is related to. I get this erroe
> when
> > running a command lin FOP on an FO file to be converted to a PDF
> > file. This
> > is the last line of output when FOP -test.fo -pdf -test.pdf is
> executed.
> >
> > > [ERROR]: null
> >
> >
> > -----Original Message-----
> > From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, April 02, 2002 1:21 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Error
> >
> >
> > Imho, it's more than likely that it's the "[ERROR] null" at the end
> that's
> > causing the problem, not the too-wide tables. I don't know precisely
> what
> > would be causing it, however.
> > Matthew L. Avizinis <mailto:[EMAIL PROTECTED]>
> > Gleim Publications, Inc.
> > 4201 NW 95th Blvd.
> > Gainesville, FL 32606
> > (352)-375-0772 ext. 101
> > www.gleim.com <http://www.gleim.com>
> >
> >
> > > -----Original Message-----
> > > From: Woods, John T. [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, April 02, 2002 12:16 PM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: Error
> > >
> > >
> > > I am converting a very large fo file into PDF and I get this
> > error message
> > > at the very end of the conversion process. This is causing the
> > PDF file to
> > > not open due to a file damaged error. Has anyone seen this error
> before?
> > >
> > >
> > > [INFO]: [119]
> > > [WARN]: Sum of fixed column widths 461480 greater than maximum
> > > specified IPD
> > > 460
> > > 913
> > > [INFO]: [120]
> > > [INFO]: [121]
> > > [INFO]: [122]
> > > [INFO]: [123]
> > > [INFO]: [124]
> > > [INFO]: [125]
> > > [WARN]: Sum of fixed column widths 461480 greater than maximum
> > > specified IPD
> > > 460
> > > 913
> > > [ERROR]: null
> > >
> > >
> > >
> > > -John Woods