Hi Paulo - Just to let you know that this exception below occurs also
with itext svn.  Providing an example with a dynamic application this
big especially under commercial deadline right now is going to be
tricky but I will get one to the list if I can.  In the mean time if
you have any suggestions please let me know.  This is currently the
only outstanding failure that I am not able to address.  Thanks.

Caused by:
DocumentException:
java.lang.ArrayIndexOutOfBoundsException: 7
        at com.lowagie.text.Row.addElement(Unknown Source)
        at com.lowagie.text.Table.mergeInsertedTables(Unknown Source)
        at com.lowagie.text.Table.complete(Unknown Source)
        at com.lowagie.text.pdf.PdfTable.<init>(Unknown Source)
        at com.lowagie.text.pdf.PdfDocument.getPdfTable(Unknown Source)
        at com.lowagie.text.pdf.PdfDocument.add(Unknown Source)
        at com.lowagie.text.Document.add(Unknown Source)
        at com.foo.dc.consumer.renderer.Renderer.add(Renderer.java:97)
        at com.foo.dc.consumer.parser.AbstractParser.add(AbstractParser.java:64)
        at com.foo.dc.consumer.parser.Parser.processEndElement(Parser.java:228)
        at 
com.foo.dc.consumer.parser.AbstractParser.processDocument(AbstractParser.java:119)
        at 
com.foo.dc.consumer.parser.AbstractParser.parse(AbstractParser.java:88)
        at com.foo.dc.jms.Consumer.handleMessage(Consumer.java:149)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:283)
        at 
org.springframework.jms.listener.adapter.MessageListenerAdapter.invokeListenerMethod(MessageListenerAdapter.java:451)
        at 
org.springframework.jms.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:353)
        at 
org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:485)
        at 
org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:442)
        at 
org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:414)
        at 
org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:309)
        at 
org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:254)
        at 
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:871)
        at 
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:811)
        at java.lang.Thread.run(Thread.java:619)


On 6/21/07, Paulo Soares <[EMAIL PROTECTED]> wrote:
> I don't know what iText version you are using but the current SVN
> version has some fixes about this.
>
> Paulo
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Dhruba Bandopadhyay
> > Sent: Thursday, June 21, 2007 11:32 AM
> > To: [email protected]
> > Subject: [iText-questions]
> > PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7
> >
> > Hi,
> >
> > Most uses of itext in my app work fine but once in a while I get the
> > exception below.  I would really appreciate any help in trying to
> > narrow this down and work it out.  I'm not doing anything unusual just
> > adding Cells to Table and Table to Document.  Any idea?
> >
> > Many thanks.
>
>
> Aviso Legal:
> Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
> informação confidencial ou legalmente protegida. A incorrecta transmissão 
> desta mensagem não significa a perca de confidencialidade. Se esta mensagem 
> for recebida por engano, por favor envie-a de volta para o remetente e 
> apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o 
> destinatário de usar, revelar ou distribuir qualquer parte desta mensagem.
>
> Disclaimer:
> This message is destined exclusively to the intended receiver. It may contain 
> confidential or legally protected information. The incorrect transmission of 
> this message does not mean the loss of its confidentiality. If this message 
> is received by mistake, please send it back to the sender and delete it from 
> your system immediately. It is forbidden to any person who is not the 
> intended receiver to use, distribute or copy any part of this message.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> Buy the iText book: http://itext.ugent.be/itext-in-action/
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to