You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Schulze, Klaus-Peter" <KS...@microstrategy.com> on 2000/10/11 15:20:08 UTC

Error with PDF samples

Hello all,

I have installed JDK 1.3, JSDK 2.0, Apache 1.3.12, ApacheJServ 1.1.2 and
Cocoon 1.8 and the samples are working, only the samples concerning the FO
PDF-generation doesn´t work, even with my own XML-/XSL-Files where FOP 0.14
works fine as a standalone application. The error message is as follows:

Error found handling the request.
	java.lang.NullPointerException
		at
org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:266)
		at org.apache.fop.apps.Driver.buildFOTree(Driver.java:325)
		at
org.apache.cocoon.formatter.FO2PDFFormatter.format(FO2PDFFormatter.java:85)
		at org.apache.cocoon.Engine.handle(Engine.java:375)
		at org.apache.cocoon.Cocoon.service(Cocoon.java:167)
		at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
		at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
		at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
		at java.lang.Thread.run(Thread.java:484)

What shall I do?

Best
Klaus-Peter Schulze