Hi,

We are unable to get ISAPI JK connector (isapi_redirector.dll) working on
one Windows 2003 based server installation. Here are our findings so far:

- When browsing to http://localhost:8080 everything works, ie. tomcat side is 
working
- When browsing to http://localhost/some.file.txt works, if 
isapi_redirector.dll is unloaded,
  ie. IIS seems to also work.

We enabled debugging in JK and it results in following output:

- First server starts up (ok),
- redirector creates connection to tomcat (ok)
- redirector sends request to tomcat (ok)
- redirector receives response from tomcat (ok)
- redirector sends output to browser (FAILS)

The last operation fails with HSE_REQ_SEND_RESPONSE_HEADER failed with 
error=00002746
There were some similar cases that I found with google, but no real solution to 
this.
In some of those cases this occurred only after heavy traffic, but in our case 
it
doesn't work at all.

The isapi_redirectory.dll version is 1.2.26.

The log contents are appended to end of this mail.

   Ari S.



[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_util.c (430): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S.000 %Y] '
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_shm.c (169): Initialized 
shared memory size=28800 free=28672 addr=0x1aa0000
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1688): 
Using registry.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1691): Using log file C:\SyncronTech\Tomcat\log\isapi_redirect.log.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1692): 
Using log level 1.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1693): 
Using extension uri /jakarta/isapi_redirect.dll.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1694): Using worker file C:\SyncronTech\Tomcat\conf\workers.properties.minimal. [Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1695): Using worker mount file C:\SyncronTech\Tomcat\conf\uriworkermap.properties.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1697): 
Using rewrite rule file .
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_isapi_plugin.c (1699): 
Using uri select 3.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property '/*' with value 'wlb' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property '/jkmanager' with value 'jkstatus' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_uri_worker_map.c (722): Loading urimaps from C:\SyncronTech\Tomcat\conf\uriworkermap.properties with reload check interval 60 seconds
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_uri_worker_map.c (379): 
wildchar rule '/*=wlb' source 'uriworkermap' was added
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_uri_worker_map.c (387): exact rule '/jkmanager=jkstatus' source 'uriworkermap' was added
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property 'worker.list' with value 'wlb,jkstatus' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property 'worker.ajp13w.type' with value 'ajp13' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding property 'worker.ajp13w.host' with value 'localhost' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property 'worker.ajp13w.port' with value '8009' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding 
property 'worker.wlb.type' with value 'lb' to map.
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding property 'worker.wlb.balance_workers' with value 'ajp13w' to map. [Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (492): Adding property 'worker.jkstatus.type' with value 'status' to map. [Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (770): Checking for references with prefix worker. with wildcard (recursion 1)
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.list' -> 'wlb,jkstatus'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.ajp13w.type' -> 'ajp13'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.ajp13w.host' -> 'localhost'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.ajp13w.port' -> '8009'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.wlb.type' -> 'lb'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.wlb.balance_workers' -> 'ajp13w'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_map.c (590): Dump of map: 
'worker.jkstatus.type' -> 'status'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (241): creating 
worker wlb
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (145): about to 
create instance wlb of lb
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (158): about to 
validate and init wlb
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (145): about to 
create instance ajp13w of ajp13
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (158): about to 
validate and init ajp13w
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2249): 
worker ajp13w contact is 'localhost:8009'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2380): 
setting endpoint options:
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2383): 
keepalive:        0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2387): 
timeout:          0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2391): 
buffer size:      0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2395): pool 
timeout:     0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2399): 
connect timeout:  0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2403): 
reply timeout:    0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2407): 
prepost timeout:  0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2411): 
recovery options: 0
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2415): 
retries:          2
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2419): max 
packet size:  8192
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_ajp_common.c (2288): 
setting connection pool size to 250 with min 125
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_lb_worker.c (1380): Balanced worker 0 has name ajp13w and route ajp13w in domain
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_lb_worker.c (243): worker 
ajp13w gets multiplicity 1
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_lb_worker.c (288): 
syncing shm for lb 'wlb' from mem
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (241): creating 
worker jkstatus
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (145): about to 
create instance jkstatus of status
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_worker.c (158): about to 
validate and init jkstatus
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_status.c (3608): Status worker 'jkstatus' is read/write and has css '(null)', prefix 'worker', name space 'jk:', xml name space 'xmlns:jk="http://tomcat.apache.org";', document type '(null)' [Wed Mar 12 10:46:47.396 2008] [1472:4468] [debug] jk_status.c (3659): Status worker 'jkstatus' has good rating for '0000000f' and bad rating for '00ff1010'
[Wed Mar 12 10:46:47.396 2008] [1472:4468] [info] jk_isapi_plugin.c (1783): 
isapi_redirect/1.2.26 initialized

- Here comes first request:

[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (1199): 
Filter started
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_uri_worker_map.c (682): 
Attempting to map URI '/localhost/' from 2 maps
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_uri_worker_map.c (503): Attempting to map context URI '/jkmanager=jkstatus' source 'uriworkermap' [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_uri_worker_map.c (503): Attempting to map context URI '/*=wlb' source 'uriworkermap'
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_uri_worker_map.c (516): 
Found a wildchar match '/*=wlb'
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (1277): 
check if [/] points to the web-inf directory
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (1294): 
[/] is a servlet url - should redirect to wlb
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (1336): 
fowarding escaped URI [/]
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_worker.c (323): 
Maintaining worker wlb
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (2236): Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1 name=localhost port=80 auth= user= uri=/
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_worker.c (115): found a 
worker wlb
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_isapi_plugin.c (1503): 
got a worker for name wlb
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_lb_worker.c (940): 
service sticky_session=1 id='empty'
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_lb_worker.c (962): 
service worker=ajp13w route=ajp13w
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (2579): 
acquired connection pool slot=0
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (553): ajp 
marshaling done
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (2050): 
processing ajp13w with 2 retries
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (1352): (ajp13w) all endpoints are disconnected, detected by connect check (0), cping (0), send (0)
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_connect.c (448): socket 
TCP_NODELAY set to On
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_connect.c (548): trying 
to connect socket 548 to 127.0.0.1:8009
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_connect.c (574): socket 
548 connected to 127.0.0.1:8009
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (878): 
Connected socket 548 to (127.0.0.1:8009)

- There is now succesfull connection to tomcat, and connector is now sending 
the request:

[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 
sending to ajp13 pos=4 len=348 max=8192
[Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0000 12 34 01 58 02 02 00 08 48 54 54 50 2F 31 2E 31 - .4.X....HTTP/1.1 [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0010 00 00 01 2F 00 00 09 31 32 37 2E 30 2E 30 2E 31 - .../...127.0.0.1 [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0020 00 00 09 31 32 37 2E 30 2E 30 2E 31 00 00 09 6C - ...127.0.0.1...l [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0030 6F 63 61 6C 68 6F 73 74 00 00 50 00 00 08 A0 06 - ocalhost..P..... [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0040 00 0A 4B 65 65 70 2D 41 6C 69 76 65 00 A0 01 00 - ..Keep-Alive.... [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0050 38 69 6D 61 67 65 2F 67 69 66 2C 20 69 6D 61 67 - 8image/gif,.imag [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0060 65 2F 78 2D 78 62 69 74 6D 61 70 2C 20 69 6D 61 - e/x-xbitmap,.ima [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0070 67 65 2F 6A 70 65 67 2C 20 69 6D 61 67 65 2F 70 - ge/jpeg,.image/p [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0080 6A 70 65 67 2C 20 2A 2F 2A 00 00 0F 61 63 63 65 - jpeg,.*/*...acce [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0090 70 74 2D 65 6E 63 6F 64 69 6E 67 00 00 0D 67 7A - pt-encoding...gz [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00a0 69 70 2C 20 64 65 66 6C 61 74 65 00 00 0F 61 63 - ip,.deflate...ac [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00b0 63 65 70 74 2D 6C 61 6E 67 75 61 67 65 00 00 02 - cept-language... [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00c0 66 69 00 A0 0B 00 09 6C 6F 63 61 6C 68 6F 73 74 - fi.....localhost [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00d0 00 A0 0E 00 5E 4D 6F 7A 69 6C 6C 61 2F 34 2E 30 - ....^Mozilla/4.0 [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00e0 20 28 63 6F 6D 70 61 74 69 62 6C 65 3B 20 4D 53 - .(compatible;.MS [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 00f0 49 45 20 36 2E 30 3B 20 57 69 6E 64 6F 77 73 20 - IE.6.0;.Windows. [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0100 4E 54 20 35 2E 32 3B 20 53 56 31 3B 20 2E 4E 45 - NT.5.2;.SV1;..NE [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0110 54 20 43 4C 52 20 31 2E 31 2E 34 33 32 32 3B 20 - T.CLR.1.1.4322;. [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0120 2E 4E 45 54 20 43 4C 52 20 32 2E 30 2E 35 30 37 - .NET.CLR.2.0.507 [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0130 32 37 29 00 00 06 75 61 2D 63 70 75 00 00 03 78 - 27)...ua-cpu...x [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0140 38 36 00 A0 08 00 01 30 00 03 00 00 00 04 00 00 - 86.....0........ [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (934): 0150 00 06 00 06 61 6A 70 31 33 77 00 FF 00 00 00 00 - ....ajp13w...... [Wed Mar 12 10:46:47.412 2008] [1472:4468] [debug] jk_ajp_common.c (1395): (ajp13w) request body to send 0 - request body to resend 0

- Headers are now received from tomcat

[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 
received from ajp13 pos=0 len=171 max=8192
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0000 04 00 C8 00 02 4F 4B 00 00 04 00 0A 53 65 74 D - .....OK.....Set- [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0010 43 6F 6F 6B 69 65 00 00 33 4A 53 45 53 53 49 F - Cookie..3JSESSIO [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0020 4E 49 44 3D 39 41 39 43 35 41 30 43 43 37 33 3 - NID=9A9C5A0CC733 [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0030 31 41 42 44 44 45 36 45 32 34 38 30 39 44 42 6 - 1ABDDE6E24809DB6 [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0040 34 31 42 42 3B 20 50 61 74 68 3D 2F 00 00 0C 3 - 41BB;.Path=/...C [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0050 6F 6E 74 65 6E 74 2D 54 79 70 65 00 00 1C 74 5 - ontent-Type...te [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0060 78 74 2F 68 74 6D 6C 3B 63 68 61 72 73 65 74 D - xt/html;charset= [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0070 49 53 4F 2D 38 38 35 39 2D 31 00 00 10 43 6F E - ISO-8859-1...Con [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0080 74 65 6E 74 2D 4C 61 6E 67 75 61 67 65 00 00 2 - tent-Language... [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0090 66 69 00 00 0E 43 6F 6E 74 65 6E 74 2D 4C 65 E - fi...Content-Len [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 00a0 67 74 68 00 00 04 33 35 35 32 00 00 00 00 00 0 - gth...3552......
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (608): 
status = 200
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (615): 
Number of headers is = 4
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (671): Header[0] [Set-Cookie] = [JSESSIONID=9A9C5A0CC7331ABDDE6E24809DB641BB; Path=/]
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (671): 
Header[1] [Content-Type] = [text/html;charset=ISO-8859-1]
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (671): 
Header[2] [Content-Language] = [fi]
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (671): 
Header[3] [Content-Length] = [3552]

- Sending of headers fails !!

[Wed Mar 12 10:46:47.428 2008] [1472:4468] [error] jk_isapi_plugin.c (640): 
HSE_REQ_SEND_RESPONSE_HEADER failed with error=00002746

- HTML content is received

[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 
received from ajp13 pos=0 len=3556 max=8192
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0000 03 0D E0 3C 68 74 6D 6C 3E 0A 3C 68 65 61 64 E - ...<html>.<head> [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0010 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A A - ................ [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 0020 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 3C 73 3 - .............<sc [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 03e0 6D 65 73 5B 31 5D 2E 6C 6F 63 61 74 69 6F 6E E - mes[1].location.
.... some more content here....
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (1117): 03f0 68 72 65 66 3D 70 3B 0A 0A 09 69 66 20 28 74 9 - href=p;...if.(ti

- but it is not possible to write it to client

[Wed Mar 12 10:46:47.428 2008] [1472:4468] [error] jk_isapi_plugin.c (754): 
WriteClient failed with 00002746
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [info] jk_ajp_common.c (1603): 
Writing to client aborted or client network problems
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [info] jk_ajp_common.c (2186): (ajp13w) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1) [Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (691): (ajp13w) resetting endpoint with sd = 548 (socket shutdown)
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [debug] jk_ajp_common.c (2522): 
recycling connection pool slot=0 for worker ajp13w
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [info] jk_lb_worker.c (1188): unrecoverable error 200, request failed. Client failed in the middle of request, we can't recover to another instance.
[Wed Mar 12 10:46:47.428 2008] [1472:4468] [info] jk_isapi_plugin.c (1523): 
service() failed because client aborted connection



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to