We are having issues with one of our apps where the HTTP thread is not getting completed and the server gets hung. The functionality of the web app is to get input from the user and run a query in SAP and show the result as an excel report.
The issue is happening only to some users and working fine for others. When I run “tell http show thread state” in console this is what i see.
05/09/2016 10:27:17 AM Http Worker Thread ID [fe0]: Working session [16d7]: Session State [Processing Request] : Client IP Address [1.1.1.1] : User Name [Anonymous] : GET /report/report.nsf/0/0DA6A7B9159F8AE788257FAE0046BDF4/$File/excelreport.xls HTTP/1.0
05/09/2016 10:27:17 AM Http Worker Thread ID [870]: Working session [16fe]: Session State [Processing Request] : Client IP Address [1.1.1.1] : User Name [Anonymous] : GET /report/report.nsf/0/1F91723CF3DB2A7F88257FAE004757B7/$File/excelreport.xls HTTP/1.0
05/09/2016 10:27:17 AM Http Worker Thread ID [1004]: Working session [1add]: Session State [Processing Request] : Client IP Address [1.1.1.1] : User Name [Anonymous] : GET /report/report.nsf/0/98EB33012D96933188257FAE0054CF3A/$File/excelreport.xls HTTP/1.0
05/09/2016 10:27:17 AM Http Worker Thread ID [1008]: [Thread State is Idle]
The excel report gets generated successfully and presented to the user but these threads still hang on. The same functionality used to work fine when he had the Lotus 8.5 version. I am also not sure why it shows user name as Anonymous when the user is actually logged in.
Can someone help me out?
TIA