Re: fop error

2005-03-24 Thread thmarx
we have solved the problem by setting the systemproperty java.awt.headless System.setProperty ("java.awt.headless", "true"); thmarx wrote: Hello everybody. We use fop.0.20.5 to produce pdf files at our linux server. It works most times. But after some times we got the fol

fop error

2005-03-24 Thread thmarx
Hello everybody. We use fop.0.20.5 to produce pdf files at our linux server. It works most times. But after some times we got the following error message: [WARNING] table-layout=auto is not supported, using fixed! Xlib: connection to "localhost:0.0" refused by server Xlib: No protocol

RE: Error:

2005-03-07 Thread Ben Gill
Thats great... thanks for your help -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 07 March 2005 14:41 To: [EMAIL PROTECTED] Subject: Re: Error: Do the following: Instead of piping the result of the XSL transformation through to FOP with the following line

Re: Error:

2005-03-07 Thread Jeremias Maerki
ll probably save me a lot of time!!) > > Cheers > > -Original Message- > From: Chris Bowditch [mailto:[EMAIL PROTECTED] > Sent: 07 March 2005 14:04 > To: [EMAIL PROTECTED] > Subject: Re: Error: > > > Ben Gill wrote: > > > Hi, > >

RE: Error:

2005-03-07 Thread Ben Gill
:[EMAIL PROTECTED] Sent: 07 March 2005 14:04 To: [EMAIL PROTECTED] Subject: Re: Error: Ben Gill wrote: > Hi, > > I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and > am getting: > > {ERROR} dao.BaseDAOTestCase Error generating PDF document >

Re: Error:

2005-03-07 Thread Chris Bowditch
Ben Gill wrote: Hi, I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and am getting: {ERROR} dao.BaseDAOTestCase Error generating PDF document [org.apache.fop.apps. FOPException: root must be root element] javax.xml.transform.TransformerException

Error:

2005-03-07 Thread Ben Gill
Hi, I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and am getting: {ERROR} dao.BaseDAOTestCase Error generating PDF document [org.apache.fop.apps. FOPException: root must be root element] javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: root

FOP 0.20.5 AWTRenderer: Sometimes rendering fails in the middle of a table with no error message

2005-02-24 Thread Guillaume Ponce
Hi, My french team and I work on a Java project and we plan to embed FOP 0.20.5 for the needed print reports. We experience a problem when we are using the AWT renderer with documents that contain tables. Sometimes, a page is "cut" in the middle of a table and it

Out of Memory Error

2005-02-23 Thread rohit . rastogi
Hi Anyone have an idea about how to increase memory for FOP programaticaly.I get Out of Memory error when I try to user the transform() Method of the Transformer Class Thanks Rohit - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: fop error - Too many open files

2005-02-22 Thread Elton Simões Baptista
usando ulimit -n 64000 aumentamos o numero de arquivos, resolve solve the problem J.Pietschmann wrote: Elton Simões Baptista wrote: [EMAIL PROTECTED] dbf]$ [EMAIL PROTECTED] dbf]$ fop.sh cat-scania.fo -pdf cat-scania.pdf Your JRE seems to have difficulties with disposing unused File objects in tim

Re: fop error - Too many open files

2005-02-21 Thread J.Pietschmann
Elton Simões Baptista wrote: [EMAIL PROTECTED] dbf]$ [EMAIL PROTECTED] dbf]$ fop.sh cat-scania.fo -pdf cat-scania.pdf Your JRE seems to have difficulties with disposing unused File objects in time. Well, maybe FOP has indeed an object leak, it's quite hard to tell from a quick glance at the code.

fop error - Too many open files

2005-02-21 Thread Elton Simões Baptista
document complete, stopping renderer [ERROR] Error while reading image file:/cipec/imagens/261255.jpg: Error while loading image file:/cipec/imagens/261255.jpg : class java.io.FileNotFoundException - /cipec/imagens/261255.jpg (Too many open files) [ERROR] Error while reading image file:/cipec/imagens

Re: Error in fop

2005-02-18 Thread J.Pietschmann
Gehani, Sharad (GE Commercial Finance, NonGE) wrote: [Fatal Error] graphic.fo:1:7: The processing instruction target matching "[xX][m M][lL]" is not allowed. You've probably put spaces before the XML declaration at the beginning of the file. There are a few oth

RE: Error in fop

2005-02-18 Thread Gehani, Sharad (GE Commercial Finance, NonGE)
eight="6cm" content-width="6.0cm" content-height="4.5cm" > display-align="after" text-align="start"/> > > in FOP i am getting the error > > [Fatal Error] graphic.fo:1:7: The processing instruction target

SV: fop -fo error

2005-02-18 Thread lars.bjerges
februari 2005 08:30 Till: [EMAIL PROTECTED] Ämne: fop -fo error Hello all, When i run the command: /usr/bin/fop -fo users_guide.fo -ps users_guide.ps I get the following error message: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - no /proc/self/stat [INFO]

Re: fop -fo error

2005-02-17 Thread Jeremias Maerki
mmand: > /usr/bin/fop -fo users_guide.fo -ps users_guide.ps > > I get the following error message: > [ERROR] file:users_guide.fo:611:1093 The id "id2522584" already exists > in this document > > Im using the FOP version: > [INFO] Using org.apache.xerces.parsers.S

fop -fo error

2005-02-17 Thread Luis F. Araujo
Hello all, When i run the command: /usr/bin/fop -fo users_guide.fo -ps users_guide.ps I get the following error message: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - no /proc/self/stat [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
lPath(httpBaseDir); >> userAgent = new FOUserAgent(); >> userAgent.setBaseURL(imageURLProtocol+baseDir); >> log.info("init - setting httpBaseDir='"+httpBaseDir+"', >> baseDir='"+baseDir+"'"); >> >> Here

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
log.info("init - setting httpBaseDir='"+httpBaseDir+"', baseDir='"+baseDir+"'"); Here is the output from the last "log" statement: 09:20:23,646 INFO [main] SVG2PDFServlet:112 - init - setting httpBaseDir='.', baseDir='c:\

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
5.5.7 and Java 1.5.0_01 So I can get it to work with Tomcat 5.5.x with an earlier version of Java 1.4. Thank you - Richard Repeating part of the exception for those that might not have seen the earlier part of the thread: 09:20:56,146 ERROR [TP-Processor2] PDFXMLHandler:253 - svg graphic could

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
Richard Mixon (qwest) wrote: I checked my SVG markup and am not sure how I would change this as I'm using an xlink:href. Here is an example: xlink:href="images/allTimeBest/" This means that it is using the base URL for the document to resolve the image reference. The base URL for the doc

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
James, Thanks for the input and suggestion. I installed the Java 1.4 compatibility files for Tomcat 5.5.7 and reverted to Sun Java 1.4.2_03. I still get the error below :( The good news is I know more - it does not appear to be a Java 1.5 issue, but possibly a Tomcat 5.5.x issue. Any additional

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
additional ideas? Thank you - Richard -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:08 AM To: Batik Users Cc: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built" Hi Richard,

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
Thomas, Thank you for the suggestion. I will check that out this morning - Richard -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:08 AM To: Batik Users Cc: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
--Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 12:34 AM To: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built" You're asking for something to work that was written before JDK

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
le you goofed when you updated the root of the install for jakarta-tomcat-5.5.7? Richard Mixon (qwest) wrote: My build of FOP from 2004/05/29 works fine on Sun Java 1.4.1_02 with Tomcat 5.0.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get the URI I/O error listed below. This build included a

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Jeremias Maerki
.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get > the URI I/O error listed below. This build included a Batik.jar with > files dates 10/11/2003. > > The exception message below seems to indicate it is choking on the > SmileyFace.gif file - but I am not sure why. I goo

Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
My build of FOP from 2004/05/29 works fine on Sun Java 1.4.1_02 with Tomcat 5.0.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get the URI I/O error listed below. This build included a Batik.jar with files dates 10/11/2003. The exception message below seems to indicate it is choking on

tidy error

2005-01-19 Thread Luke Shannon
Hello; If this is not an appropriate forum for this please let me know. I would like to use tidy to clean up some input before I render my document with FOP. I am getting the following error: org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:307

Re: Unbound Error

2005-01-10 Thread Luke Shannon
You are correct. Thanks, Luke - Original Message - From: "Chris Bowditch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 10, 2005 5:44 AM Subject: Re: Unbound Error > Luke Shannon wrote: > > Hello Andreas; > > > > This

Re: Unbound Error

2005-01-10 Thread Chris Bowditch
Luke Shannon wrote: Hello Andreas; This is the nature of my problem. The block lies outside of the root. It is in a template. I start in root, write some generic stuff and than depending on the params jump of the one of several templates to write out the content. Each template needs to contains its

Re: Unbound Error

2005-01-07 Thread Luke Shannon
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 07, 2005 1:36 PM Subject: RE: Unbound Error > > -Original Message- > > From: Luke Shannon [mailto:[EMAIL PROTECTED] > > > > Hi, > > > I am getting the error: > > > > org.xml.s

RE: Unbound Error

2005-01-07 Thread Andreas L. Delmelle
> -Original Message- > From: Luke Shannon [mailto:[EMAIL PROTECTED] > Hi, > I am getting the error: > > org.xml.sax.SAXParseException: The prefix "fo" for element > "fo:block" is not bound. Without seeing your FO source, difficult to say for

Unbound Error

2005-01-07 Thread Luke Shannon
Hello; I am getting the error: org.xml.sax.SAXParseException: The prefix "fo" for element "fo:block" is not bound. I have been clicking around the form archives trying to find a solution to this without much luck. Can someone give me a

RE: font install error

2004-12-04 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > -Original Message- > > From: Mike Sierra [mailto:[EMAIL PROTECTED] > > > $ java -cp > > build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/ > > Well... the example command on the website may be a

RE: font install error

2004-12-04 Thread Andreas L. Delmelle
> -Original Message- > From: Mike Sierra [mailto:[EMAIL PROTECTED] Hi, > I'm trying to install a custom font for the first time, and am running > this command as spec'ed in the doc: > > $ java -cp > build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/ Well... the example command

font install error

2004-12-03 Thread Mike Sierra
Pardon me if this is obvious or has been covered many times already, but I'm not a Java junkie and have trouble interpreting this error. I'm trying to install a custom font for the first time, and am running this command as spec'ed in the doc: $ java -cp build/fop

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
> -Original Message- > From: Agar, Robert [mailto:[EMAIL PROTECTED] > Hi Rob, > ... tracked down the error to a null pointer exception at > org.apache.fop.fo.pagination.PageSequence.(PageSequence.java > :173), caused by the fo:layout-master-set element being missing.

RE: [Error] null

2004-11-11 Thread Agar, Robert
Andreas: > A couple of hints: > > 1. try running FOP with the '-d' command line switch. This > should give you > more information, maybe even more helpful :-) ... tracked down the error to a null pointer exception at org.apache.fop.fo.pagination.PageSequence.(PageSeque

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
> -Original Message- > From: Agar, Robert [mailto:[EMAIL PROTECTED] > Hi Rob, > I'm getting this rather less than helpful error message: A couple of hints: 1. try running FOP with the '-d' command line switch. This should give you more information, maybe e

[Error] null

2004-11-11 Thread Agar, Robert
hi all I'm getting this rather less than helpful error message: [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] null I

Re: exception on error

2004-10-25 Thread Chris Bowditch
Andreas L. Delmelle wrote: From: Agar, Robert [mailto:[EMAIL PROTECTED] >> I have FOP running embedded in a java program. How do I make it throw an exception on an error, rather than just logging it? AFAICT no additional Exception is thrown, most likely because an image not being found can

RE: exception on error

2004-10-22 Thread Andreas L. Delmelle
> -Original Message- > From: Agar, Robert [mailto:[EMAIL PROTECTED] > Hi, > I have FOP running embedded in a java program. How do I make it > throw an exception on an error, rather than just logging it? > > The particular error I want it to fail on is this: > [ERR

exception on error

2004-10-22 Thread Agar, Robert
hi all, I have FOP running embedded in a java program. How do I make it throw an exception on an error, rather than just logging it? The particular error I want it to fail on is this: [ERROR] Error while creating area : Error with image URL: Images\test.jpeg (The system cannot find the path

RE: ERROR -2

2004-09-27 Thread Mark Donnelly
Thanks, Ive canned the lazy Xalan option and rewriting my xslt/html in xslt/fo so hopefully Ill avoid this error. Thanks for your help everyone. Great user group. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 23:21 To: [EMAIL PROTECTED] Subject

Re: ERROR -2

2004-09-24 Thread J.Pietschmann
J.Pietschmann wrote: No idea where this comes from. Anyone else got an idea? It's a known Xalan bug. Darn, I confused it with the Xalan 2.0 bug which printed a +N sometimes. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ERROR -2

2004-09-24 Thread J.Pietschmann
Jeremias Maerki wrote: No idea where this comes from. Anyone else got an idea? It's a known Xalan bug. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ERROR -2

2004-09-24 Thread Mark Donnelly
Thanks, Ill check it out. I used Xalan to transform a HTML document but perhaps Ill just modify my xslt to be xslfo to have more control. -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 11:39 To: [EMAIL PROTECTED] Subject: Re: ERROR -2 Mark

Re: ERROR -2

2004-09-24 Thread Chris Bowditch
Mark Donnelly wrote: java.lang.ArrayIndexOutOfBoundsException: -2 at org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell(TableRow.ja va:130) This is the key to solving the problem. Looks like you have defined a table row with more cells than columns have been defined in the table.

RE: ERROR -2

2004-09-24 Thread Mark Donnelly
:/C:/Documents and Settings/mdon/My Documents/FOP/fop -0.20.5/../../ [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [INFO] [1] [ERROR] -2 org.apache.fop.apps.FOPException: -2

RE: Error with multi-column page

2004-09-24 Thread Pascal Sancho
Hi, In my previous mail, the snipped FO was incomplete and did work fine. Here follows the right FO, witch generates the described error.. Pascal > -Message d'origine- > De : Pascal Sancho > Envoyé : jeudi 23 septembre 2004 10:36 > À : [EMAIL PROTECTED] > Objet : Err

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
No idea where this comes from. Anyone else got an idea? Mark, please give us the full command-line you're using along with the JDK version you're using. On 23.09.2004 19:41:49 Mark Donnelly wrote: > M: > > org.apache.fop.apps.FOPException: -2 > at org.apache.fop.apps.CommandLineStarter.run(Co

RE: ERROR -2

2004-09-23 Thread Mark Donnelly
:[EMAIL PROTECTED] Sent: 23 September 2004 18:23 To: [EMAIL PROTECTED] Subject: Re: ERROR -2 Strange. If you're doing this on the command-line, use "-d" to get additional error information. If you're running from Java make sure that DEBUG log level is enabled. On 23.09.2004 19

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
Strange. If you're doing this on the command-line, use "-d" to get additional error information. If you're running from Java make sure that DEBUG log level is enabled. On 23.09.2004 19:20:39 Mark Donnelly wrote: > Not sure if this is a posting to the FOP users group or not

ERROR -2

2004-09-23 Thread Mark Donnelly
org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [INFO] [1] [ERROR] -2 Im not getting any output file and cant find the error code -2 on the FAQ. Just wondering what this means or if there is an error code listing? -Original Message

Error with multi-column page

2004-09-23 Thread Pascal Sancho
Hi there, When I try to generate a PDF with the following FO, I get an error: [ERROR] file:/E:/projets/peugeot/blueTeam/fop3/data.fo:12:35 No meaningful layout in block after many attempts. Infinite loop is assumed. Processing halted. I use FOP 0.20.5. If I suppress either a fo:external

RE: Error while trying to open PDF(created using FOP) in Adobe Illustrator

2004-09-22 Thread Dennis Myrén
age- From: Saptarshi Sen [mailto:[EMAIL PROTECTED] Sent: 22. september 2004 10:55 To: [EMAIL PROTECTED] Subject: Error while trying to open PDF(created using FOP) in Adobe Illustrator Hi, We tried to generate a pdf (an image) with embedded fonts and are facing a problem. The process t

Error while trying to open PDF(created using FOP) in Adobe Illustrator

2004-09-22 Thread Saptarshi Sen
Hi, We tried to generate a pdf (an image) with embedded fonts and are facing a problem. The process that we are following is outlined below. Process 1. We first generate a SVG image of the Chart using Corda PopChart version 5.1. - The reason for choosing SVG as an intermediate

RE: FOP Error

2004-09-16 Thread Thiruvallur Rathnavelu, Elango (Cognizant)
Title: Message Hi,   Possible reasons (I know) to get this error dialog   1. Check the root element in the xml and also verify whether the xsl:template tag name is correct 2. You will get this error if the rendering process is stop abruptly before completion.     regards,   Elango TR

FOP Error

2004-09-15 Thread Jirole, Amar
Title: Message I am trying to run fop code very similar to ExampleObj2Pdf attached along with documentation but I get following error when i try to open the pdf file generated.   Any idea what might be going wrong? This error is not there in FAQ.   Thanks -Amar

Re: no conversion defined error: "content-width='scale-to-fit'"

2004-09-15 Thread Clay Leeds
On Sep 15, 2004, at 12:17 PM, Steve Whitlatch wrote: [...] How would I define a "conversion" to make FOP happy? The error message is produced when FOP's processing reaches the page on which this code resides in the .fo file produced by xsltproc: ** ** Fr

no conversion defined error: "content-width='scale-to-fit'"

2004-09-15 Thread Steve Whitlatch
Hello, I use FOP to convert fo files to pdf. The fo files are produced by xsltproc and the DocBook XSL stylesheets. To the best of my knowledge, FOP produces output that is correct somewhere in the high 90 percent range. Thank you to the developers. I am investigating some FOP error messages

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
I've just tried the latest SDK That works fine with J2 SDK 1.4.2_05 Thx to Jeremias & Chris Pascal > -Message d'origine- > De : Chris Bowditch [mailto:[EMAIL PROTECTED] > Envoyé : mardi 7 septembre 2004 15:25 > À : [EMAIL PROTECTED] > Objet : Re:

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Jeremias Maerki wrote: Looks like we don't have JDK 1.3 compatibility at the moment. I think I have seen this myself under JDk 1.3 lately. Yes, I agree. Note to Devs: We should see to it that at least the Transcoders compile again under JDK 1.3 as Batik still depends on it. Unless there is a vote

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Jeremias Maerki wrote: Chris, have you tried under JDK 1.3? Because Pascal tries to compile under 1.3. Unfortunately, I'm at work on my notebook where I don't have a current FOP HEAD to try. I can check this out this evening. I'm running 1.4 at the moment. Ive just tried 1.3 and it fails! Not with

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
Looks like we don't have JDK 1.3 compatibility at the moment. I think I have seen this myself under JDk 1.3 lately. Pascal, please use JDK 1.4 to compile if you really want to take a look at the latest development code. Be aware that the CVS HEAD code is not ready for production. It's only interes

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
rrors is 100.) [javac] 105 errors BUILD FAILED D:\cvs\xml-fop\build.xml:447: Compile failed; see the compiler error output for details. > -Message d'origine- > De : Jeremias Maerki [mailto:[EMAIL PROTECTED] > Envoyé : mardi 7 septembre 2004 11:39 > À : [EMAIL PROTECTE

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
Chris, have you tried under JDK 1.3? Because Pascal tries to compile under 1.3. Unfortunately, I'm at work on my notebook where I don't have a current FOP HEAD to try. I can check this out this evening. On 07.09.2004 11:26:08 Chris Bowditch wrote: > Pascal Sancho wrote: > > > > > > > codegen:

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Pascal Sancho wrote: codegen: [echo] Resetting codegen directory [echo] Generating the java files from xml resources [style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to D:\cvs\xml-fop\build\gensrc\o rg\apache\fop\fonts\CodePointMapping.java [style] Loading stylesheet D

Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
Hi there, When I try to build FOP dev1, I get the error page below. Can everyone help me please, I am not so familiar with CVS & JAVA. Pascal Apache FOP: Build System -- Buildfile: build.xml init-avail: [echo] Apache Ant version 1.6.2 compiled on July 16

RE: Please help me( Error in Servlet to run fop)

2004-08-20 Thread Glen Mazza
my jar files with new ones. Also I am > sending the log file > generated by Tomcat. > > Please advise me. > > And thanks for your suggestions. > > Regards, > Bhaskar > > -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Thursday, Aug

RE: Please help me( Error in Servlet to run fop)

2004-08-20 Thread KS.Bhaskar
PROTECTED] Sent: Thursday, August 19, 2004 10:02 PM To: [EMAIL PROTECTED] Subject: Re: Please help me( Error in Servlet to run fop) Hello Bhaskar, Looking at the error stack at the point where FOP was invoked, it is possible you're having a problem with the xerces and xalan jars in the se

Re: AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread J.Pietschmann
Mosimann Matthias wrote: Sorry but I'm very new to xml - techniques, study it for a couple of days. So I'm a little bit confused. I don't know what I should do for solving this error. I read the FAQ ... But I think there is no solution?! You've probably got an image or

Re: Please help me( Error in Servlet to run fop)

2004-08-19 Thread Glen Mazza
Hello Bhaskar, Looking at the error stack at the point where FOP was invoked, it is possible you're having a problem with the xerces and xalan jars in the servlet container. Either (1) they're not present in either the shared/ or common/ directories of the servlet container, or (2

Please help me( Error in Servlet to run fop)

2004-08-19 Thread KS.Bhaskar
Hi everybody,       I am using fop to generate report. I have set the path of JAR file properly. But when tried to create object for Driver() class it is throwing an error. I sending attachment (Error.txt) file containing error message and I using Tomcat1.4.   Thanks in

AW: AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread Mosimann Matthias
Matthias -Ursprüngliche Nachricht- Von: Glen Mazza [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. August 2004 13:47 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference Matthias, I would recommend looking through t

Re: AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread Glen Mazza
hives/200407/msg00114.html --- Mosimann Matthias <[EMAIL PROTECTED]> wrote: > Sorry but I'm very new to xml - techniques, study it > for a couple of days. So I'm a little bit confused. > I don't know what I should do for solving this > error. I read the FAQ

AW: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-19 Thread Mosimann Matthias
Sorry but I'm very new to xml - techniques, study it for a couple of days. So I'm a little bit confused. I don't know what I should do for solving this error. I read the FAQ ... But I think there is no solution?! Could anybody give me some advice? Many thanks for your answers. I

Re: AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread J.Pietschmann
Mosimann Matthias wrote: [ERROR] org.apache.fop.apps.FOPException: No meaningful layout in block after many attempts. Infinite loop is assumed. Processing halted. FAQ (again): http://xml.apache.org/fop/faq.html#fop-hangs http://xml.apache.org/fop/faq.html#boxoverflow I think we should update

AW: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Mosimann Matthias
(Use Xalan for this.) <- Jep that helped me (stupid mistake)! Thank you! But Now I reieve another error: sh fop.sh -xml foptest.xml -xsl foptest.xsl -pdf foptest.pdf [INFO] FOP 0.20.4 [IN

Re: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Glen Mazza
;. Please check for the fo:layout-master-set in the resultant file and make sure it has a "der-einzige-seitentyp". (Use Xalan for this.) You may also wish to look at examples/pagination to see the use of layout-master-set. Glen --- Mosimann Matthias <[EMAIL PROTEC

Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Mosimann Matthias
Hi everyone I recieve the following error when I want to translate a xml and it's xsl stylesheet to pdf: sh fop.sh -xsl foptest.xsl -xml foptest.xml foptest.pdf [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXPars

Re: [XSL-FO] tutalii error??

2004-07-21 Thread Raúl Herranz Serrano
I have found that this is an error with the xml libraries that come with the oc4j... I have to start the oc4j server with the following options: -Xbootclasspath/a:/ -Xbootclasspath/a:/ -Xbootclasspath/a:/ as I said before: amazing!! :) Thanks everybody!! Raul (Spain

tutalii error??

2004-07-21 Thread Raúl Herranz Serrano
  In OC4J with FOP 0.20.5... what is the problem with this piece of code?:   Tutalii: C:\desarrollo\java\install\oc4j\j2ee\home\applications\QuemasFOP\QuemasFOP\WEB-INF\lib/fop.jar[INFO] [1]     The code that is generating this 'error':   public ByteArrayOutputStream transf

Re: XMLParser error with unicode characters in XML file.

2004-07-11 Thread Mike Ferrando
cc: > >Subject: Re: > XMLParser error with unicode characters in XML

Re: XMLParser error with unicode characters in XML file.

2004-07-09 Thread Manoj_Nair
"J.Pietschmann" <[EMAIL PROTECTED]To: [EMAIL PROTECTED] e> cc:

Re: XMLParser error with unicode characters in XML file.

2004-07-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be differe

RE: XMLParser error with unicode characters in XML file.

2004-07-08 Thread Manoj_Nair
My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be different on unix? Pag

RE: XMLParser error with unicode characters in XML file.

2004-07-07 Thread Manoj_Nair
TED] muscle.com> cc: Subject: RE: XMLParser error with unicode characters in XML 07/06/2004 02:31

RE : XMLParser error with unicode characters in XML file.

2004-07-07 Thread mathieu . fretiere
> Here the parser throws a org.xml.sax.SAXParserException check the xml declaration : (ISO-8859-1 or something else) Mat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XMLParser error with unicode characters in XML file.

2004-07-06 Thread Vinuta Nagaraddi
ECTED] Sent: Tuesday, July 06, 2004 5:28 PM To: [EMAIL PROTECTED] Cc: fop-dev@xml.apache.org Subject: XMLParser error with unicode characters in XML file. I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is wh

XMLParser error with unicode characters in XML file.

2004-07-06 Thread Manoj_Nair
I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is what I am doing 1) Some database columns have accented data for spanish,japanese etc languages like NÃmero de identificaÃÃo: and nÃmero de identificaciÃn. 2) I am

Re: fo:marker initial child error

2004-07-02 Thread Louis . Masters
de> cc: Subject: Re: fo:marker initial child error

Re: fo:marker initial child error

2004-07-01 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: OK, I can get it to work if I manually remove the carriage returns and place the marker inside an inline: ... However, xalan will not let me do this. The line feed probably comes from the input. Check whether xsl:strip-space elemets="*", or a better selection of elements, f

Re: fo:marker initial child error

2004-07-01 Thread Louis . Masters
OK, I can get it to work if I manually remove the carriage returns and place the marker inside an inline: RBHZ&P00111 However, xalan will not let me do this. When run the code through it, I get: RBHZ&P00111 Which generates the error. It looks like I might have to m

Re: fo:marker initial child error

2004-07-01 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Here is a sample table cell from the xalan processor (I stripped out almost anything that might cause an issue): I'd suspect the line feed before the fo:marker might cause the problem. Every marker will trigger this. I also suggest to put the markers into a fo:block in th

Re: fo:marker initial child error

2004-07-01 Thread Clay Leeds
name="vesselVoyage">/ I get the following errors: [ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent [ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent It looks l

Re: fo:marker initial child error

2004-07-01 Thread Louis . Masters
Here is a sample table cell from the xalan processor (I stripped out almost anything that might cause an issue): RBHZ&P00111/ I get the following errors: [ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent [ERROR]: fo:mar

Re: fo:marker initial child error

2004-06-27 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I'm having a problem with my markers in fop 0.20.3. The marker data displays correctly in the PDF, but I get a log full of the following message: 1088163278596 -> ERROR [fop]:fo:marker must be an initial child,and 'marker-class-name' must be unique f

fo:marker initial child error

2004-06-25 Thread Louis . Masters
I'm having a problem with my markers in fop 0.20.3. The marker data displays correctly in the PDF, but I get a log full of the following message: 1088163278596 -> ERROR [fop]:fo:marker must be an initial child,and 'marker-class-name' must be unique for same parent My code i

  1   2   3   4   5   6   >