| Author |
Errors in Apache log
|
Deepak Dew
Ranch Hand
Joined: Mar 29, 2004
Posts: 79
|
|
Hi Guys, I am uisng apache2.046/linux3.0/weblogic81sp3/apache with proxy plug-in. I am getting these errors in apache error file [Tue Feb 22 11:42:19 2005] [info] (104)Connection reset by peer: core_output_filter: writing data to the network [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [info] (104)Connection reset by peer: core_output_filter: writing data to the network [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:42:19 2005] [info] (104)Connection reset by peer: core_output_filter: writing data to the network [Tue Feb 22 11:42:19 2005] [info] (104)Connection reset by peer: core_output_filter: writing data to the network 11:42:19 2005] [error] PROTOCOL_ERROR [line 795 of ../nsapi/URL.cpp]: Unexpected EOF reading HTTP status - connection reset [Tue Feb 22 11:48:41 2005] [debug] worker.c(1095): child 15991 isn't taking over slots very quickly (8 of 50) Plz Help Thanks in advance. Deepak
|
IBM Certified Advance WAS Administrator on 6.1, BEA Certified WebLogic Server 81 Administrator, Vitria Certified BusinessWorks Administrator, SCJP 2
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Looks like someone killed the browser or moved on to another page before whatever it was you were sending was done loading. Is the app working OK?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Deepak Dew
Ranch Hand
Joined: Mar 29, 2004
Posts: 79
|
|
thanks for the reply. It is difficult to say whether app is working fine or not as we are bombarding the app server with hundreds of requests/sec. Infact we are using cisco load balancer between apache and app server. looks like cisco is closing connection to the apache and apache is still trying to read from that connection any more inputs would be highly appreciated thanks deepak
|
 |
Gary Rather
Greenhorn
Joined: Sep 12, 2002
Posts: 8
|
|
I would say that when you are sending hundreds of requests/per second to the web server. What are you trying to accomplish. Is this a test? If it is what type of load do you really expect? This is a huge load. I would guess this is a test sending the request bu not really waiting or reading the response.
|
 |
 |
|
|
subject: Errors in Apache log
|
|
|