Re: Apache Giving HTTP 505 Error While Contacting it through Oracle database

2015-10-08 Thread Felix Schumacher
Am 08.10.2015 um 10:38 schrieb Ankur Gupta: This is my SMS sending procedure where mobile number and body of msg is passed. Then concatenating all these values a URL is formed . URL hit to apache server where .jsp page is made to send SMS via third vendor. This apache server is just a mediator

Apache Giving HTTP 505 Error While Contacting it through Oracle database

2015-10-08 Thread Ankur Gupta
This is my SMS sending procedure where mobile number and body of msg is passed. Then concatenating all these values a URL is formed . URL hit to apache server where .jsp page is made to send SMS via third vendor. This apache server is just a mediator between database and third vendor Problem is

RE: Receiving HTTP 505 on Expect: 100-continue

2014-12-08 Thread Osipov, Michael
> >>>> we are experiencing a popular issue with MS .NET clients sending > >>>> "Expect: 100-continue" and Tomcat failing with HTTP 505. We use > >>>> Apache Tomcat 6.0.41 with APR connector on a corporate network. > >>> > >&g

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-08 Thread Mark Thomas
pular issue with MS .NET clients sending >>>> "Expect: 100-continue" and Tomcat failing with HTTP 505. We use >>>> Apache Tomcat 6.0.41 with APR connector on a corporate network. >>> >>>> The request look like this in Wireshark: >>> >>

RE: Receiving HTTP 505 on Expect: 100-continue

2014-12-08 Thread Osipov, Michael
with MS .NET clients sending > >>> "Expect: 100-continue" and Tomcat failing with HTTP 505. We use > >>> Apache Tomcat 6.0.41 with APR connector on a corporate network. > >> > >>> The request look like this in Wireshark: > >> > >>

RE: Receiving HTTP 505 on Expect: 100-continue

2014-12-08 Thread Osipov, Michael
Hi Mark, > On 06/12/2014 18:48, Christopher Schultz wrote: > > Michael, > > > > On 12/4/14 4:27 AM, Osipov, Michael wrote: > >> Hi folks, > > > >> we are experiencing a popular issue with MS .NET clients sending > >> "Expect: 100-con

Re: Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-08 Thread Osipov, Michael
Hi Christopher, > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Michael, > > On 12/4/14 4:27 AM, Osipov, Michael wrote: > > Hi folks, > > > > we are experiencing a popular issue with MS .NET clients sending > > "Expect: 100-continue"

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Konstantin Kolinko
2014-12-06 21:53 GMT+03:00 Mark Thomas : > On 06/12/2014 18:48, Christopher Schultz wrote: >> Michael, >> >> On 12/4/14 4:27 AM, Osipov, Michael wrote: >>> Hi folks, >> >>> we are experiencing a popular issue with MS .NET clients sending >>> &

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Mark Thomas
On 06/12/2014 18:48, Christopher Schultz wrote: > Michael, > > On 12/4/14 4:27 AM, Osipov, Michael wrote: >> Hi folks, > >> we are experiencing a popular issue with MS .NET clients sending >> "Expect: 100-continue" and Tomcat failing with HTTP 505.

Re: Receiving HTTP 505 on Expect: 100-continue

2014-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 12/4/14 4:27 AM, Osipov, Michael wrote: > Hi folks, > > we are experiencing a popular issue with MS .NET clients sending > "Expect: 100-continue" and Tomcat failing with HTTP 505. We use > Apache Tomcat 6.0.4

Receiving HTTP 505 on Expect: 100-continue

2014-12-04 Thread Osipov, Michael
Hi folks, we are experiencing a popular issue with MS .NET clients sending "Expect: 100-continue" and Tomcat failing with HTTP 505. We use Apache Tomcat 6.0.41 with APR connector on a corporate network. The request look like this in Wireshark: 1. Client sends empty request with one

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 w

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 unde

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
er is '^]'. > GET / HTTP1.1 > > HTTP/1.1 200 OK > Date: Thu, 11 Feb 2010 14:39:40 GMT > Server: Apache/2.2.9 (Debian) mod_jk/1.2.28 mod_ssl/2.2.9 OpenSSL/0.9.8g > Last-Modified: Sat, 18 Jul 2009 01:21:07 GMT > ETag: "6ab4010-2d-46ef0b81da6c0" > Accept-Range

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
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 mean

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 versi

Http 505

2010-02-09 Thread Mohit Anchlia
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 be occuring? In the response