On Thu, 8 Jan 2015, Banerjee, Tapas wrote:
We are using Apache SXSSF to export Excel. We had some issue in exporting large Excel, so we moved to 3.11. The API works fine in my PC, however when we deploy to our Unix server - we are getting below exception

[1/8/15 9:29:06:111 EST] 000000d9 ServletWrappe E com.ibm.ws.webcontainer.servle t.ServletWrapper service Uncaught service() exception thrown by servlet ExportExcelServlet: "java.lang.NoSuchMethodError: javax/xml/stream/XMLEventFactory.newFac tory()Ljavax/xml/stream/XMLEventFactory;"

Looks like you have a broken / beta JVM. That method should be present on a spec-compliant Java 6 JVM, see the java 6 javadocs:
http://docs.oracle.com/javase/6/docs/api/javax/xml/stream/XMLEventFactory.html#newFactory%28%29

What is the minimum java version we need to run 3.11?

Spec compliant java 1.6, or newer

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to