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

2011-09-13 Thread Pid
On 13/09/2011 13:19, Darius D. wrote: > > Hi, > > well the problem is that we have the same problem, real strange NPEs in > servlets. > > It is more pronounced when using dedicated thread executor, moving to > threads provided by connector itself (with maxThreads="500" option using NIO > ) seems

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

2011-09-13 Thread Darius D.
TP/1.1" >> >connectionTimeout="2" >> >redirectPort="8443" /> >> > >> > Apache httpd configuration Httpd.conf. >> > >> > ProxyPass / http://localhost:8080 route=msf1 >> > >&g

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

2011-09-13 Thread rakesh k
n you check your catalina.out to see if there is something like: > > org.apache.coyote.http11.AbstractHttp11Processor endRequest > SEVERE: Error finishing response > java.lang.NullPointerException > > or > > SEVERE: Error processing request > java.lang.NullPointerException > > without any fur

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

2011-09-12 Thread Darius D.
on or SEVERE: Error processing request java.lang.NullPointerException without any further details / stack traces ? Darius. -- View this message in context: http://old.nabble.com/Apache-Tomcat-unable-to-send-the-request.-tomcat-throwing-502-Gate-Way-error-tp32248578p32447382.html Sent from th

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

2011-09-11 Thread rakesh k
Hi Christopher thanks for viewing m configuration ..as mentioned we are using http connectors in my configuration not AJP. and here are my configuration details. Apache tomcat configuration (server.xml) Apache httpd configuration Httpd.conf. ProxyPass / http://localhost:8080 route=msf1

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

2011-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rakesh, On 9/6/2011 7:39 AM, rakesh k wrote: > Can you brief me on that which part my configuration is insane. The configurations you are posting do not match your own assertions about your configuration. To wit: you think you have an AJP processor,

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

2011-09-06 Thread rakesh k
Hi Christopher Schultz Thanks for replying back to my question. can you brief me on that which part my configuration is insane. and can you please let me what are the things do you require from me, so that it can help you out where the configurations are disorder. so that i can provide you the

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

2011-09-06 Thread rakesh k
Hi Konstantin Kolinko Thanks for replying back. we are using *httpd-2.2.3-43 (*Apache HTTPD) version, we are not using mod_jk . we are using mod_proxy and please find the apache httpd configuration we use *ProxyPass / http://localhost:8082 route=msf1* Regards Rakesh On Thu, Aug 25, 2011 at 9

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

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rakesh, On 8/16/2011 3:08 AM, rakesh k wrote: > protocol="HTTP/1.1" connectionTimeout="2" redirectPort="8443" > /> Still not an AJP connector. Something tells me that your configuration is completely insane. - -chris -BEGIN PGP SIGNATURE--

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

2011-08-25 Thread Konstantin Kolinko
2011/8/12 rakesh k : > I am using Apache tomcat 6.0.18 version Can you upgrade? There is 3 years worth of fixes between 6.0.18 and 6.0.33. What version of Apache HTTPD is in front of Tomcat? How it is configured? Do you use mod_jk? What version? Best regards, Konstantin Kolinko

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

2011-08-24 Thread rakesh k
Hi Pid Please find the details that you had asked. 1) We are using *java 1.6.0_18 and the OS is centos* *2) *we send requests in parallel 3) 5 concurrent requests are sent to tomcat instance. Can you please help us regarding this, we are blocked at this point . can you please help. where as we

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

2011-08-18 Thread rakesh k
Hi Pid Thank you very much for replying back or this question. Please find the details that you had asked. 1) We are using *java 1.6.0_18 and the OS is centos* *2) *we send requests in parallel 3) 5 concurrent requests are sent to tomcat instance. Regards Rakesh On Wed, Aug 17, 2011 at 8:52 P

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

2011-08-17 Thread Pid
On 16/08/2011 08:08, rakesh k wrote: > Hi Andre > > Sorry for this, I had pasted the entire xml file.. I am hereby providing the > server.xml with removing the commented parts. I've edited the below a little. > maxThreads="150" minSpareThreads="4"/> > > port="80

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

2011-08-16 Thread rakesh k
Hi Andre Sorry for this, I had pasted the entire xml file.. I am hereby providing the server.xml with removing the commented parts. Regards Rakesh On Tue, Aug 16, 2011 at 12:14 PM, André Warnier wr

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

2011-08-15 Thread André Warnier
You seem to have missed the "Please remove all of the commented parts.." part of the request. rakesh k wrote: Hi Thanks for replying for on my question. Please find the details below, you had requested. sorry for troubling you much , i ma hereby providing the details of server.xml below.

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

2011-08-15 Thread rakesh k
Hi Thanks for replying for on my question. Please find the details below, you had requested. sorry for troubling you much , i ma hereby providing the details of server.xml below.

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

2011-08-12 Thread Pid
On 12/08/2011 12:31, rakesh k wrote: > Hi Igor Cicimov > > Thank you very much for replying .. > port="8082" protocol="HTTP/1.1" >connectionTimeout="2" >redirectPort="8443" /> > That doesn't answer the question. Please remove all of the co

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

2011-08-12 Thread rakesh k
Hi Igor Cicimov Thank you very much for replying .. I am heryby attaching the proxy pass which we used to connect tomcat through apache. ProxyPass / balancer://msf/ stickysession=JSESSIONID|jsessionid BalancerMember http://localhost:8082 route=msf1 This is what we use in the prod

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

2011-08-12 Thread Igor Cicimov
I can't see the connection between the Connector you showed and port 8082. What is listening on port 8082? Also what is your "tomcatThreadPool" executor configuration? On Fri, Aug 12, 2011 at 7:56 PM, rakesh k wrote: > Hi All > > I am using Apache tomcat 6.0.18 version > > I am not sure, why th

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

2011-08-12 Thread rakesh k
Hi All I am using Apache tomcat 6.0.18 version 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)Softw

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

2011-08-12 Thread rakesh k
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