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 specified

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 following error message

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

Re: Error:

2005-03-07 Thread Jeremias Maerki
: Chris Bowditch [mailto:[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 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

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 its

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

fop error - Too many open files

2005-02-21 Thread Elton Simões Baptista
of 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: 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.

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] Using

RE: Error in fop

2005-02-18 Thread Gehani, Sharad \(GE Commercial Finance, NonGE\)
=4.5cm display-align=after text-align=start/ /fo:blockin FOP i am getting the error [Fatal Error] graphic.fo:1:7: The processing instruction target matching [xX][m M][lL] is not allowed. [ERROR] The processing instruction target matching [xX][mM][lL

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 other possiblities

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] FOP

Re: fop -fo error

2005-02-17 Thread Jeremias Maerki
users_guide.fo -ps users_guide.ps I get the following error message: snip/ [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.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 Running on GNU/Linux x86

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

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

2005-02-03 Thread Jeremias Maerki
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 google the archives and could not really find a problem

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

2005-02-03 Thread Richard Mixon (qwest)
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 1.5 was out. 1.5 has some

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 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/c:out value=${cmSummary.allTimeBestIcon}/ This means that it is using the base URL for the document to resolve the

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

2005-02-03 Thread Richard Mixon (qwest)
the earlier part of the thread: 09:20:56,146 ERROR [TP-Processor2] PDFXMLHandler:253 - svg graphic could not be built: file://c:/jakarta-tomcat-5.5.7/webapps/stars/.:-1 An I/O error occured while processing the URI 'file://c/jakarta-tomcat-5.5.7/webapps/stars/images/allTimeBest/SmileyFa ce.gif' specified

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

2005-02-03 Thread Richard Mixon (qwest)
this base directory correctly. Maybe not? 09:20:56,146 ERROR [TP-Processor2] PDFXMLHandler:253 - svg graphic could not be built: file://c:/jakarta-tomcat-5.5.7/webapps/stars/.:-1 - To unsubscribe, e-mail: [EMAIL PROTECTED

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 is the nature of my problem. The block lies outside

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 hint? Thanks, Luke

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 sure, but it points to an error in there. Could

Re: Unbound Error

2005-01-07 Thread Luke Shannon
] 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.sax.SAXParseException: The prefix fo for element fo:block is not bound. Without seeing

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 on the

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 bit

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.jar:lib/avalon

[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

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: snip / A couple of hints: 1. try running FOP with the '-d' command line switch. This should give you more information, maybe even more helpful :-) 2

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.init(PageSequence.java:173), caused

RE: [Error] null

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

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 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 : Error with multi-column page

Re: ERROR -2

2004-09-24 Thread Chris Bowditch
Mark Donnelly wrote: snip/ 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

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 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 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

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

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

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. Here goes anyway

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:20:39 Mark Donnelly

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

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

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

2004-09-22 Thread Dennis Myrén
- 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 that we

FOP Error

2004-09-16 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 attachment

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:templatetag name is correct 2. You will get this error if the rendering process is stop abruptly before completion. regards, Elango TR

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: 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: ** fo:block text-align=center

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Pascal Sancho wrote: snip/ 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

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: snip/ codegen:

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
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 PROTECTED] Objet : Re: Error

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

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 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. snip/ 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

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: Error while building FOP dev1 Jeremias

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 servlet

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

2004-08-20 Thread Glen Mazza
. Please advise me. And thanks for your suggestions. Regards, Bhaskar -Original Message- From: Glen Mazza [mailto:[EMAIL 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

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. If anyone needs

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

2004-08-19 Thread Glen Mazza
/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 ... But I think there is no solution?! Could

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

2004-08-19 Thread Mosimann 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 the on-line

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 advance. Regards

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

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 a block-container

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.SAXParser

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

2004-08-16 Thread Glen Mazza
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 PROTECTED] wrote: [ERROR

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

2004-08-16 Thread Mosimann Matthias
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 [INFO] building formatting object

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

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 thatis generating this 'error': public ByteArrayOutputStream transform(Source xmlSrc

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:/path to xml-apis.jar -Xbootclasspath/a:/path to xalan-2.4.1.jar -Xbootclasspath/a:/path to xercesImpl-2.2.1.jar as I said before

Re: XMLParser error with unicode characters in XML file.

2004-07-11 Thread Mike Ferrando
[EMAIL PROTECTED]To: [EMAIL PROTECTED] e cc: Subject: Re: XMLParser error

Re: XMLParser error with unicode characters in XML file.

2004-07-09 Thread Manoj_Nair
[EMAIL PROTECTED]To: [EMAIL PROTECTED] e cc: Subject: Re: XMLParser error

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?Paging Vinuta T

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 different on unix

RE: XMLParser error with unicode characters in XML file.

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

Re: fo:marker initial child error

2004-07-01 Thread Louis . Masters
//fo:marker /fo:table-cell /fo:table-row 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 like the first marker is OK

Re: fo:marker initial child error

2004-07-01 Thread Clay Leeds
=carrier/fo:marker marker-class-name=vesselVoyage//fo:marker /fo:table-cell /fo:table-row 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

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): fo:table-row fo:table-cell fo:marker I'd suspect the line feed before the fo:marker might cause the problem. Every marker will trigger this. I also suggest to

Re: fo:marker initial child error

2004-07-01 Thread Louis . Masters
will not let me do this. When run the code through it, I get: fo:inline fo:marker marker-class-name=marker__bill_of_ladingRBHZamp;P00111/fo:marker /fo:inline fo:inline fo:marker marker-class-name=marker__carrier/ /fo:inline Which generates the error. It looks like I might have to move this discussion

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,

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 for same parent

Re: Error in output to PostScript

2004-06-22 Thread Jeremias Maerki
On 22.06.2004 11:18:27 Renzo Callant wrote: Problem solved. I removed the check from PSStream.java. I do wonder why this check was in the code. I've explained, haven't I? Can this be left out in a future release ? Yes, I've just disabled it in CVS HEAD. Jeremias Maerki

Error in output to PostScript

2004-06-21 Thread Renzo Callant
Hi all, Im trying to render a PostScript file with FOP. But i get the following error : [DEBUG] rendering areas to PostScript [INFO] [1] [DEBUG] Last page-sequence produced 1 pages. [INFO] [2] [ERROR] PostScript Command exceeded limit of 255 characters

Re: Error in output to PostScript

2004-06-21 Thread Jeremias Maerki
document that reproduces the bug. One immediate way to narrow down the search: Use -d on the FOP command line and send the stacktrace. But it probably won't be enough. On 21.06.2004 16:04:19 Renzo Callant wrote: I'm trying to render a PostScript file with FOP. But i get the following error

IPD error although width=100%

2004-05-26 Thread Sandy . Soesilo
... hi.. i got this error message everytime i run my fop : [WARNING] Sum of fixed column widths 793693 greater than maximum specified IPD 0 [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. [ERROR] At least one of minimum, optimum, or maximum IPD must

Re: IPD error although width=100%

2004-05-26 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: ... hi.. i got this error message everytime i run my fop : [WARNING] Sum of fixed column widths 793693 greater than maximum specified IPD 0 This error is simply saying that youve declared columns whose total width is greater than the width of the page. Column widths need

RE: FOP 0.20.5 PDF Renderer yields [INFO] 1 [ERROR] null - no FAQ or Web information available

2004-05-21 Thread Kyle Partridge
/compliance.html#fo-object-block-container Basically the error you see above is caused when the block-container is not a direct child of fo:flow. Chris /snip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

format-number rounding error

2004-05-13 Thread lijun zou
Hi, I am trying to generate PDF using FOP. But I got a rounding error when using the following fo script fo:block xsl:value-of select=format-number(0.5,'0')/ /fo:block The result from fop is 0 instead of 1 Is this a bug? How do we get around of it? Thanks LZ

Re: format-number rounding error

2004-05-13 Thread Chris Bowditch
lijun zou wrote: Hi, I am trying to generate PDF using FOP. But I got a rounding error when using the following fo script fo:block xsl:value-of select=format-number(0.5,'0')/ /fo:block This is not a rounding error You have specified your format to be 0, so the string 0 is always output. I think

Re: format-number rounding error

2004-05-13 Thread Chris Bowditch
lijun zou wrote: No, It is an error. '0' is a pattern, meaning round to integer. Perhaps you are right. But this is really the wrong forum for this question as its a pure xslt question. You will get better answers on the xsl-list: http://lists.mulberrytech.com/xsl-list/ I use other formatter

RE: format-number rounding error

2004-05-13 Thread Andreas L. Delmelle
-Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] lijun zou wrote: No, It is an error. '0' is a pattern, meaning round to integer. Perhaps you are right. But this is really the wrong forum for this question as its a pure xslt question. You will get better

feature not implemented error

2004-02-27 Thread Iorio, Lou
I'm trying to produce pdf output from docbook using the docbook-xsl fo stylesheet as described in DocBook XSL, the Definitive Guide. The same XML file works fine when used with the html xsl template. Using the fo template, I get this every time, with the error repeating a couple of dozen times

Re: feature not implemented error

2004-02-27 Thread J.Pietschmann
Iorio, Lou wrote: [ERROR] property - background-position-horizontal is not implemented yet. [ERROR] property - background-position-vertical is not implemented yet. Just ignore them. Alternatively, patch whatever stylesheet you use to avoud putting the background-position-horizontal

Re: Error areas pending text probably lost

2004-02-10 Thread Abhijit Junnare
is at the end of the page, because the block layout code which would otherwise generate a new line returns up to the page layout loop. New block areas are created, the link to the line with the non-empty pending area list is lost, and the new line starts without the wrapped text. The error

Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
I am generating PDFs from a XML using FOP. I am getting an error saying [ERROR] Areas pending, text probably lost in line this applies in all the cases except when I look at the PDF and see that the word after 'when' is missing the first letter. Is there a way to fix this problem or why am I

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] I am generating PDFs from a XML using FOP. I am getting an error saying [ERROR] Areas pending, text probably lost in line this applies in all the cases except when I look at the PDF and see that the word after

Re: Error areas pending text probably lost

2004-02-09 Thread Chris Bowditch
Abhijit Junnare wrote: I am generating PDFs from a XML using FOP. I am getting an error saying [ERROR] Areas pending, text probably lost in line this applies in all the cases except when I look at the PDF and see that the word after 'when' is missing the first letter. Is there a way to fix

  1   2   3   4   5   >