Re: [iText-questions] MultiColumnText getting this error on our Unix server

2008-02-19 Thread Bruno Lowagie
pmartin wrote: > java.lang.NoSuchMethodError: com.lowagie.text.pdf.ColumnText.addElement > (Lcom/lowagie/text/Element;) > This implies that the MultColumnText is not there It probably IS there, but the same error is thrown if: - the JVM used on the server is older than the JVM used to compi

Re: [iText-questions] MultiColumnText getting this error on our Unix server

2008-02-19 Thread pmartin
1T3XT info 1t3xt.info> writes: > > pmartin wrote: > > java.lang.SecurityException: class "com.lowagie.text.pdf.MultiColumnT > > ext"'s signer information does not match signer information of other classes in > > the same package > > The last few jars that were released where signed with Bruno'

Re: [iText-questions] MultiColumnText getting this error on our Unix server

2008-02-14 Thread 1T3XT info
pmartin wrote: > java.lang.SecurityException: class "com.lowagie.text.pdf.MultiColumnT > ext"'s signer information does not match signer information of other classes > in > the same package The last few jars that were released where signed with Bruno's private CAcert key. You are getting this exc

Re: [iText-questions] MultiColumnText getting this error on our Unix server

2008-02-14 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pmartin wrote: | | java.lang.SecurityException: class "com.lowagie.text.pdf.MultiColumnT | ext"'s signer information does not match signer information of other classes in | the same package Please make sure you don't have several versions of the iText

[iText-questions] MultiColumnText getting this error on our Unix server

2008-02-14 Thread pmartin
I am having no problem in the PC development environment using the latest iText 2.0.8 - but when I want to deploy the WebApp to our Unix environment I get the following error. I have never had this kind of error on library package before. I understand that someone different wrote this method -