(Please send questions to fop-users in the future so all users can
profit from answers given to your question. fop-dev is for development
discussions. Thank you.)

Someone reported a similar problem recently:
http://www.nabble.com/NullPointerException-while-trying-to-run-FOP-servlet-t376136.html#a1038811

Googling for your problem reveals other people having the same problem:
http://issues.apache.org/bugzilla/show_bug.cgi?id=32193
http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=8489605&cat=11&thread=65825&treeDisplayType=threadmode1&forum=262#8489605

As you can see, they all solved it by replacing Oracle's obviously buggy
stuff with Apache Xerces and Xalan. Or you should file a bug with Oracle
so they fix the problem.

On 25.10.2005 12:33:41 Lalitha Prasad wrote:
> Hi,
> 
> We are generating PDF documents using FOP. It was working fine with Tomcat 
> web server.
> 
> Now we have to install our application in Oracle 10g Application Server.  In 
> 10 App Server, It is taking Default their own default parser. We are getting 
> the following exception:
> 
> 05/10/25 15:52:40 ---------xmlSource:org.xml.sax.InputSource
> 05/10/25 15:52:40 [ERROR] Logger not set
> 05/10/25 15:52:40 [INFO] Using oracle.xml.parser.v2.SAXParser as SAX2 Parser
> 05/10/25 15:52:40 ----parser :oracle.xml.jaxp.JXXMLFilter
> 05/10/25 15:52:40 [INFO] Using oracle.xml.parser.v2.SAXParser as SAX2 Parser
> 05/10/25 15:52:41 [INFO] [1]
> 05/10/25 15:52:41 java.lang.NullPointerException
> 05/10/25 15:52:41     at 
> oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:814)
> 05/10/25 15:52:41     at 
> oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:369)

<snip/>

> Why we are getting this problem?. If anybody knows the solution/advice reg. 
> this. Please send me that info.


Jeremias Maerki

Reply via email to