@sachingusain
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSJAVA-2935
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
We still see the same error with the 24.4 version too
com.aspose.words.internal.zzWwP: Exception on self test: Array index out of range: 32: EC
at com.aspose.words.internal.zzYAH.zzZva(Unknown Source)
at com.aspose.words.internal.zzyp.zzZva(Unknown Source)
at com.aspose.words.internal.zzyp.<clinit>(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Class.java:332)
at com.aspose.words.internal.zz4w.zzmp(Unknown Source)
at com.aspose.words.internal.zz4w.zzYch(Unknown Source)
at com.aspose.words.internal.zz4w$zzZva.run(Unknown Source)
at com.aspose.words.internal.zz4w.zzAf(Unknown Source)
at com.aspose.words.internal.zzZmu$zzZhv.<init>(Unknown Source)
at com.aspose.words.internal.zzZmu$zzZva.zzZva(Unknown Source)
at com.aspose.words.internal.zzWwJ.<clinit>(Unknown Source)
at com.aspose.words.internal.zzy9.zzZhv(Unknown Source)
at com.aspose.words.internal.zzy9.zzIB(Unknown Source)
at com.aspose.words.zzYDj.zzIB(Unknown Source)
at com.aspose.words.zzYDj.zzZhv(Unknown Source)
at com.aspose.words.zzYDj.zzZva(Unknown Source)
at com.aspose.words.zzWUs.zzZva(Unknown Source)
at com.aspose.words.zzWUs.zzXo5(Unknown Source)
at com.aspose.words.zzWUs.zzY62(Unknown Source)
at com.aspose.words.zzWUs.zzH(Unknown Source)
@maheibm Starting from 24.4 version we added a new aspose-words-24.3-jdk17ibm.jar with older version of bc-fips. So please make sure you are using a correct JAR on your side.
Are there any plans to merge changes specific for IBM J9 to the regular JDK JAR so we have just one Aspose Words JAR instead of two separate - one for IBM Java and other for standard JDK?
All problem started when we updated BouncyCastle library from 1.0.2.3 to 1.0.2.4
Our old version of Aspose.Words.jar uses bc-fips.1.0.2.3 and work with IBM VM without problem.
All newest version of Aspose.Words.jar uses bc-fips.1.0.2.4 and have problem with IBM VM.
BouncyCastle library will fix this problem in version 1.0.2.5
before that I will build aspose.words.jdk17.jar with bc-fips.1.0.2.4 and rebuild aspose.words.jdk17ibm.jar with bc-fips.1.0.2.3