Multi threading problems with FOP 1.0

2011-11-23 Thread Klearchos Klearchou
Dear FOP users, I am using the FOP version 1.0 under Windows x64. Lately I have integrated JPPF in order to regenerate my PDFs faster and I experience the followings strange errors. For example inside the XSLT I place 8pt but the error in the console outputs (pt8pt):

Re: Multi threading problems with FOP 1.0

2011-11-23 Thread Peter Coppens
Hello I have similar things but as far I can remember this was always related to svg as part of an fo stylesheet. I should/could dive into the mail archives (and perhaps) bugzilla to refresh my memory, as I remember there were discussion on this, but perhaps you can indicate whether you are

Re: Multi threading problems with FOP 1.0

2011-11-23 Thread Klearchos Klearchou
Hello, I found this link related to SVG: http://xmlgraphics.apache.org/fop/trunk/graphics.html#svg based on that I use this: fo:external-graphic src=url('{$link}') content-width=scale-to-fit width=20mm / The link is an absolute path to a JPEG file. This erroneous behaviour happens not

Re: Multi threading problems with FOP 1.0

2011-11-23 Thread Alexios Giotis
Hi, As you wrote, the problem occurs during the transformation of XML + XSLT to XSL:FO and therefore this is not related to Apache FOP. I had a similar issue some years ago and the problem was a concurrency issue inside Xalan. Try upgrading to Xalan 2.7.1 were this was definitely fixed. Note

Re: Multi threading problems with FOP 1.0

2011-11-23 Thread Klearchos Klearchou
Thank you Pascal, I will correct this and I will introduce the file protocol in front. Regards, Klearchos On 11/23/2011 5:01 PM, Pascal Sancho wrote: Hi, 'D:\java\...' is not a valid URL (mainly because of antislashes). Try 'file:///D:/java/...'. I think you can omit the host part: