Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using oracle 10g to generate apache fop pdf report

Status
Not open for further replies.

womblies

Programmer
Feb 28, 2003
62
IE
trying to generate a fop pdf file from a servlet and im getting this error:

java.lang.NullPointerException at oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:776) at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:343)

it is falling out at this point
Code:
transformer.transform(src, res);
if anyone knows anything about this i would be very grateful for the help or could point me in the right direction of where to get more info
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top