You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/11/01 13:03:08 UTC

[Bug 56550] Java error message showed when deploying to AIX environment.

https://bz.apache.org/bugzilla/show_bug.cgi?id=56550

--- Comment #6 from Tim Allison <ta...@mitre.org> ---
After I swapped out Oracle 1.8 for openjdk openj9 1.8, my build is failing from
this problem.

openjdk version "1.8.0_192"
OpenJDK Runtime Environment (build 1.8.0_192-b12)
Eclipse OpenJ9 VM (build openj9-0.11.0, JRE 1.8.0 Windows 10 amd64-64-Bit
Compressed References 20181019_105 (JIT enabled, AOT enabled)
OpenJ9   - 090ff9dc
OMR      - ea548a66
JCL      - 51609250b5 based on jdk8u192-b12)

Exception in thread "main" java.lang.RuntimeException:
java.lang.NoSuchFieldException: classes
     [java]
     [java]
     [java]     at
org.apache.poi.ooxml.util.OOXMLLite$2.run(OOXMLLite.java:340)OK (2473 tests)
     [java]
     [java]     at
org.apache.poi.ooxml.util.OOXMLLite$2.run(OOXMLLite.java:331)
     [java]
     [java]     at
java.security.AccessController.doPrivileged(AccessController.java:647)
     [java]     at
org.apache.poi.ooxml.util.OOXMLLite.getLoadedClasses(OOXMLLite.java:331)Copying
classes to poi-trunk2\build\ooxml-lite-classes
     [java]
     [java]     at
org.apache.poi.ooxml.util.OOXMLLite.build(OOXMLLite.java:196)
     [java]     at org.apache.poi.ooxml.util.OOXMLLite.main(OOXMLLite.java:107)
     [java] Caused by: java.lang.NoSuchFieldException: classes
     [java]     at java.lang.Class.getDeclaredField(Class.java:820)
     [java]     at
org.apache.poi.ooxml.util.OOXMLLite$2.run(OOXMLLite.java:336)
     [java]     ... 5 more

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org