Kbase P31242: (9328) error on application disconnect when using Tomcat APJ12 protocol to communicate with Apache
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/03/2005 |
|
Status: Unverified
FACT(s) (Environment):
Tomcat
Apache 1.x
Progress 9.1x
SYMPTOM(s):
4GL Application that sends Sonic messages encounters error (9328) on disconnect
Unable to communicate with AIA. The Web Server returned an HTTP status code of . (9328)
Unable to communicate with AIA. The Web Server returned an HTTP status code of 0. (9328)
Error (9328) occurs on the client disconnection.
AppServer Internet Adapter (AIA) is used to pass the message to the SonicMQ Adapter.
The messages are received correctly.
Using Mod_jk to handle the communication between Apache and Tomcat with the AJP12 protocol
CAUSE:
The Ajp13 protocol should be used with Tomcat to perform the communications between Apache and Tomcat
FIX:
Modify the Tomcat's mod_jk.conf file to use the Ajp13 connector with AIA.
Example:
In the $TOMCAT_HOME/conf/jk/mod_jk.conf file add or modify the following file to the end of the file:
JKMount /aia/* ajp13
If an existing JKMount /aia/* ajp12 exists, ensure that this entry is commented out.