Re: Http 505

2010-08-02 Thread imtrick
imtrick wrote: > > > jgroups wrote: >> >> Tomcat 6 >> >> Our application non-java client (C/Java) are occassionally seeing >> Http 505. But there is no such error being logged in the tomcat access >> log. Clients are for sure seeing 505 but we are not so I am wondering >> if someone can hel

Re: Http 505

2010-08-02 Thread samcrawford
If you want to truly rule out Tomcat as the source you should use tcpdump or wireshark to capture the raw network traffic. Thanks Sam --Original Message-- From: imtrick To: users@tomcat.apache.org ReplyTo: Tomcat Users List Subject: Re: Http 505 Sent: 2 Aug 2010 19:53 jgroups wrote

Re: Http 505

2010-08-02 Thread imtrick
jgroups wrote: > > Tomcat 6 > > Our application non-java client (C/Java) are occassionally seeing > Http 505. But there is no such error being logged in the tomcat access > log. Clients are for sure seeing 505 but we are not so I am wondering > if someone can help me understand why that might

Re: Http 505

2010-02-11 Thread Mohit Anchlia
Is this going to log just too much? This is a production system so want to be careful. Is there any other way to enable it in valve or some other way that just gives the error logging? On Thu, Feb 11, 2010 at 8:21 AM, Mark Thomas wrote: > On 11/02/2010 16:05, Mohit Anchlia wrote: >> As expected I

Re: Http 505

2010-02-11 Thread Mark Thomas
On 11/02/2010 16:05, Mohit Anchlia wrote: > As expected I got Bad request. But my question is there a error log > where everything that server responded to in logged. This Bad request > wasn't logged in access valve. How can I get all the error codes? Turn on debug logging for the org.apache.coyot

Re: Http 505

2010-02-11 Thread Mohit Anchlia
On Thu, Feb 11, 2010 at 7:56 AM, Mark Thomas wrote: > On 11/02/2010 15:50, Hassan Schroeder wrote: >> On Thu, Feb 11, 2010 at 7:45 AM, Mohit Anchlia >> wrote: >> >>> [r...@e1 ~]# telnet ws1 8080 >>> Trying 10.10.50.55... >>> Connected to ws1 (10.10.50.55). >>> Escape character is '^]'. >>> GET /

Re: Http 505

2010-02-11 Thread Mark Thomas
On 11/02/2010 15:50, Hassan Schroeder wrote: > On Thu, Feb 11, 2010 at 7:45 AM, Mohit Anchlia wrote: > >> [r...@e1 ~]# telnet ws1 8080 >> Trying 10.10.50.55... >> Connected to ws1 (10.10.50.55). >> Escape character is '^]'. >> GET / HTTP1.1 > >> I had to hit enter twice to get the result. Does i

Re: Http 505

2010-02-11 Thread Mark Thomas
On 11/02/2010 15:45, Mohit Anchlia wrote: >> [r...@e1 ~]# telnet ws1 8080 >> Trying 10.10.50.55... >> Connected to ws1 (10.10.50.55). >> Escape character is '^]'. >> GET / HTTP1.1 > >> HTTP/1.1 505 HTTP Version Not Supported >> Server: Apache-Coyote/1.1 >> Date: Thu, 11 Feb 2010 15:42:24 GMT >> Co

Re: Http 505

2010-02-11 Thread Hassan Schroeder
On Thu, Feb 11, 2010 at 7:45 AM, Mohit Anchlia wrote: > [r...@e1 ~]# telnet ws1 8080 > Trying 10.10.50.55... > Connected to ws1 (10.10.50.55). > Escape character is '^]'. > GET / HTTP1.1 > I had to hit enter twice to get the result. Does it sound ok? If yes, > then I am not sure why 1.1 be a inc

Re: Http 505

2010-02-11 Thread Mohit Anchlia
On Thu, Feb 11, 2010 at 6:41 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mohit, > > On 2/11/2010 1:41 AM, Mohit Anchlia wrote: >> On Wed, Feb 10, 2010 at 2:44 PM, Christopher Schultz >> wrote: >> Mohit, >> >> On 2/10/2010 5:28 PM, Mohit Anchlia wrote:

Re: Http 505

2010-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 2/11/2010 1:41 AM, Mohit Anchlia wrote: > On Wed, Feb 10, 2010 at 2:44 PM, Christopher Schultz > wrote: > Mohit, > > On 2/10/2010 5:28 PM, Mohit Anchlia wrote: There is a proxy F5 in between. But this server sends 100s of request

Re: Http 505

2010-02-10 Thread Mohit Anchlia
On Wed, Feb 10, 2010 at 2:44 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mohit, > > On 2/10/2010 5:28 PM, Mohit Anchlia wrote: >> There is a proxy F5 in between. But this server sends 100s of request >> per sec. to the same URL. Essentially it's the same co

Re: Http 505

2010-02-10 Thread Mohit Anchlia
Yes I have been asking for it. But clients are not wiling to make a code change. I might have put a sniffer. Strange thing is that we are not seeing the request but they see it as Apache/Coyote 1.1 Thanks On Wed, Feb 10, 2010 at 2:44 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE

Re: Http 505

2010-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 2/10/2010 5:28 PM, Mohit Anchlia wrote: > There is a proxy F5 in between. But this server sends 100s of request > per sec. to the same URL. Essentially it's the same code. Only few of > them fail. This application is non browser based applic

Re: Http 505

2010-02-10 Thread Mohit Anchlia
There is a proxy F5 in between. But this server sends 100s of request per sec. to the same URL. Essentially it's the same code. Only few of them fail. This application is non browser based application. On Wed, Feb 10, 2010 at 11:13 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE---

Re: Http 505

2010-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 2/9/2010 11:01 PM, Mohit Anchlia wrote: > Tomcat 6 Tomcat 6.what? > Our application non-java client (C/Java) are occasionally seeing > Http 505. Do you know what the HTTP 505 response code means? It means that the HTTP version of the cli