You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Myriam Delperier <my...@ajlsm.com> on 2003/02/26 10:04:36 UTC

IndexOutOfBoundException

Hi, I've gt this error transforming .fo to.pdf
[fo2pdf] [INFO] building formatting object tree
   [fo2pdf] [INFO] setting up fonts
   [fo2pdf] [INFO] [1]
   [fo2pdf] [INFO] [2]
   [fo2pdf] [INFO] [3]
   [fo2pdf] [INFO] [4 (blank)]
   [fo2pdf] [INFO] [1]
   [fo2pdf] [INFO] [2]
   [fo2pdf] [INFO] [3]
   [fo2pdf] [INFO] [4]
   [fo2pdf] [INFO] [5]
   [fo2pdf] [INFO] [6]
   [fo2pdf] [INFO] [7]
   [fo2pdf] [INFO] [8]
   [fo2pdf] [INFO] [9]
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] [10]
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] area contents overflows area
   [fo2pdf] [INFO] [11]
   [fo2pdf] [ERROR] Couldn't render file: Index: 14, Size: 7

BUILD FAILED
file:U:/cybertheses-up/oo2xml/outils/bin/oo-vers-tei.xml:565:
java.lang.IndexOutOfBoundsException: Index: 14, Size: 7

I'd like to know if there's a way to know which table(I think it's the pb)
is too big, what does index:14 and size:7 mean?



Re: IndexOutOfBoundException

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Myriam Delperier wrote:
> Hi, I've gt this error transforming .fo to.pdf
...
> java.lang.IndexOutOfBoundsException: Index: 14, Size: 7
This is probably cause by bad colspans, undeclared columns,
absolute cell-to-column-assignments or some other similar
problem.

> I'd like to know if there's a way to know which table(I think it's the pb)
> is too big,
Binary search: Delete stuff until the problem goes away,
undo the last delete and delete something else until you
see the trouble spot.

> what does index:14 and size:7 mean?
A canned message from the JRE.

Run your FO through the command line app with the -d flag.
You should get a stack trace with some more information.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org