While I know WebLogic 8.1 is way behind the times, that is what our client is currently using. Aspose.Words for Java 11.0.0 works in WLS 8.1, but any attempt at using 11.3.0 results in an exception with this root cause:
<Jun 1, 2012 9:54:18 AM CDT> <[ServletContext(id=42806583,name=REDACTED,context-path=/REDACTED)] Root cause of ServletException.
java.lang.NoClassDefFoundError: sun/reflect/generics/reflectiveObjects/NotImplementedException
at asposewobfuscated.aam.wW(Unknown Source)
at com.aspose.words.StyleCollection.iterator(Unknown Source)
at com.aspose.words.awq.aDu(Unknown Source)
at com.aspose.words.awq.a(Unknown Source)
at com.aspose.words.fj.read(Unknown Source)
at com.aspose.words.Document.b(Unknown Source)
at com.aspose.words.Document.a(Unknown Source)
at com.aspose.words.Document.KZ(Unknown Source)
at com.aspose.words.Document.(Unknown Source)
at com.aspose.words.Document.(Unknown Source)
Other J2EE servers (GlassFish, WLS 11g) don’t have this problem, but for 8.1 we’re stuck with the 11.0.0 release. While they intend to modernize their server this year, there isn’t a definite time frame.
My reason for trying out 11.3.0 in the first place is a problem with list formatting. I’m getting inconsistent results depending on which file format I save the final document, and even which program I use to open the document (Word 2010 vs. Word 2000 vs. LibreOffice 3.5), with PDF rendering it correctly, ODT renders correctly on LibreOffice and Word 2010 (of course, it can’t be used in Word 2000), DOC renders correctly in Word 2000 but not in Word 2010 or LibreOffice, and DOCX doesn’t render correctly in either Word 2010 or LibreOffice. That will be the subject of another thread once I write some sample code to illustrate this issue. The list formatting problems apply to both 11.0.0 and 11.3.0.
Hi Russ,
Thanks for your inquiry and sorry for the delayed response. Unfortunately, it is difficult to say what the problem is without the document and code. I need your document (you’re getting problems with) and the complete code to be able to reproduce the problem on my side. I will then investigate the issue and provide you more information.
Best Regards,
Hi Russ,
Thanks for your patience. During investigating your problem, we have found that this issue occurs because currently Aspose.Words for Java references internal Sun classes in some places. Your request has been linked to the appropriate issue (WORDSJAVA-544) in our issue tracking system and you will be notified as soon as it is resolved. Sorry for the inconvenience.
Best Regards,
The issues you have found earlier (filed as WORDSJAVA-544) have been fixed in this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)