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:

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

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.

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

Re: FOP [ERROR] null

2002-12-04 Thread Chris Bowditch
See comments below Hello, Can I get any help on the following error message: [ERROR] null All I could find is that my FO file is not valid, but as far as I can see it is... Try turning debug on, FOP should then give more information on the cause of the problem (-d on command line) Also when

Re: FOP [ERROR] null

2002-12-04 Thread Oleg Tkachenko
Boris Rousseau wrote: Can I get any help on the following error message: [ERROR] null All I could find is that my FO file is not valid, but as far as I can see it is... Also when there is no FOP schema provided on the apache web site (the link points to the faq). You can get it from cvs, see

Re: FOP [ERROR] null

2002-12-04 Thread J.Pietschmann
Boris Rousseau wrote: Can I get any help on the following error message: [ERROR] null While there is a variety of reasons, this is most often caused by a master-reference missing or misspelled in a conditional-page-master-reference. Check this first. J.Pietschmann

Re: FOP error with xsl:copy-of .../

2002-06-04 Thread Oleg Tkachenko
There are no chapter_title or sub formatting objects in xsl-fo, you have to transform it in xslt to fo objects, like fo:inline rather than just copying them to the fo. [EMAIL PROTECTED] wrote: Hi, I am attaching the test xsl,xml and the java files. The problem is that the description of

Re: FOP error with xsl:copy-of .../

2002-06-04 Thread normbishop1
Hi Oleg, I am new to xsl-fo. I thought I was doing the xsl-fo transformation correctly. Will you PLEASE explaine me how I should do this? you have to transform it in xslt to fo objects, like fo:inline rather than just copying them to the fo. Thank you Norm [EMAIL PROTECTED] wrote:

Re: FOP error with xsl:copy-of .../

2002-06-04 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am new to xsl-fo. I thought I was doing the xsl-fo transformation correctly. Will you PLEASE explaine me how I should do this? Would you ask on rec.aviation Would you PLEASE teach me how to fly aircraft (by email)? Search the web for formatting object tutorial and