You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luise Massimo <IM...@computercenter.it> on 2001/04/06 16:46:08 UTC

Apache Internal Server Error

Hi all.
I'm writing because i have a "ghost" problem :)
Sometime (i haven't understood when !!) i receive from Apache (1.3.12) an
Internal Server Error when i invoke from IE 5.5 my webapp (a servlet and a
seriuous of jsp).
In mod_jk.log file i saw this message:

[jk_ajp13.c (346)]: Into ajp13_marshal_into_msgb
[jk_ajp13.c (480)]: ajp13_marshal_into_msgb - Done
[jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error -
jk_tcp_socket_recvfull failed
[jk_ajp13.c (346)]: Into ajp13_marshal_into_msgb
[jk_ajp13.c (480)]: ajp13_marshal_into_msgb - Done

If i re-send the request to my webapp all return ok (sometime i need 2-3
refresh).
I'm using tomcat 3.2.1 with a simple configuration:
a context named "service" mounted with "JkMount /service/* ajp13".

Using Tomcat 3.1 i never had this problem (ajp12).

Anyone that can help me ?

Thanks in advance.