You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by rakesh k <ra...@gmail.com> on 2011/08/12 11:48:51 UTC

Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

Hi All

I am not sure, why the tomcat is giving us this problem. While doing Load
testing we are sending 5000 requests at a time, where we are getting 4-5 Bad
gate way error.

Please find the error details below

[Wed Aug 10 01:00:50 2011] [error] (103)Software caused connection abort:
proxy: pass request body failed to 127.0.0.3:8082 (localhost)
[Wed Aug 10 01:00:50 2011] [error] proxy: pass request body failed to
127.0.0.3:8082 (localhost) from 72.163.25.205 ()
[Wed Aug 10 01:01:01 2011] [error] (103)Software caused connection abort:
proxy: pass request body failed to 127.0.0.3:8082 (localhost)
[Wed Aug 10 01:01:01 2011] [error] proxy: pass request body failed to
127.0.0.3:8082 (localhost) from 72.163.25.206 ()
[Wed Aug 10 01:28:04 2011] [error] (103)Software caused connection abort:
proxy: pass request body failed to 127.0.0.3:8082 (localhost)
[Wed Aug 10 01:28:04 2011] [error] proxy: pass request body failed to
127.0.0.3:8082 (localhost) from 72.163.25.205 ()
[Wed Aug 10 06:10:49 2011] [error] (103)Software caused connection abort:
proxy: pass request body failed to 127.0.0.3:8082 (localhost)
[Wed Aug 10 06:10:49 2011] [error] proxy: pass request body failed to
127.0.0.3:8082 (localhost) from 72.163.25.206 ()
[Wed Aug 10 19:01:18 2011] [error] (103)Software caused connection abort:
proxy: pass request body failed to 127.0.0.3:8082 (localhost)
[Wed Aug 10 19:01:18 2011] [error] proxy: pass request body failed to
127.0.0.3:8082 (localhost) from 72.163.5.38 ()


I am also attaching the tomcat configuration like server.xml with this
question,

can you please help how to get out this issue, if you require anything from
me i can proivude the etire details.

Please find the server.xml tomcat connector attribute portion.


    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

can you please help me ragarding this issue.


Regards
Rakesh