IndexOutOfBoundException

2003-02-26 Thread Myriam Delperier
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?


attachment: bubenheim_m-TH.4.zip
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: IndexOutOfBoundException

2003-02-26 Thread J.Pietschmann
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]