Re: Error with footnote

2003-01-20 Thread Marko Petersen
At 23:13 19.01.2003 +0100, you wrote: java.lang.NullPointerException at org.apache.fop.fo.flow.BasicLink.layout(BasicLink.java:94) Seems like links do not mix well with footnote spilling. Workarounds: - Avoid links in footnotes generally. This will save you occasional other trouble too.

Error with footnote

2003-01-19 Thread Marko Petersen
Hi, I often get the following error after changing some content of my docbook-XML when I try to generate PDF: [ERROR] null org.apache.fop.apps.FOPException at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:74) at org.apache.fop.apps.Fop.main(Fop.java:19

Re: Error with footnote

2003-01-19 Thread J.Pietschmann
Marko Petersen wrote: I often get the following error after changing some content of my docbook-XML when I try to generate PDF: ... java.lang.NullPointerException at org.apache.fop.fo.flow.BasicLink.layout(BasicLink.java:94) Seems like links do not mix well with footnote spilling

Error with WebSphere

2003-01-16 Thread Paolo Beatrici
I've just installed an application embedding fop into Websphere 4.0.1 Advanced Edition on Linux. We got the following exception : [03.01.16 14:32:02:736 CET] 10b37e12 ExceptionUtil X CNTR0020E: Non-application exception occurred while processing method createOutput on bean

RE: Error with WebSphere

2003-01-16 Thread Sharma, Siddharth
- From: Paolo Beatrici [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:37 AM To: [EMAIL PROTECTED] Subject: Error with WebSphere I've just installed an application embedding fop into Websphere 4.0.1 Advanced Edition on Linux. We got the following exception : [03.01.16 14:32:02:736

Re: Error with WebSphere

2003-01-16 Thread bhati001
Dont know whether this is related to Fop but i use xslt with xml and while testing my installation yesterday, I got the same xsl error, so what I did was go with the previous version of xalan and xerces. It seemed to work but of course u lose the functionality and performance of the new

Re: ERROR Divided by zero

2003-01-13 Thread Laura Ameijide Garcia
of document complete, stopping renderer [ERROR]: / by zero org.apache.fop.apps.FOPException: / by zero at org.apache.fop.apps.Driver.render(Driver.java:486) at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:72) at org.apache.fop.apps.Fop.main(Fop.java:19

Re: ERROR Divided by zero

2003-01-13 Thread Jeremias Maerki
Ok, the first part is easy. That's an old bug on 0.20.3. Please upgrade to the 0.20.5rc. But you still need to fix the problem that FOP really doesn't generate even one page. To track this down, generate the FO file by just running your XSLT processor but not FOP. Then analyze what's wrong. If you

AW: ERROR Divided by zero

2003-01-13 Thread Müller, Markus
2003 11:53 # An: [EMAIL PROTECTED] # Betreff: Re: ERROR Divided by zero # # If I execute it in the comand thats the result: It's for my version? # # .Laura # # C:\fop\fop-0.20.3java -cp # build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar; # lib\avalon-framework 4.0.jar;lib

[ERROR] Could not load external SVG:

2003-01-09 Thread Jasmin Mehta
. Im getting below error while opening the PDF file: [ERROR] Could not load external SVG: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: hea d). [ERROR] Error while creating area : No ImageReader for this type of image

Re: File does not begin with %PDF error

2002-12-21 Thread Oleg Tkachenko
vikas waykole wrote: I am generating pdf file from formatting objects using fop.0.20.2. But today I got very different error ie File does not begin with %PDF. What might be the cause and fix for this. First of all consider upgrade to the latest version of FOP. -- Oleg Tkachenko eXperanto team

File does not begin with %PDF error

2002-12-20 Thread vikas waykole
Hi, I am generating pdf file from formatting objects using fop.0.20.2. But today I got very different error ie File does not begin with %PDF. What might be the cause and fix for this. Thanks in advance, Vikas Waykole _ MSN 8

Re: Error while loading a local image

2002-12-19 Thread Marcus Kalthoff
Hi, I found the error. In this case the images were not handled by tomcat directly, but by a servlet. The servlet did not set the content type. So the content type being null results in a NullPointerException in fop. Is fop not robust enough? Ciot, Thierry schrieb: Or can somebody

Re: Error while loading a local image

2002-12-19 Thread Johan Åbrandt
I found the error. The servlet did not set the content type. Is fop not robust enough? Robust enough for who? Shit in - shit out... Marcus Kalthoff wrote: Hi, I found the error. In this case the images were not handled by tomcat directly, but by a servlet. The servlet did not set the content

Re: Error while loading a local image

2002-12-19 Thread Oleg Tkachenko
Marcus Kalthoff wrote: I found the error. In this case the images were not handled by tomcat directly, but by a servlet. The servlet did not set the content type. So the content type being null results in a NullPointerException in fop. Is fop not robust enough? FOP is robust, but error handling

Re: Error while loading a local image

2002-12-18 Thread Eric Prevost
Return Receipt Your Re: Error while loading a local image document

RE: Error while loading a local image

2002-12-18 Thread Calero, Roberto
Title: RE: Error while loading a local image Run FOP with the debug option on. I had this problem before and it was because some settings in my webserver not allowing anonymous access. when I set it to allow anonymous access the problem went away. (BTW my web server is IIS) -Original

Re: Error while loading a local image

2002-12-16 Thread Marcus Kalthoff
Oleg Tkachenko schrieb: Marcus Kalthoff wrote: I have an fo:external-graphic in my .fo file. The transformation is running in a jsp-File on tomcat. When I use a local src= like http://localhost/; or http://127.0.0.1/. no picture is shown and I get an error message in the log file: Error

Re: Error while loading a local image

2002-12-16 Thread Oleg Tkachenko
Marcus Kalthoff wrote: Duuno what to say and have no idea how to reproduce the problem, but E:\public\fop-0.20.4rcjava -cp can you upgrade to fop0.20.5rc? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To

Re: Error while loading a local image

2002-12-15 Thread Oleg Tkachenko
Marcus Kalthoff wrote: I have an fo:external-graphic in my .fo file. The transformation is running in a jsp-File on tomcat. When I use a local src= like http://localhost/; or http://127.0.0.1/. no picture is shown and I get an error message in the log file: Error in XObject : Error while

Error while loading a local image

2002-12-12 Thread Marcus Kalthoff
I have an fo:external-graphic in my .fo file. The transformation is running in a jsp-File on tomcat. When I use a local src= like http://localhost/; or http://127.0.0.1/. no picture is shown and I get an error message in the log file: Error in XObject : Error while loading image http

Re: [Fatal Error]: xlink:href is not bound

2002-12-07 Thread Oleg Tkachenko
Stefano Barella wrote: I have updated the fop lib from 0.20.2 release to 0.20.4 and now I have the following problem: [Fatal Error]: The prefix xlink for attribute xlink:href is not bound. The xsl and xml file are the same used before ( in the previouse releasa ) while the svg is created

[Fatal Error]: xlink:href is not bound

2002-12-06 Thread Stefano Barella
Hello, I have updated the fop lib from 0.20.2 release to 0.20.4 and now I have the following problem: [Fatal Error]: The prefix xlink for attribute xlink:href is not bound. The xsl and xml file are the same used before ( in the previouse releasa ) while the svg is created by the new batik lib

FOP [ERROR] null

2002-12-04 Thread Boris Rousseau
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... Also when there is no FOP schema provided on the apache web site (the link points to the faq). Can I get an hold on this schema

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[2]: error caused by double.sided=1

2002-12-01 Thread Tobias Grimm
Hi Togan, Sunday, December 01, 2002, 6:40:02 PM, you wrote: TM Which version of the Docbook XSL stylesheets as with 1.58.1 is the TM latest and it does not do that I'm using 1.58.1 too... the problem seems to appear only, when a chapter spans more than one page. I've done some stylesheet

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-19 Thread Jiri_Nejedly
] Kopie: 18.11.2002 Pedmt: Strange error when upgrading from 0.20.3 to 0.20.4 12:01

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-19 Thread Marko Petersen
. [EMAIL PROTECTED] rcz.cz Komu: [EMAIL PROTECTED] Kopie: 18.11.2002 Pøedmìt: Strange error when upgrading from 0.20.3 to 0.20.4 12:01

Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Jiri_Nejedly
by fop.bat, everything is ok. When I do this in servlet, following error appears: [INFO]: building formatting object tree [INFO]: [1]- the logging stops here java.lang.NullPointerException int org.apache.fop.render.pdf.fonts.LazyFont.getAscender(int) int

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Jeremias Maerki
That's probably a follow-up error because a font could not be loaded. If you run your sample form the command line with the -d option, you should get a better error message. Maybe you didn't set the second logger in the MessageHandler class correctly because that's where the original error message

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: When I do this in servlet, following error appears: [INFO]: building formatting object tree [INFO]: [1]- the logging stops here java.lang.NullPointerException int org.apache.fop.render.pdf.fonts.LazyFont.getAscender(int) int Looks like somewhinh

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Jiri_Nejedly
To Jeremias Maerki: --- ... If you run your sample form the command line with the -d option, you should get a better error message. - The batch works ok (see next) ...Maybe you didn't set the second logger in the MessageHandler class correctly - What is second

Re: Strange error when upgrading from 0.20.3 to 0.20.4

2002-11-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: - What is second logger ? See at FOPServlet.java example: import org.apache.avalon.framework.logger.ConsoleLogger; import org.apache.avalon.framework.logger.Logger; ... Logger log = new ConsoleLogger(ConsoleLogger.LEVEL_WARN); MessageHandler.setScreenLogger(log);

Re: Error using xml2pdf.xsl and xslfoRef.xml

2002-11-14 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I've used xml2pdf.xsl and xslforef.xml in the distribution directory docs, so i think they are correct. My parser is Xerces. Well, it gets convolute. These xml and xsl surely okay. Try if it works from a command line - run the following from within FOP directoiry: fop.bat

Re: error while generating a font metric file

2002-11-14 Thread Florence Deforge
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 12:19 PM Subject: Re: error while generating a font metric file Florence Deforge wrote: I'm trying to add wingding font to fop and face a problem. I'm afraid I have not fully understood how it is supposed to work

Re: error while generating a font metric file

2002-11-14 Thread Oleg Tkachenko
Florence Deforge wrote: Actually I'm just starting to experiment on the following process : I receive data from an application which generates an XML file from Excel and Word data. XML nodes which are created to represent Word data have an attribute wich refers to a CSS stylesheet, and childs

error while generating a font metric file

2002-11-13 Thread Florence Deforge
Hi I'm trying to add wingding font to fop and face a problem. I'm afraid I have not fully understood how it is supposed to work, anyway maybe someone will help. So I read the doc on xml.apache.org/fop/fonts.html and wrote the following command line to generate the font metrics : java

Re: Error using xml2pdf.xsl and xslfoRef.xml

2002-11-13 Thread paolo.beatrici
I've used xml2pdf.xsl and xslforef.xml in the distribution directory docs, so i think they are correct. My parser is Xerces. Paolo Beatrici. - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 10:29 PM Subject: Re: Error using

Error using xml2pdf.xsl and xslfoRef.xml

2002-11-08 Thread paolo.beatrici
Hallo! It's the first time i use fop. I try to embed fop into a java class like FopServlet.java does. To test my class i've used xml2pdf.xsl and xslfoRef.xml but u got the following exception : [ERROR] Unknown formatting object ^root org.apache.fop.apps.FOPException: Root element must

Re: Error using xml2pdf.xsl and xslfoRef.xml

2002-11-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Hallo! It's the first time i use fop. I try to embed fop into a java class like FopServlet.java does. To test my class i've used xml2pdf.xsl and xslfoRef.xml but u got the following exception : [ERROR] Unknown formatting object ^root org.apache.fop.apps.FOPException

Error using servlet for external-graphic

2002-06-27 Thread Joel Stevenson
Hi all, I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200h=100leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG: The current document is unable to create an element

RE: Block Absolute Postions --ERROR--

2002-06-27 Thread Stefano Barella
In Attach an Example. Bye Stefano -Original Message- From: [m] zentrale | andre marthaler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 27, 2002 4:19 PM To: [EMAIL PROTECTED] Subject: AW: Block Absolute Postions --ERROR-- Using the Example, I get

RE: Block Absolute Postions --ERROR--

2002-06-27 Thread Stefano Barella
] Subject: AW: Block Absolute Postions --ERROR-- Using the Example, I get an org.apache.fop.layout.BlockArea Error on FOP 0.20.3 My Example: !-- Begin zelle_links -- xsl:template match=zelle_links fo:block-container height=19cm width=9cm left=9cm top=0cm position=absolute

Re: Error using servlet for external-graphic

2002-06-27 Thread J.Pietschmann
Please don't crosspost to both dev and user. Joel Stevenson wrote: I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200h=100leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG

RE: error handling

2002-06-19 Thread Roland Neilands
You're right. The command line wrapper can and probably should delete the target file in case of an error. Could you check if the return code is set on the command line? If not, we should fix that. Jeremias Märki Don't know about UNIX but on Windows it seems that the return code is always

Re: error handling

2002-06-17 Thread Jeremias Maerki
You're right. The command line wrapper can and probably should delete the target file in case of an error. Could you check if the return code is set on the command line? If not, we should fix that. It is. The problem is that FOP can't delete the output file in case of a problem if it only

RE: error handling

2002-06-17 Thread Ruane, Conleth
Don't know about UNIX but on Windows it seems that the return code is always 0. Regards Con -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Monday, June 17, 2002 08:23 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: error handling You're right

Re: error handling

2002-06-17 Thread Oleg Tkachenko
Roland Neilands wrote: All very well for embeddding, but the command prompt version still leaves the corrupt file there no file at all would be preferable to a useless one. Well, I believe it's feasible, but anyway this behaviour should be parametrizable. -- Oleg Tkachenko Multiconn

Re: error handling

2002-06-16 Thread Jeremias Maerki
It is. The problem is that FOP can't delete the output file in case of a problem if it only gets an OutputStream. And for optimization reasons FOP can't wait until the end to write the output to the target stream. On 14.06.2002 21:21:48 Oleg Tkachenko wrote: Ruane, Conleth wrote: I'm using the

Re: error handling

2002-06-16 Thread Oleg Tkachenko
Jeremias Maerki wrote: It is. The problem is that FOP can't delete the output file in case of a problem if it only gets an OutputStream. And for optimization reasons FOP can't wait until the end to write the output to the target stream. But does fop should delete output file? I don't think so,

RE: error handling

2002-06-16 Thread Roland Neilands
It is. The problem is that FOP can't delete the output file in case of a problem if it only gets an OutputStream. And for optimization reasons FOP can't wait until the end to write the output to the target stream. But does fop should delete output file? I don't think so, that's

error handling

2002-06-14 Thread Ruane, Conleth
I'm using the latest version of FOP to automatically generate pdf files from xml (what else) and I've noticed that when fop stops due to errors in the input file(s) a corrupt pdf file is generated. Is there any way I can prevent this or is there any way I can access a FOP exit code so that I

Re: error handling

2002-06-14 Thread Oleg Tkachenko
Ruane, Conleth wrote: I'm using the latest version of FOP to automatically generate pdf files from xml (what else) and I've noticed that when fop stops due to errors in the input file(s) a corrupt pdf file is generated. Is there any way I can prevent this or is there any way I can access a FOP

Re: servlet called twice and subsequence error

2002-06-08 Thread Peter B. West
: [EMAIL PROTECTED] wrote: and I am getting the following error: ERROR [fop]:Page subsequences exhausted. Using previous subsequence. This has nothing to do with the first problem. You have an incomplete page master, check it.

servlet called twice and subsequence error

2002-06-07 Thread Louis . Masters
I'm running into the issue of the fop servlet being called twice and I am getting the following error: ERROR [fop]:Page subsequences exhausted. Using previous subsequence. Anyone have any ideas what this means? Thanks, Lou

Re: Again out of Memory Error -2

2002-06-05 Thread Balaji Loganathan
page sequence.I'm having 1488 rows. --- Cyril Rognon [EMAIL PROTECTED] wrote: I suppose you are using FOP 0.20.3... Do you use as many page sequences as you can ? Long tables and long page sequences are known to increase the memory requierments of FOP. error has nothing to do with xml

Re: Again out of Memory Error -2

2002-06-05 Thread Cyril Rognon
Ok I'll try to answer both part 1 and 2 here : as for the JVM memory parameter with servlet engines : Your servlet engine is executed in a JVM that must allow you to set memory parameters. I don't know about every ServletEngine or ApplicationServers but you can do this with Tomcat or Websphere

Re: Again out of Memory Error -2

2002-06-05 Thread Balaji Loganathan
Hi Cyril, Thanks a lot for replying. I'm using Tomcat 3.2,so I think there shd be someway to imporve JVM heap size. Now I understood the multiple page sequence advantage.I tried to change my to have XSLT to print 20 rows at a time,still coding/re-coding my XSLT to get a good result and not

BMP-error and resolutions

2002-06-04 Thread Malin Norrstrand
Hello all! I have two questions concerning Fop and PDF. 1. In the fop specs it says that output images will have a resolution of 72 dpi. I have tried generating pdf with jpgs and gifs of both 72 dpi and 600 dpi, and it seems like fop does not care about changing resolution. Does anybody know

Again out of Memory Error

2002-06-04 Thread Balaji Loganathan
Hi, Recently many people were discussing abt avoiding out of memory error,I read previous threads but couldn't able to find solution for me. Is this error related to Number of pages or input xml size.Because i have a xml with 1588 group of element,which i have to render into PDF in table

Re: Again out of Memory Error

2002-06-04 Thread Cyril Rognon
as many page sequences as you can ? Long tables and long page sequences are known to increase the memory requierments of FOP. error has nothing to do with xml. Xsl could be used to create additionnal page sequences. List Archive shows you how. I hope that helps. Cyril At 00:26 05/06/2002 +1000

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

2002-06-04 Thread normbishop1
getting 'error 10231' I have tried everything that I could think of and could not come up with the correct stylesheet. I truly could use your help I am anxiously waiting for a solution. Thank you so much in advance. Norm --- ERROR - ERROR 10231 [fop

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

2002-06-04 Thread Oleg Tkachenko
of any node could have tags and text mixed. If I use xsl:value-of (with FOP), I get only the text and when I use xsl:copy-of (without FOP embeded), I get the desired result, but with FOP I am getting 'error 10231' I have tried everything that I could think of and could not come up with the correct

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

2002-06-04 Thread normbishop1
am getting 'error 10231' I have tried everything that I could think of and could not come up with the correct stylesheet. I truly could use your help I am anxiously waiting for a solution. Thank you so much in advance. Norm --- ERROR

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

Re: Need your HELP - Compile Error

2002-05-29 Thread Ali_Binus
Thanks J.Pietschmann , It's work. Terima kasih, Ali - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 2:16 AM Subject: Re: Need your HELP - Compile Error [EMAIL PROTECTED] wrote: I am new in XMl and XSL, I want to produce

Re: Need your HELP - Compile Error

2002-05-29 Thread ewitness - Ben Fowler
At 9:16 pm +0200 28/5/02, J.Pietschmann wrote: [EMAIL PROTECTED] wrote: I am new in XMl and XSL, I want to produce PDF output from XML and XSL using FOP. I tried to compile source code (Shakespearean Sonnet) that i found in :

Dynamic Image Results in Socket Error?

2002-05-29 Thread Rick Goeltz
FOP'ers: We have an fo:external-graphic that fetches a dynamic image from a servlet. On the first call, we get an error: java.net.SocketException: Connection aborted by peer: socket write error. After that, evidently, FOP will call a second time and fetch the image. It appears that on some

Re: Dynamic Image Results in Socket Error?

2002-05-29 Thread Oleg Tkachenko
Rick Goeltz wrote: We have an fo:external-graphic that fetches a dynamic image from a servlet. On the first call, we get an error: java.net.SocketException: Connection aborted by peer: socket write error. Who is claiming that - fop or servlet ? Could you provide full exception trace? It seems

Re: Dynamic Image Results in Socket Error?

2002-05-29 Thread Rick Goeltz
FOP'ers: [Oleg Tkachenko said...] Who is claiming that - fop or servlet ? Right, good question. The socket exception was logged by the servlet. [Jeremias Märki said...] Loading images in FOP is a two-stage process. Ah, thank you so much. Therefore, it is not an error to be solved. I'd like

Need your HELP - Compile Error

2002-05-28 Thread Ali_Binus
0.20.3 [DEBUG]: using SAX parser org.apache.xerces.parsers.SAXParser [INFO]: building formatting object tree [DEBUG]: setting up fonts [ERROR]: org.apache.fop.apps.FOPException: at org.apache.fop.apps.Driver.render(Driver.java:486) at org.apache.fop.apps.CommandLineStarter.run

RES: RES: Newbie: Error trying to convert (standalone) the simple .fo (worked!)

2002-05-17 Thread Gilson Nascimento D Elrei
: J.Pietschmann [SMTP:[EMAIL PROTECTED] Enviada em: quinta-feira, 16 de maio de 2002 19:23 Para: [EMAIL PROTECTED] Assunto: Re: RES: Newbie: Error trying to convert (standalone) the simple.fo e xampl e after first installation... Gilson Nascimento D Elrei wrote

RES: Newbie: Error trying to convert (standalone) the simple.fo e xampl e after first installation...

2002-05-16 Thread Gilson Nascimento D Elrei
Thanks, i tried your first suggestion but i still didn't try rebuilding FOP.jar (i'll to do later).. i received this error. Do you know how resolve it ? Exception in thread main java.lang.NoClassDefFoundError: org/apache/log/format/Formatter at org.apache.fop.apps.Fop.main(Fop.java:16) Thanks

AW: Newbie: Error trying to convert (standalone) the simple.fo ex ampl e after first installation...

2002-05-16 Thread Chaumette, Patrick
. Mai 2002 18:22 An: '[EMAIL PROTECTED]' Betreff: RES: Newbie: Error trying to convert (standalone) the simple.fo exampl e after first installation... Thanks, i tried your first suggestion but i still didn't try rebuilding FOP.jar (i'll to do later).. i received this error. Do you know

Re: RES: Newbie: Error trying to convert (standalone) the simple.fo e xampl e after first installation...

2002-05-16 Thread J.Pietschmann
Gilson Nascimento D Elrei wrote: Thanks, i tried your first suggestion but i still didn't try rebuilding FOP.jar (i'll to do later).. i received this error. Do you know how resolve it ? Exception in thread main java.lang.NoClassDefFoundError: Umm, bad luck. Move or copy fop.jar into the FOP

Newbie: Error trying to convert (standalone) the simple.fo exampl e after first installation...

2002-05-15 Thread Gilson Nascimento D Elrei
Hello all, I have donwloaded and installed FOP, i tried to convert the simple.fo file using it like my first interaction with this tool, but i'm receiving this follow message error: [ERROR]: Don't know what to do with I have entered this lines on DOS Prompt of root FOP directory: FOP

RE: Newbie: Error trying to convert (standalone) the simple.fo example after first installation...

2002-05-15 Thread Roland Neilands
Regards, Roland -Original Message- From: Gilson Nascimento D Elrei [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 May 2002 11:47 PM To: '[EMAIL PROTECTED]' Subject: Newbie: Error trying to convert (standalone) the simple.fo example after first installation... Hello all, I have donwloaded

Re: Newbie: Error trying to convert (standalone) the simple.fo exampl e after first installation...

2002-05-15 Thread J.Pietschmann
Gilson Nascimento D Elrei wrote: I have donwloaded and installed FOP, i tried to convert the simple.fo file using it like my first interaction with this tool, but i'm receiving this follow message error: [ERROR]: Don't know what to do with This is a known problem caused either by the DOS command

RE: fop-0.20.3 Don't know what to do with error

2002-05-13 Thread DuCharme, Bob (LNG)
- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, May 10, 2002 5:39 PM To: [EMAIL PROTECTED] Subject: Re: fop-0.20.3 Don't know what to do with error DuCharme, Bob (LNG) wrote: C:\tempjava TestC red green blue 72 65 64 67 72 65 65 6E 62 6C 75 65 Odd. Did you try to call the same java

Re: fop-0.20.3 Don't know what to do with error

2002-05-13 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote: I tried blowing away my CLASSPATH and still got the same result. Is there any other way to check for this? I'm stumped. Perhaps it helps to rebuild FOP from source on your machine. Just download the src distrib and run build.bat. Would be interesting whether ant suffers

Re: fop-0.20.3 Don't know what to do with error

2002-05-10 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote: C:\tempjava TestC red green blue 72 65 64 67 72 65 65 6E 62 6C 75 65 Odd. Did you try to call the same java command as in the .bat file directly on the command line? It could be some issue with the .bat file. Is there some interference from some other Java executable

RE: fop-0.20.3 Don't know what to do with error

2002-05-09 Thread DuCharme, Bob (LNG)
if I'm using the same JVM and Win98 command processor with that? thanks, Bob -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 08, 2002 5:24 PM To: [EMAIL PROTECTED] Subject: Re: fop-0.20.3 Don't know what to do with error DuCharme, Bob (LNG) wrote

Re: Out of Memory Error !!

2002-05-09 Thread Jeremias Maerki
The problem is probably your page-number-citation that looks up the last page. This is well known to have impact on memory usage, because FOP can render the first page only after the last page has been setup. It has to wait until it knows how many pages your page-sequence has. Take out the

Out of Memory Error !!

2002-05-08 Thread Abhijat Upadhyay
hi there !! i am getting out of memory error when i try to process a very large document containing a single fo:page-sequence tag a single fo:table tag. i have gone thru the mailing list looking for some solution to this problem but though the problems are similar i am not able to figure out

Re: Out of Memory Error !!

2002-05-08 Thread Naveen_Rojanala
PROTECTED]' [EMAIL PROTECTED] @patni.com cc: Subject: Out of Memory Error

fop-0.20.3 Don't know what to do with error

2002-05-08 Thread DuCharme, Bob (LNG)
When I call the fop.bat that comes with fop-0.20.3 using a very simple hello world formatting object file in the same directory as fop.bat, I get an error that says (in its entirety) Don't know what to do with no matter what parameters I supply. This is under Win98, and the same fo input file

Re: fop-0.20.3 Don't know what to do with error

2002-05-08 Thread J.Pietschmann
DuCharme, Bob (LNG) wrote: When I call the fop.bat that comes with fop-0.20.3 using a very simple hello world formatting object file in the same directory as fop.bat, I get an error that says (in its entirety) Don't know what to do with no matter what parameters I supply. This is under Win98

Re: [ERROR]: Don't know what to do with

2002-05-04 Thread Carlos Araya
in it! It works to a degree. I did this: C:\xsl\buildFop list.fo list.pdf Now I get the following error message now: [ERROR]: Don't know what to do with .and that's it. It doesn't even tell me what it doesn't know what to do with. I'm stumped and baffled. Devon PS. who would I write

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread jens
I had the same error message since I use fop 0.20.2 and later fop 0.20.3, but I had no problems with fop 0.20.1 and earlier versions. I don't know what EXACTLY is the problem but the problem solved itself after I changed my OS from Windows ME to Windows 2000 (using the SAME UNMODIFIED fop

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread L'eau
I'm glad I'm not the only one with this problem. Interesting you noticed a problem when using it on Windows ME (i'm using that OS myself). I just found Fop 0.20.1 works exactly as expected, but Fop 0.20.3 still gives me that strange error. I'm not sure how the OS could possibly affect a java

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread Christian Geisert
L'eau wrote: Ok, so I had the time to download an old FOP version, and was glad to see it had a jimi-1.0.jar in it! It works to a degree. I did this: C:\xsl\buildFop list.fo list.pdf Now I get the following error message now: [ERROR]: Don't know what to do with .and that's it. It doesn't even

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread Jens Khnberger
did you try C:\xsl\buildFop -fo list.fo -pdf list.pdf ? Christian Geisert wrote: L'eau wrote: Ok, so I had the time to download an old FOP version, and was glad to see it had a jimi-1.0.jar in it! It works to a degree. I did this: C:\xsl\buildFop list.fo list.pdf Now I get the following error

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread J.Pietschmann
Christian Geisert wrote: You could try fop list.fo list.pdf (with quotes) Not a very good idea on Win95/98/ME (or any other system), it searches for a command file fop list.fo list.pdf.exe (with spaces) On Win95/98/ME, the command processor feeds the whole command line in one piece to the

[xsl] XSLTInputHandler error

2002-05-01 Thread pandianoliver
Hi Gurus, I have been struggling with the convertion to PDF using FOP. It was working well for the past few weeks and all of a sudden I am getting this exception error and I have tried everything I could think of. Now, I am seeking for your help The exception error occurs on the call

[ERROR]: Can't add attribute to 0-length text

2002-04-30 Thread Henrik Holle
[INFO]: Parsing of document complete, stopping renderer [ERROR]: Can't add attribute to 0-length text it is very strange. my fo is working fine with the pdf render, but the awt render throws this error ?? any ideas ?

error generating font metrics file

2002-04-20 Thread Randall J. Parr
Have FOP 0.20.3 installed and have successfully used it to convert various FO to PDF (including the examples). Trying to install another font. Following instructions at xml/apache.org/fop/fonts.html I run the following small script --- FOPHOME=/java/java/Apache/fop

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
of the following error? I am using JDK1.3... java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.init(FOTreeBuilder.java:85) Thanks Mathy

Help with [ERROR]: null

2002-04-17 Thread Kilmer, Erich
Hello, I am trying to get this style sheet to render using FOP but the error it is throwing is fairly vague. Can anyone advise me how I can debug this? I am referencing an XML file but not actually accessing any values from it so its not from that. I am using FOP 0.20.3. Thanks, Erich Fop output

<    1   2   3   4   5   >