Aspose.pdf aspose-pdf-9.7.0-jdk14 run with Java 1.5

Hi, Aspose.pdf version aspose-pdf-9.7.0-jdk14 run with Java 1.5 works fine with my local windows pc. when trying to execute the same code in solaris under weblogic 9, it gets stuck indefinetly when the first api of aspose is executed. For eg., the code get stucks when the below code is called


// instantiate Document Object with InputStream
Document pdfDocument = new Document(new java.io.ByteArrayInputStream(bytes));

Any help on this would be much appreciated.

Thanks,
OTC

Hi Omkumar,


Thanks for your inquiry. I am afraid it is quite difficult to suggest you any thing without replicating issue at our end. We will appreciate it if you please share some details to replicate issue at our end.

Moreover, please find a simple servlet example. Kindly check readme.txt file in attached example, test the servlet and share the results.

We are sorry for the inconvenience caused.

Best Regards,

Hi Tilal,

Thanks much for your response. I will get back with the more details with a sample war file that could be deployed in weblogic 9.

Thanks,
OTC