• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Errors in Apache log

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Deepak Dew
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic