Kbase P130276: ABL Session intermittently crashes using AIA with Apache Tomcat HTTP/1.1 protocol
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/8/2008 |
|
Status: Unverified
FACT(s) (Environment):
All Supported Operating Systems
Tomcat
Apache
OpenEdge 10.1B
OpenEdge 10.1C
SYMPTOM(s):
ABL Session intermittently crashes using AIA with Apache Tomcat using HTTP/1.1
AIA deployed with Tomcat JSE and integrated using mod_jk with Apache web server
ABL Session crashes only after receiving specific response length from the AIA/AppServer
During the crash protrace file is generated without having proper stack trace
CAUSE:
This is a known issue
FIX:
Downgrade web server's response to HTTP/1.0 by adding following lines to the Apache httpd.conf file:
SetEnvIf "User-Agent" "Progress AIA Client" nokeepalive
SetEnvIf "User-Agent" "Progress AIA Client" force-response-1.0