> After the error, I've added below jar files to see if it solves the error, > still no luck. > jar poi-ooxml-3.9-20121203.jar poi-3.6-20091214.jar
>>> That will never ever work. In no situation is it ever supported to mix and match POI jars from different versions. You must *always* ensure that all your POI jars are from the same version Understood. I tried with intension some calls may be supported by older version of jar, which are deprecated in newer version. Also after googling, I saw someone else also had the same issue, solved by changing jar file. http://stackoverflow.com/questions/26298654/read-and-write-excel-file-using-apache-poi-in-java Is there an way to find out which jar (e.g. xml_api.jar...) causing this error? Interesting is - this works in my local Window machine. However, when I deploy to Linux server problem appears. Not sure if it is an JVM (Redhat vs Sun java) issue. I see a buglist here: https://bugzilla.redhat.com/show_bug.cgi?id=900105 Any other steps I can try? Thanks in advance, -----Original Message----- From: Nick Burch [mailto:[email protected]] Sent: Thursday, October 16, 2014 6:18 PM To: POI Developers List Subject: RE: [Bug 57042] Writing Large Excel Sheet (~150K rows) causing the api to dump large xml file at /tmp dir. Also does not compress & cleanup up causing the /tmp/ disk space full On Thu, 16 Oct 2014, Banerjee, Tapas wrote: > FYI: We're using below poi jar files first > poi-3.11-beta2-20140822. poi-ooxml-schemas-3.11-beta2-20140822.jar > poi-ooxml-3.11-beta2-20140822.jar > > After the error, I've added below jar files to see if it solves the error, > still no luck. > jar poi-ooxml-3.9-20121203.jar poi-3.6-20091214.jar That will never ever work. In no situation is it ever supported to mix and match POI jars from different versions. You must *always* ensure that all your POI jars are from the same version Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
