Server I use : Websphere
I am trying to upload a spreadsheet. The java code logic uses org.apache.poi.ss.usermodel where I get a sheet from excel and I iterate through the rows.
Sheet sheet = wb.getSheetAt(0);
Iterator rows = sheet.rowIterator();
I have validation logic on every cell. Then I call the database to store all the values.
This works well when the spreadsheet size is small. However, when it is big (more than 1000s of records) then I get the below error :
Server Error
Access Manager WebSEAL could not complete your request due to an unexpected error.
Diagnostic Information
Method: POST
URL: /acx/myApp/xlImport
Error Code: 0x38cf04d3
Error Text: DPWWA1235E Could not read the response status line sent by a third-party server. Possible causes: non-spec HTTP headers, connection timeout, no data returned. This is not a problem with the WebSEAL server.
Solution
Provide your System Administrator with the above information to assist in troubleshooting the problem.