Closed GoogleCodeExporter closed 9 years ago
Hi,
I'm sorry, I cannot help you with those information
"java.lang.NoSuchFieldException: classes".
Please try to find out more stack trace which will help us.
Regards Angelo
Original comment by angelo.z...@gmail.com
on 20 May 2014 at 7:06
Hi Angelo,
I further found the below error lines in WebLogic 12c's log files :
....
....
Caused By: java.lang.NoSuchFieldException: classes
at java.lang.Class.getDeclaredFieldImpl(Native Method)
at java.lang.Class.getDeclaredField(Class.java:599)
at org.apache.poi.util.OOXMLLite.<clinit>(OOXMLLite.java:39)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:236)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:219)
....
....
Refer to line 4 >> at org.apache.poi.util.OOXMLLite.<clinit>(OOXMLLite.java:39)
I further found the "OOXMLLite.class" in "poi-ooxml-3.9.jar", and next I try to
read the content with a decompiler and found some "classes" definition in the
files.
Hope these information can provide some hints for your further advice. Thank
you so much.
Cheers
Original comment by henrydis...@gmail.com
on 21 May 2014 at 1:56
It seems your problem comes from POI. Can you generate a report without convert
it to PDF?
If you can generate a report without convert it to PDF (POI is not used in this
case), I suggest you to post your question on POI forum.
Original comment by angelo.z...@gmail.com
on 21 May 2014 at 7:21
I close this issue because problem comes from POI.
Original comment by angelo.z...@gmail.com
on 7 Aug 2014 at 3:48
Original issue reported on code.google.com by
henrydis...@gmail.com
on 20 May 2014 at 2:21Attachments: