ExceptionInInitializerError after update to 15.8.0

I tried to update Aspose Slides from 15.5.1 to 15.8.0. I'm running in an OSGi environment and now I get the following exception:

java.lang.ExceptionInInitializerError
at com.aspose.slides.LineFillFormat.(Unknown Source)
at com.aspose.slides.LineFormat.(Unknown Source)
at com.aspose.slides.BasePortionFormat.(Unknown Source)
at com.aspose.slides.PortionFormat.(Unknown Source)
at com.aspose.slides.ParagraphFormat.(Unknown Source)
at com.aspose.slides.Presentation.(Unknown Source)
...........
Caused by: java.lang.NullPointerException
at com.aspose.slides.ms.pbdb106a0.p7cce53cf.af.do(Unknown Source)
at com.aspose.slides.ms.pbdb106a0.p2cbca448.b.do(Unknown Source)
at com.aspose.slides.PatternFormat.do(Unknown Source)
at com.aspose.slides.PatternFormat.(Unknown Source)
... 605 more
This is the code I use for testing:

try {
new Presentation();
} catch (Throwable e) {
e.printStackTrace();
}


Additional information, bug already existed in Aspose Slides 15.7.0, same exception. Version 15.6.0 works fine.

Hi Peter,


Thank you for posting.

I have observed your comments and like to share with you that, a ticket with ID SLIDESJAVA-35066 has been logged into our issue management system for further investigation and resolution. This thread has been linked with the issue so that you may be notified automatically as soon as the issue will be fixed.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-35066) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.