Get the following error when trying to attach an enhanced document:
java.lang.NullPointerException
at org.faceless.pdf2.PDF.<init>(Unknown Source)
at org.faceless.pdf2.PDF.<init>(Unknown Source)
at com.tsgrp.wizard.xhtml.XHTMLOutputProcessor.mergeEnhancedText(XHTMLOutputProcessor.java:342)
at com.tsgrp.wizard.xhtml.XHTMLOutputProcessor.run(XHTMLOutputProcessor.java:184)
at java.lang.Thread.run(Thread.java:595)
[2010-12-20 10:11:45,890|ERROR|DfiException|logError|96]
com.tsgrp.dfi.DfiException
at com.tsgrp.wizard.xhtml.XHTMLOutputProcessor.mergeEnhancedText(XHTMLOutputProcessor.java:360)
at com.tsgrp.wizard.xhtml.XHTMLOutputProcessor.run(XHTMLOutputProcessor.java:184)
at java.lang.Thread.run(Thread.java:595)
Getting a value for the PDFReader but fails in creating the instance of the PDF class. Updating the faceless jar fixed the problem locally but not in the deployed version.