RE: Error parsing HTTP request header

2020-02-26 Thread dkumar
May I know the tomcat version please. - It is apache-tomcat-8.0.41 -Original Message- From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] Sent: 26 February 2020 19:01 To: 'Tomcat Users List' Subject: Error parsing HTTP request header Dear Team, We are getting below error

RE: Error parsing HTTP request header

2020-02-26 Thread Naga Ramesh
May I know the tomcat version please. -Original Message- From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] Sent: 26 February 2020 19:01 To: 'Tomcat Users List' Subject: Error parsing HTTP request header Dear Team, We are getting below error in catelina log while starting

Re: Error parsing HTTP request header

2020-02-26 Thread tomcat/perl
] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined

Re: Error parsing HTTP request header

2020-02-26 Thread Mark Thomas
38.277 INFO [http-nio-443-exec-11] > org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing > HTTP request header > Note: further occurrences of HTTP header parsing errors will be logged at > DEBUG level. > java.lang.IllegalArgumentException: Invalid character found

Error parsing HTTP request header

2020-02-26 Thread dkumar
.AbstractHttp11Processor.process Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986

Re: Error parsing HTTP request header

2019-12-07 Thread ktrwas
: 12/8/19 09:12 (GMT+05:30) To: Tomcat Users List Cc: ch...@christopherschultz.net Subject: Re: Error parsing HTTP request header Well this isn't an issue with Tomcat. I'm using an embedded version ofTomcat in the BeAPI API Toolkit and this does not occur; mainly because itautomates 100

Re: Error parsing HTTP request header

2019-12-07 Thread Owen Rubel
in logs > > > very frequently. can you please suggest to avoid this. > > > > > > Dec 02, 2019 1:34:09 PM > > > org.apache.coyote.http11.AbstractHttp11Processor process INFO: > > > Error parsing HTTP request header Note: further occurrences of HTTP > > &g

Re: Error parsing HTTP request header

2019-12-07 Thread thulasiram k
eption in logs > > very frequently. can you please suggest to avoid this. > > > > Dec 02, 2019 1:34:09 PM > > org.apache.coyote.http11.AbstractHttp11Processor process INFO: > > Error parsing HTTP request header Note: further occurrences of HTTP > > header parsing e

Re: Error parsing HTTP request header

2019-12-04 Thread Christopher Schultz
uggest to avoid this. > > Dec 02, 2019 1:34:09 PM > org.apache.coyote.http11.AbstractHttp11Processor process INFO: > Error parsing HTTP request header Note: further occurrences of HTTP > header parsing errors will be logged at DEBUG level. > java.lang.IllegalArgumentException: Invalid charac

Error parsing HTTP request header

2019-12-04 Thread thulasiram k
Hi, we recently upgrade our tomcat from 7.0.91 to 7.0.94 in windows platform. Post upgrade we are seeing the below exception in logs very frequently. can you please suggest to avoid this. Dec 02, 2019 1:34:09 PM org.apache.coyote.http11.AbstractHttp11Processor process INFO: Error parsing HTTP

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-21 Thread Alex O'Ree
the > >> > debug level. > >> > >> Random shot in the dark given the minimal date provided :) Does it > >> look like this: > >> > >> INFO [http-nio-8080-exec-3] > >> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP > >> reques

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-21 Thread Konstantin Kolinko
> >> Random shot in the dark given the minimal date provided :) Does it >> look like this: >> >> INFO [http-nio-8080-exec-3] >> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP >> request header >> Note: further occurrences of HTTP

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-21 Thread Mark Thomas
e >>> debug level. >> >> Random shot in the dark given the minimal date provided :) Does it >> look like this: >> >> INFO [http-nio-8080-exec-3] >> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-21 Thread Alex O'Ree
rning on logging at the > > debug level. > > Random shot in the dark given the minimal date provided :) Does it > look like this: > > INFO [http-nio-8080-exec-3] > org.apache.coyote.http11.Http11Processor.service Error parsing HTTP > request header > Note: further occur

Re: Error parsing HTTP request header, HTTP method names must be tokens

2018-02-20 Thread Coty Sutherland
ning on logging at the > debug level. Random shot in the dark given the minimal date provided :) Does it look like this: INFO [http-nio-8080-exec-3] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be log

Error parsing HTTP request header, HTTP method names must be tokens

2018-02-20 Thread Alex O'Ree
I keep running into the an IllegalArgumentException at or near startup of tomcat 8.5 with a bunch of cxf web services deployed and I have no idea what's causing it. The error message mentions turning on logging at the debug level. Question: Assuming i need to edit the logging.properties file,

Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Owens, Stephen (ITD)
org.apache.coyote.http11.Http11AprProcessor- Error parsing HTTP request header java.io.EOFException: Unexpected EOF read on the socket at org.apache.coyote.http11.InternalAprInputBuffer.parseRequestLine(InternalAprInputBuffer.java:141) at org.apache.coyote.http11

Re: Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread André Warnier
[http-apr-50881-exec-6] DEBUG org.apache.coyote.http11.Http11AprProcessor- Error parsing HTTP request header java.io.EOFException: Unexpected EOF read on the socket at org.apache.coyote.http11.InternalAprInputBuffer.parseRequestLine(InternalAprInputBuffer.java:141

RE: Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Caldarale, Charles R
From: Owens, Stephen (ITD) [mailto:stephen.ow...@state.ma.us] Subject: Question on Http11AprProcessor Error parsing HTTP request header error messages 2015-03-05 13:41:20,977 [http-apr-50881-exec-6] DEBUG org.apache.coyote.http11.Http11AprProcessor- Error parsing HTTP request header