Hello,
While processing one of our presentation, we are getting ArrayIndexOutOfBounds exception in Presentation constructor. Following is the stack trace of the exception
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(ArrayList.java:326)
at com.aspose.slides.obfuscated.V.do(SourceFile:33)
at com.aspose.slides.obfuscated.jd.do(SourceFile:103)
at com.aspose.slides.obfuscated.V.new(SourceFile:61)
at com.aspose.slides.obfuscated.V.(SourceFile:50)
at com.aspose.slides.obfuscated.C.do(SourceFile:35)
at com.aspose.slides.obfuscated.C.(SourceFile:31)
at com.aspose.slides.Presentation.(SourceFile:475)
at com.test.AsposeSlidesTest.testPPT(AsposeSlidesTest.java:24)
at com.test.AsposeSlidesTest.main(AsposeSlidesTest.java:15)
We are using Aspose.Slides Java version 1.9.1. Attached is the URL to download the ppt file that is causing the issue.
I saw few similar threads on this forum, but could not determine if this is a known issue and a fix/workaround is available.
Any help on resolving this issue would be greatly appreciated.
thanks,
Chirag.
Dear Chirag,
Thanks for reporting.
The link seems broken. Can you attach the presentation on this post? Just click the Edit button and then click Add/Remove button to add the attachment.
I’ve not been able to upload the presentation to this forum because of it’s size (~35MB). I’ve added an alternate location from where it can be obtained (http://75.101.200.125/Post_ACC_2009_Webcast.zip
). Please use this alternate URL to download the file.
thanks,
Chirag.
Hello Chirag,
The problem has been fixed. Please find attached new version of Aspose.Slides for Java.
Is this new version available to everyone? I’m currently evaluating Aspose.Slides and Aspose.Cells for my company and running into the same problem. I have the latest 1.9 jar file from your downloads section of the website. The odd thing is, the code I’ve created works under Windows, but not Unix.