Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Application hanging while created XSSF workbook (Apache POI)

AlbertoFaenzaJul 30 2015 — edited Aug 3 2015

Hi,

we have developed an application (using Netbeans) which in one windows is asking some parameters, reading some data from Oracle database and creating an xlsx worksheet on client side.

Everything is working fine but we have only one user (among 20 using our application) which has a problem. When the application has to start creating the xlsx file it hangs, the file is not even created on client side. This happens only on one specific machine

We cannot reproduce this behavior in our development environment or in any other machine.

I have tried to create an xls file instead of xlsx (using HSSFWorkbook instead of XSSFWorkbook) and the problem is not shown in his laptop. So the behavior seems to be related specifically to that problem. Apache POI library used is 3.11.

Is there any way to trace on client side (no administrator rights unfortunately on that machine) and see exactly what is causing this problem only on this machine?

Note that only JRE is installed on that machine.

Regards.

Alberto

This post has been answered by AlbertoFaenza on Aug 3 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2015
Added on Jul 30 2015
2 comments
1,941 views