[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 Henry changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #16 from Henry --- (In repl

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 Axel Howind changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #14 from PJ Fanning --- Weblogic might rely on an older version of commons-io and this might conflict with the newer version of commons-io needed by POI. My understanding is that you can specify 'Parent Last' classloading when deplo

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #11 from Axel Howind --- Can you re-check the attached source? This does not seem to be compilable: logger.error("inicia crearexcel"); try {

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #10 from sfis...@gmail.com --- your stack trace indicates that the application is running inside weblogic. have you ruled out a conflict with any/all the bundled libraries that an EE container brings into the environment. it is a

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 Henry changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INFORMATIONPROVIDE

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 PJ Fanning changed: What|Removed |Added Resolution|--- |INFORMATIONPROVIDED Status|NE

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 Henry changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail because: Y

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #7 from Henry --- Created attachment 39862 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39862&action=edit stack_trace.txt stacktrace error -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #6 from Henry --- Got stacktrace with catching Throwable Error : org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream.builder()Lorg/apache/commons/io/output/UnsynchronizedByteArrayOutputStream$Builder; Consider that

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #5 from PJ Fanning --- Why don't you try catching Throwable? Even for debugging purposes. Btw this is not a bug, it is a request for random people to debug your code for you and that is not what bugzilla is for. -- You are receiv

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #4 from Henry --- (In reply to PJ Fanning from comment #3) > can you provide the actual stack trace? > > Are you using a build tool - eg Gradle? Build tools are good at sorting out > dependencies. -this is not possible, it never e

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from PJ Fanning

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #2 from Henry --- Java version openjdk version "1.8.0_402" OpenJDK Runtime Environment (build 1.8.0_402-b06) OpenJDK 64-Bit Server VM (build 25.402-b06, mixed mode) -- You are receiving this mail because: You are the assignee for

[Bug 69304] error creating an instance of XSSFWorkbook

2024-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69304 --- Comment #1 from Henry --- Created attachment 39861 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39861&action=edit part of the source code -- You are receiving this mail because: You are the assignee for the bug.