What caused HTTP server hanging there/Crashed?

Our HTTP server are always slow down or crash. I suspect it is cause by new web application I am working on.

Here is the log I got after I run task- tell http quit. It couldn’t stop HTTP server, just waiting for session to finish.

12/24/2003 12:37:01 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [2335] GET /issue.nsf/frm_ArtRequest?OpenForm&FromView=vw_RequestToDo&Type=Basic HTTP/1.1

12/24/2003 12:37:02 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [2371] GET /issue.nsf/frm_IntranetRequest?OpenForm&FromView=vw_RequestToDo&Type=Basic HTTP/1.1

12/24/2003 12:37:02 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [912] GET /issue.nsf/RequestPrint/?Open&UNID=300E154A4E6E7A6A85256E00006CDA0F&NOTS-5UJMBT2 HTTP/1.1

12/24/2003 12:37:02 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [2925] GET /issue.nsf/frm_ArtRequest?OpenForm&FromView=vw_RequestToDo&Type=Basic HTTP/1.1

12/24/2003 12:37:02 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [2927] GET /issue.nsf/frm_IntranetRequest?OpenForm&FromView=vw_RequestToDo&Type=Basic HTTP/1.1

12/24/2003 12:37:02 PM HTTP Server: Waiting for session to finish: Session State [Processing Request] Session ID [1819] GET /IT+Inventory.nsf/CustomerOneByEmpSave?Open&DocIds=026903E85A5CA0DE85256D98005E6C5D;&ref=http://mail.brantford.ca/IT+Inventory.nsf/CustomerOneByEmp/?Open&RequestBy=Jackie%20Thomas/Brantford&NOTS-5UJMW81&Ver=Form HTTP/1.1

What is the possible reason that cuased the problem?

Subject: What caused HTTP server hanging there/Crashed?

If running Win2k, right click on the console and select properties - on the first tab, ensure that Quick Edit and Insert Mode are is not checked. Just a thought…

To troubleshoot, I would break down your form and pull out fields/javascript and see if it still happens. I’ve gone as far as post a blank form - test it and then add several fields at a time (testing each time) until I determined what was causing me trouble. Tedious, but that’s web development for ya. : )

Subject: RE: What caused HTTP server hanging there/Crashed?

In our case, we had an error like this that was caused by a bug in databases which show unread marks. Since we didn’t use this feature, we turned it off, and that solved the problem. It is also supposed to be addressed by SPR ICOR5UATXZ in 6.0.4/6.5.2