ColdFusion Server hangs with use of cfspreadsheet
Hi,
We are running an application on a hosted CF11 server that uses the cfspreadsheet tag for one of the pages.
Until a few days ago that tag was working without any problems, but now any pages that are using cfspreadsheet don't return anything to the browser.
The browser hangs until ~5 minutes later it shows a "the server did not return any page" error message (different message in different browsers). I get the same results when I run it with my xls testfile with 2 lines of data and ~20 columns, that ran many times without any problems, and still runs fine on my development server.
I did not find anything online about this issue, but as far as I know CF is using the Apache POI library for the cfspreadsheet tag.
The hosting company did restart the server for us but that did not fix the issue. My guess at the moment is that they have installed some security update on the Windows server that messed up how that POI library is used and now it just hangs when it is called by CF and CF doesn't catch that error.
I did add cftry and cfcatch to the script but that doesn't catch any error, the page still time-outs on me.
This is a customer-facing site for us and very urgent, so any response would be very, very appreciated.
Cheers
Franz
