Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-07 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hey Christopher., Greetings of the day. 1. Might I have confused you with posting the arguments directly ., Yeah as i just shared you the annotations with comments , to state you the stuff i am using., But in my deployment ., I am using them in catalina opts., and trying to call them from

Re: Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread Han Li
Hi Nicolas, I took a quick look that Tomcat's VirtualThreadExecutor does not implement the ExecutorService interface, which leads to this result. So I think this is a Tomcat bug. Han > On Dec 8, 2023, at 03:55, Nicolas BONAMY wrote: > > Hi, > > I try to use virtual thread on Apache Tomcat

Re: Failing to decode the url correctly in tomcat 9.

2023-12-07 Thread Kalaivani Sengottaiyan
On Thu, Dec 7, 2023 at 2:34 PM Kalaivani Sengottaiyan < kalaivani.sengottai...@veeva.com> wrote: > In one of our sample case, this is the url recorded by ngnix > > "-" 127.0.0.1 - - [07/Dec/2023:21:59:30 +] "GET >

Re: Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread Nicolas BONAMY
William, I’m using Adoptium Temurin 21.0.1+12 Regards, Nicolas > Le 7 déc. 2023 à 21:00, William Crowell a > écrit : > > Nicolas, > > Which JDK version? > > Regards, > > William Crowell > > From: Nicolas BONAMY > Date: Thursday, December 7, 2023 at 2:55 PM > To:

Re: Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread William Crowell
Nicolas, Which JDK version? Regards, William Crowell From: Nicolas BONAMY Date: Thursday, December 7, 2023 at 2:55 PM To: users@tomcat.apache.org Subject: Virtual Thread with Http11Nio2Protocol Hi, I try to use virtual thread on Apache Tomcat 10.1.16 with this configuration on macOS or on

Virtual Thread with Http11Nio2Protocol

2023-12-07 Thread Nicolas BONAMY
Hi, I try to use virtual thread on Apache Tomcat 10.1.16 with this configuration on macOS or on Linux: But when I make a request, I'm not on a virtual thread : Thread[#76,Thread-14,5,main] . I profiled my application too but no virtual threads are used. If I use a

9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-07 Thread Daniel Skiles
All, I've been doing some testing, and I'm pretty sure the addSslHostConfig operation on ProtocolHandler is busted in 9.0.83. In versions prior to 9.0.82, you can call the operation with a single argument of type SSLHostConfig. In 9.0.82, that contract seems to have been broken, and you had to

Re: 9.0.83 addSslHostConfig failures?

2023-12-07 Thread Christopher Schultz
Daniel, On 12/6/23 23:19, Daniel Skiles wrote: Please disregard that, I got overexcited. It looks like you can query the operation, and it will return the correct name and the correct parameters, but when you try to run it, you get the following stack trace: Caused by:

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-07 Thread Christopher Schultz
Sai Vamsi, On 12/6/23 11:04, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) wrote: Hello Christopher. Thanks for the response! Let me walk you through the Environment., I have a cluster and I am installing multiple microservices in the cluster. And one of the microservices I am integrating

Re: JAVA -tomcat- Request header is too large

2023-12-07 Thread Mark Thomas
On 07/12/2023 15:37, Ivano Luberti wrote: Hi, since a few days these errors started showing in my log files: 06-Dec-2023 07:39:56.082 INFO [http-nio-8080-exec-5826] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header  Note: further occurrences of HTTP request

JAVA -tomcat- Request header is too large

2023-12-07 Thread Ivano Luberti
Hi, since a few days these errors started showing in my log files: 06-Dec-2023 07:39:56.082 INFO [http-nio-8080-exec-5826] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header  Note: further occurrences of HTTP request parsing errors will be logged at DEBUG