Re: How to create version 2.0 PS files

2009-04-02 Thread Frank Niedermann
Hi Jeremias, do you have an example on how to set the LanguageLevel within FOP? I found a wiki page [1] about PostScript configuration within FOP but on the bottom it says this: Some people will only add a DSC comment into the PostScript file instead of the actual media selection code. This

Re: How to create version 2.0 PS files

2009-04-02 Thread Chris Bowditch
Frank Niedermann wrote: Hi Frank, Hi Jeremias, do you have an example on how to set the LanguageLevel within FOP? Adrian already sent you a link that shows you how to specify Language Level of 2 for Postscript generation:

Table border rendered by 0.95

2009-04-02 Thread ajit kulkarni
Hi, I am in the process of upgrading my FOP from 0.20.5 to 0.95. While doing so I am coming across a wired problem. I am using solid border of 0.2mm thickness on table cells. But it is not getting rendered as fine as what it used to in 0.20.5. I am attaching 2 pdf files rendered by FOP

Re: How to create version 2.0 PS files

2009-04-02 Thread Frank Niedermann
Hi Chris, thanks for clarification now I understand. I gave the resulting PostScript file to our printer manufacturer (Ricoh) and they told me that the printers are returning a configuration error: OFFENDING COMMAND: setpagedevice ERRORINFO: Key = /PageSize Value = arraytpe STACK: dicttype We

Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Hi All, This question is probably Java issue, but I want to run by this list first. I am running FOP 0.025 on 2 machines. Because the XML files are very large I set the heap size to Xmx1056mb. On one machine it works and another I get this error: Error occurred during initialization of VM

Re: How to create version 2.0 PS files

2009-04-02 Thread Chris Bowditch
Frank Niedermann wrote: Hi Chris, Hi Frank, thanks for clarification now I understand. I gave the resulting PostScript file to our printer manufacturer (Ricoh) and they told me that the printers are returning a configuration error: OFFENDING COMMAND: setpagedevice ERRORINFO: Key =

Re: Error occurred during initialization of VM

2009-04-02 Thread Sam Fuqua
Is there any reason why you're using .025? The latest release is 0.95. Also, can you give a bit more detail of how you're using it? Is it stand-alone? Are you using your own scripts? Is it a servlet? What's your platform? On Thu, Apr 2, 2009 at 10:19 AM, bonekrusher djs...@yahoo.com wrote:

Re: Error occurred during initialization of VM

2009-04-02 Thread Andreas Delmelle
On 02 Apr 2009, at 16:19, bonekrusher wrote: Hi Phil snip / Machine 2 (doesnt work) Stats: Pentium Dual CPU E2180 @ 2.00 GHz 2.00 GHz, 3.24 GB of RAM Java 1.6.0_11 As you can see I have enough memory in both machines. The only difference is Machine 1 has the JDK. Could this be the issue or

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Thanks... I am running from the command line. We are in the process of upgrading to 95 - in the mean time I have 18 tech writers using 0.025 - Andreas, How can I check whether there is enough *free* memory at JVM startup time? Thanks, -- View this message in context:

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Thanks - I am running windows - The problem is that Java doenst even start - so i cant see what is happening in task manager Andreas Delmelle-2 wrote: On 02 Apr 2009, at 20:29, bonekrusher wrote: Hi Phil Andreas, How can I check whether there is enough *free* memory at JVM

Re: Error occurred during initialization of VM

2009-04-02 Thread Andreas Delmelle
On 02 Apr 2009, at 21:03, Andreas Delmelle wrote: On 02 Apr 2009, at 20:54, bonekrusher wrote: Thanks - I am running windows - The problem is that Java doenst even start - so i cant see what is happening in task manager Oh, what I meant was: see if you have enough memory to begin

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Try running with decreased -Xmx settings. If lower values do work, then that would seem to point to memory restrictions imposed by the OS... - thats it - Because If I lower the memory settings on Xmx I get a Heap Error with large files. Thanks - you're the best Phil Andreas