[publican-list] ask help for "java.lang.OutOfMemoryError: GC overhead limit exceeded"

Jeff Fearn jfearn at redhat.com
Thu Apr 19 23:32:07 UTC 2012


On 04/19/2012 06:49 PM, dennisg wrote:
> Hi all,
>
> Where I can find the log file of publican and related log file for fop?
> My OS is linux.

Publican doesn't create a log file, it logs to the terminal.

FOP does the same thing, but it is run in quiet mode by publican.

You can run it manually after you have run publican to create a PDF 
(even if it failed to build the PDF).

$ publican build --formats pdf --langs en-US

... wait for PDF to fail ...

$ cd tmp/en-US/xml

$ fop -c /usr/share/publican/fop/fop.xconf -fo $docname.fo -pdf test.pdf


You may need to change the path to fop.xconf.

You need to replace $docname.fo with the FO file created by running 
publican in step 1.

Do not run `publican clean` before you have finished testing FOP; it 
will delete the intermediate files, including the FO file fop requires.

Cheers, Jeff.




More information about the publican-list mailing list