Re: [iText-questions] java.lang.NoClassDefFoundError:

2013-09-16 Thread Francesca Stagnaro
icode characters in Xmlworker (raghuveerk) >8. Re: Unable to parse unicode characters in Xmlworker (iText Info) > > > ---------- > > Message: 1 > Date: Thu, 12 Sep 2013 12:03:34 +0200 > From: Michael Demey > Subject: Re: [iText-quest

Re: [iText-questions] java.lang.NoClassDefFoundError: java.nio.MappedByteBuffer is a restricted class. Please see the Google App Engine developer's guide for more details.

2013-09-12 Thread Michael Demey
Hi Franscesca, I guess that you're using a path parameter somewhere in your code. Most likely when reading an existing PDF with PdfReader. If you are not, could you post your entry point, your code or the entire stack trace? If you do use PdfReader(String): Due to the way that Google App Engin

[iText-questions] java.lang.NoClassDefFoundError: java.nio.MappedByteBuffer is a restricted class. Please see the Google App Engine developer's guide for more details.

2013-09-12 Thread Francesca Stagnaro
Hi, I have downloaded the last version of itext for gae (5.4.3). When I deploy my web-app with itext on my local server the creation of pdf files works properly, but when I deploy on Google Cloud I have this error: java.lang.NoClassDefFoundError: java.nio.MappedByteBuffer is a restricted class.

Re: [iText-questions] java.lang.NoClassDefFoundError: com/itextpdf/text/Element

2012-02-14 Thread Alexis Pigeon
Hi Anandh, On 14 February 2012 09:02, ANANDH K.M wrote: > Hi Team, > > I am trying to create a webapplication with which planning to generate the > PDF file. When i try to run it as standalone application the Hello.java > file i am able to create a pdf file. The same code i am calling through th

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2012-01-16 Thread ohadr
I've looked in the dependencies of the iText and found that it covers JDK1.5 only: in case you work with a different JDK (like me), you have to write a dependency in your own project; if you work with gradle (like I do...) it is something like: compile(group: 'org.bouncycastle', name: 'bcp

Re: [iText-questions] java.lang.NoClassDefFoundError when Upgrading the iText

2011-04-20 Thread Alexis Pigeon
Hi Hari, On 20 April 2011 21:36, Hari Ramakrishnan wrote: > Hi, > > I am using iText 1.2 and I am trying to upgrade it to the latest version of > iText. > Note : iText 1.2 is more than 6 years old. You should NOT expect any kind of compatibility between this obsolete version and the latest one.

[iText-questions] java.lang.NoClassDefFoundError when Upgrading the iText

2011-04-20 Thread Hari Ramakrishnan
Hi, I am using iText 1.2 and I am trying to upgrade it to the latest version of iText. When I am doing so, I get the following error. java.lang.NoClassDefFoundError: com/itextpdf/text/DocumentException java.lang.Class.getDeclaredConstructors0(Native Method) java.lang.Class.priv

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2011-04-05 Thread Balder
-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString This may be a stupid post, but as a relative java newbie I'm really stuck here. I'm developing integration for pdf forms into our companies reporting architecture, and I'm trying to test using iTe

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2011-04-05 Thread Paulo Soares
Use bouncycastle 1.38. Paulo -Original Message- From: andyrobb18 [mailto:[email protected]] Sent: Tuesday, April 05, 2011 8:13 AM To: [email protected] Subject: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString This may

[iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2011-04-05 Thread andyrobb18
This may be a stupid post, but as a relative java newbie I'm really stuck here. I'm developing integration for pdf forms into our companies reporting architecture, and I'm trying to test using iText to see if it will meet our requirement. I've created the following java program: import java.io.F

Re: [iText-questions] java.lang.NoClassDefFoundError: com.itextpdf.texpdf.PdfReader ---- Websphere 7.0, java 1.6

2010-09-27 Thread Paulo Soares
iText doesn't have any com.itextpdf.texpdf.PdfReader class. Paulo From: TOUAIBIA Sabri [mailto:[email protected]] Sent: Monday, September 27, 2010 10:48 AM To: [email protected] Subject: [iText-questions] java.lang.NoClassDefFound

[iText-questions] java.lang.NoClassDefFoundError: com.itextpdf.texpdf.PdfReader ---- Websphere 7.0, java 1.6

2010-09-27 Thread TOUAIBIA Sabri
Hi All, Sorry for my poor English, I got some problem with the iText Library, I added the iText jar to the ClassPath, My webApp is running on Websphere 7.0 server, java 1.6, But I have this exception: java.lang.NoClassDefFoundError: com.itextpdf.texpdf.PdfReader at fr.laser

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-15 Thread Paulo Soares
Call PdfReader.removeUsageRights(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dreamboy > Sent: Monday, May 14, 2007 7:51 PM > To: [email protected] > Subject:

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-14 Thread dreamboy
I successfully generated the pdf but how to remove the following message before opening the pdf? "This document contained certain rights to enable special feature in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author fo

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-14 Thread Bruno Lowagie (iText)
dreamboy wrote: > Thanks bruno, > > what are the bouncycastle jar files (filename and version) required for > IText 2.0.0. I am using jdk1.5. The ones provided on SourceForge will do. http://sourceforge.net/project/showfiles.php?group_id=15255&package_id=151860 (Look for files with bcprov and bcm

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-12 Thread dreamboy
Thanks bruno, what are the bouncycastle jar files (filename and version) required for IText 2.0.0. I am using jdk1.5. Bruno Lowagie (iText) wrote: > > dreamboy wrote: >> I tried the lower version of IText (older than version 2.0.0) and it >> works. >> This error does not occur in itext-paulo-

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-12 Thread Bruno Lowagie
dreamboy wrote: > I tried the lower version of IText (older than version 2.0.0) and it works. > This error does not occur in itext-paulo-155.jar. Is there any solution by > using version 2.0.0 and above? Starting from iText 2.0.0 you need the BouncyCastle jars as soon as you use encryption (bcmail

[iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-11 Thread dreamboy
hi, I encountered the following error in reading the pdf: Exception in thread "main" java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString at com.lowagie.text.pdf.PdfEncryption.(Unknown Source) at com.lowagie.text.pdf.PdfReader.readDecryptedDocObj(Unknown Source)

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-04-01 Thread mjbesande
05:15PMSubject: Re: [iText-questions] java.lang.NoClassDefFoundErrorhttp://itext.ugent.be/library/question.php?id=18- Original Message - From: <[EMAIL PROTECTED]>To: Sent: Friday, March 30, 2007 9:23 AMSubject: [iText-questions] java.lang.NoClassDefFoundError> Hi!> I'm debuggin

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-03-30 Thread Paulo Soares
http://itext.ugent.be/library/question.php?id=18 - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, March 30, 2007 9:23 AM Subject: [iText-questions] java.lang.NoClassDefFoundError > Hi! > I'm debugging an application that exports data into word docum

[iText-questions] java.lang.NoClassDefFoundError

2007-03-30 Thread mjbesande
Hi! I'm debugging an application that exports data into word document. The export page doesn't seem to work and displays the following error message: java.lang.NoClassDefFoundError at com.lowagie.text.rtf.RtfWriter.initDefaults(Unknown Source) at com.lowagie.tex

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread anustier
all your questions about iText here Betreff: Re: [iText-questions] java.lang.NoClassDefFoundError > [EMAIL PROTECTED] wrote: > > Oh sorry, I executed > > > > java -cp "itext-1.4.7.jar;." Register > > > > of course (Register.class is in the current

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Oh sorry, I executed > > java -cp "itext-1.4.7.jar;." Register > > of course (Register.class is in the current directory!) And of course that's what's wrong. It should be in the directory that is given in the error message: > Exception in thread "main" java.lang.N

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread anustier
- Original-Nachricht Datum: Thu, 18 Jan 2007 09:20:13 +0100 Von: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> An: Post all your questions about iText here Betreff: Re: [iText-questions] java.lang.NoClassDefFoundError > [EMAIL PROTECTED] wrote: > > Hello! >

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Hello! > I tried to compile and test the Register example > http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/Register.java > > but it didn't work! > > My steps: > First compile... >javac -classpath itext-1.4.7.jar Register.java > ...witho

[iText-questions] java.lang.NoClassDefFoundError

2007-01-17 Thread anustier
Hello! I tried to compile and test the Register example http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/Register.java but it didn't work! My steps: First compile... javac -classpath itext-1.4.7.jar Register.java ...without an error message and then try to run it

Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread bruno
[EMAIL PROTECTED] wrote: Do we absolutely need a "public static void main (String[] args)" to use your library. No, the main method is added for your convenience so that you can test the examples immediately. Personally I always use iText in the context of a J2EE application (servlets). br,

Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Any idea? Did anyone ever encounter this? Either you have two different versions of iText in your CLASSPATH, or you are using an iText version that was compiled with another JDK than the one that is used by your JRE. If (1) applies: remove the oldest iText version

[iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread rpaquett
Hi, I am investigating the possibility of using your library to help us create PDFs on the fly with our application.  The library was successfully imported into our project (we are using WebSphere Application Designer). When I run it we get this error:  [Servlet Error]-[com.lowagie.text.Element]

[iText-questions] java.lang.NoClassDefFoundError: com/lowagie/text/pdf/PdfEncodings

2004-04-02 Thread Wijnand Beke
Title: Message Dear itext, I got teh following error when creating an font: java.lang.NoClassDefFoundError: com/lowagie/text/pdf/PdfEncodings at com.lowagie.text.pdf.BaseFont.createFont(Unknown Source) at com.lowagie.text.pdf.BaseFont.createFont(Unknown Source) at com.lowagie.text.pdf.Defa

Re: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
<[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 11:32 AM Subject: RE: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run > You must put the jfreechart and jcommon in the Tomcat classpath. Compiling > and running are different iss

RE: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Paulo Soares
nal Message- > From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 17:16 > To: [EMAIL PROTECTED] > Subject: [iText-questions] java.lang.NoClassDefFoundError: > com/jrefinery/date/MonthConstants error on run > > I have a servlet

[iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
I have a servlet which generates a chart. The servlet compiles fine. But when I run it, I get the following error (truncated for brevity): java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants If this class is not found, wouldn't I get an error on compilation also. I don't even use