https://issues.apache.org/bugzilla/show_bug.cgi?id=55008
Bug ID: 55008
Summary: Add poi-ooxml-schemas-3.9-20121203.jar to
TomEE(WEB-INF/lib) unable to start
Product: POI
Version: 3.9-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Hi All,
I created Web project, and add the jar
file(poi-ooxml-schemas-3.9-20121203.jar) to TomEE (under WEB-INF/lib). when
TomEE runtime environment is JDK1.7, there is problem during when we start
TomEE. Following are details:
SEVERE: A child container failed during start
java.util.concurrent.ExecutionException: java.lang.StackOverflowError
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:800)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.StackOverflowError
at java.util.zip.ZipCoder.toString(ZipCoder.java:56)
at java.util.zip.ZipFile.getZipEntry(ZipFile.java:529)
at java.util.zip.ZipFile.access$900(ZipFile.java:56)
at java.util.zip.ZipFile$1.nextElement(ZipFile.java:511)
at java.util.zip.ZipFile$1.nextElement(ZipFile.java:481)
at java.util.jar.JarFile$1.nextElement(JarFile.java:243)
at java.util.jar.JarFile$1.nextElement(JarFile.java:238)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:105)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
at
org.apache.xbean.finder.archive.JarArchive$JarIterator.advance(JarArchive.java:108)
So, please help me to fix it.
Thank you!
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]