Comment 0 for bug 310882

Revision history for this message
Murray Cumming (murrayc) wrote : fop crashes with SEVERE: Couldn't find hyphenation pattern en

On Ubuntu Intrepid, when trying to generate a PDF with fop, it fails like so:

Making portrait pages on A4 paper (210mmx297mm)
Read /usr/share/doc/docbook-xsl/README.Debian section 5(a).
fop pdf/flumotion.fo pdf/flumotion.pdf
Dec 23, 2008 12:33:08 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
Dec 23, 2008 12:33:08 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
java.lang.NullPointerException
 at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:168)
 at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
 at org.apache.fop.cli.Main.startFOP(Main.java:166)
 at org.apache.fop.cli.Main.main(Main.java:197)