CFPresentation Doesn't Work?
I am running CF10 on Windows and am trying to use CFPresentation for the first time. Every attempt I make to use this tag causes the script to stall and I get a blank white screen. In the CF exception log is this Java error:
java.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryNode;
In the ColdFusion error log is:
Mar 7, 2013 3:03:59 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [Servlet execution threw an exception] with root cause
java.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryNode;
These errors are only in the logs. they do not appear in the browser. The CF script runs fine until getting the to CFPresentation tag then it simply stops.
Help?
