You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Findlay, Colin, VF-NZ" <Co...@vodafone.com> on 2005/05/31 20:54:21 UTC

JK network error messages.

Hi,
 
We're receiving the following error messages in our isapi_redirect.log,
but are unable to determine the cause.
We're running Tomcat 5.0.28 with JK 1.2.10 & IIS on Windows 2000
Advanced Server SP4. The server.xml & workers.properties are pretty much
the default out-of-the box copies (But I can post them if needed). All
the error messages point towards some sort of network problem - yet the
components are all on localhost.
Any help would be hugely appreciated!
 
[Wed Jun 01 02:56:19 2005] [error] write::jk_isapi_plugin.c (619):
WriteClient failed with 00002745
[Wed Jun 01 02:56:19 2005] [info]  ajp_process_callback::jk_ajp_common.c
(1363): Connection aborted or network problems
[Wed Jun 01 02:56:19 2005] [info]  ajp_service::jk_ajp_common.c (1706):
Receiving from tomcat failed, because of client error without recovery
in send loop 0
[Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
(1164): Socket is not connected any more (errno=0)
[Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
(1186): Error sending request. Will try another pooled connection
[Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
(1164): Socket is not connected any more (errno=0)
[Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
(1186): Error sending request. Will try another pooled connection
[Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
(1207): All endpoints are disconnected or dead
[Wed Jun 01 03:00:42 2005] [info]  ajp_service::jk_ajp_common.c (1724):
Sending request to tomcat failed,  recoverable operation attempt=1
[Wed Jun 01 03:16:12 2005] [error] write::jk_isapi_plugin.c (619):
WriteClient failed with 00002745
[Wed Jun 01 03:16:12 2005] [info]  ajp_process_callback::jk_ajp_common.c
(1363): Connection aborted or network problems
[Wed Jun 01 03:16:12 2005] [info]  ajp_service::jk_ajp_common.c (1706):
Receiving from tomcat failed, because of client error without recovery
in send loop 0
[Wed Jun 01 03:26:35 2005] [error] write::jk_isapi_plugin.c (619):
WriteClient failed with 00002746
[Wed Jun 01 03:26:35 2005] [info]  ajp_process_callback::jk_ajp_common.c
(1363): Connection aborted or network problems
[Wed Jun 01 03:26:35 2005] [info]  ajp_service::jk_ajp_common.c (1706):
Receiving from tomcat failed, because of client error without recovery
in send loop 0
[Wed Jun 01 03:32:15 2005] [error] write::jk_isapi_plugin.c (619):
WriteClient failed with 00002745
[Wed Jun 01 03:32:15 2005] [info]  ajp_process_callback::jk_ajp_common.c
(1363): Connection aborted or network problems
[Wed Jun 01 03:32:15 2005] [info]  ajp_service::jk_ajp_common.c (1706):
Receiving from tomcat failed, because of client error without recovery
in send loop 0
 
Regards 
Colin Findlay 


-----------------------------------------------------------------------------------------------
Have you seen our website?.... http://www.vodafone.co.nz

Manage Your Account, check your Vodafone Mail and send web2TXT online: http://www.vodafone.co.nz/myvodafone

CAUTION: This correspondence is confidential and intended for the named recipient(s) only.
If you are not the named recipient and receive this correspondence in error, you must not copy,
distribute or take any action in reliance on it and you should delete it from your system and
notify the sender immediately.  Thank you.

Unless otherwise stated, any views or opinions expressed are solely those of the author and do
not represent those of Vodafone New Zealand Limited.

Vodafone New Zealand Limited
20 Viaduct Harbour Avenue, Private Bag 92161, Auckland 1030
Telephone + 64 9 355 2000
Facsimile + 64 9 355 2001

Re: JK network error messages.

Posted by Mladen Turk <ml...@jboss.com>.
Findlay, Colin, VF-NZ wrote:
> Hi,
>  
>  
> [Wed Jun 01 02:56:19 2005] [error] write::jk_isapi_plugin.c (619):
> WriteClient failed with 00002745

Means that the client closed the browser before all data has been set.

> [Wed Jun 01 02:56:19 2005] [info]  ajp_process_callback::jk_ajp_common.c
> (1363): Connection aborted or network problems
> [Wed Jun 01 02:56:19 2005] [info]  ajp_service::jk_ajp_common.c (1706):
> Receiving from tomcat failed, because of client error without recovery
> in send loop 0
> [Wed Jun 01 03:00:42 2005] [info]  ajp_send_request::jk_ajp_common.c
> (1164): Socket is not connected any more (errno=0)

You have connectionTimeout set to the value != 0.
Tomcat has recycled the connection and forced reconnect.
Set the connectionTimeout="0" inside server.xml for AJP connector.


Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org