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 1
https://bz.apache.org/bugzilla/show_bug.cgi?id=67664
> On Oct 13, 2023, at 05:45, Richard Cook
> wrote:
>
> Hi,
>
> We have a spring boot application (v3.1.4) It currently uses
>
>
> org.apache.tomcat
> tomcat-jdbc
> 10.1.13
>
>
> A renovate bot updated this package to 10.1.14 and now our
Hi Greg,
This bug has been fixed by Mark and it also affects other recent versions(all
have been fixed next release), except for 8.5.x.
Han
> 2022年9月29日 16:05,Greg Huber 写道:
>
> Hello,
>
> I am testing this release and are getting lots of these type of random errors
> :
>
> <%@include file
ein. If you have received this message in error, please advise
> the sender immediately by reply e-mail and delete this message. Thank you for
> your cooperation.
>
>> -Original Message-
>> From: Mark Thomas
>> Sent: Tuesday, September 6, 2022 2:38 AM
>> To
> 2022年8月9日 21:05,Christopher Schultz 写道:
>
> Han,
>
> On 8/4/22 00:49, Han Li wrote:
>> Hi Mohan,
>> You can open CATALINA_BASE/conf/catalina.policy file, add following
>> statement within “grant” section:
>> permission java.lang.RuntimePermission &qu
在 2022年8月4日星期四,Mohan T 写道:
> Hi,
>
> Thanks for the response.
>
> How to identify the "grant" section
>
> Below is the contents of the file.
>
> Quote
>
> // Licensed to the Apache Softwarse Foundation (ASF) under one or more
> // contributor license agreements. See the NOTICE file distributed w
Hi Mohan,
You can open CATALINA_BASE/conf/catalina.policy file, add following statement
within “grant” section:
permission java.lang.RuntimePermission "getenv.*";
Han
> 2022年8月4日 11:33,Mohan T 写道:
>
> Dear All,
>
> We are using tomcat 8.5 on suse linux 7.
>
> We are invoking Catalina.sh
You can read Mark’s comment, I hope it will help you.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161#c3
> 2022年8月3日 16:04,König, Andreas, NM-HVD 写道:
>
> Tomcat Version: 9.0.60
> Primefaces: 11.0.5
>
> Hello,
> recently we updated our environment from Tomcat Version 9.0.59 to 9.0.60.
> Sin
> 2022年8月3日 15:18,Nitish Chitta 写道:
>
> Hello Team,
> I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the
> URL as I am getting an HTTP 404 error when trying to hit the server with an
> IPv6 address.
Don’t you get a 404 error when you use an IPV4 address?
>
> Thanks &