Re: Unable to find [jdbc].

2023-06-27 Thread Jerry Malcolm
Found it.  Details if anybody wants to dig into it The 30 second intervals should have given me a clue.  We are running multiple server instances in a cluster that have a health check for each server instance.  A pre-defined URL is called on each server instance every 30 seconds.  But

Unable to find [jdbc].

2023-06-27 Thread Jerry Malcolm
All of a sudden I started getting a NameNotFoundException when I'm trying to resolve a dataSource name.   But it comes and goes on all of my dataSource names.  The log below was from about a minute.  The only thing I could find in a google search for "Unable to find [jdbc]"  says my

Re: Tomcat 10.1.x: Using CoyoteInputStream to read a Chunked Transfer Encoding (CTE) stream, manually, skiping ChunkedInputFilter

2023-06-27 Thread Daniel Andres Pelaez Lopez
El mar, 27 jun 2023 a las 13:48, Christopher Schultz (< ch...@christopherschultz.net>) escribió: > Daniel, > > On 6/27/23 12:56, Daniel Andres Pelaez Lopez wrote: > > Christopher, > > > > El mar, 27 jun 2023 a las 9:33, Christopher Schultz (< > > ch...@christopherschultz.net>) escribió: > > > >>

Re: Tomcat 10.1.x: Using CoyoteInputStream to read a Chunked Transfer Encoding (CTE) stream, manually, skiping ChunkedInputFilter

2023-06-27 Thread Christopher Schultz
Daniel, On 6/27/23 12:56, Daniel Andres Pelaez Lopez wrote: Christopher, El mar, 27 jun 2023 a las 9:33, Christopher Schultz (< ch...@christopherschultz.net>) escribió: Daniel, On 6/26/23 16:15, Daniel Andres Pelaez Lopez wrote: El lun, 26 jun 2023 a las 14:53, Mark Thomas () escribió:

Re: Tomcat 10.1.x: Using CoyoteInputStream to read a Chunked Transfer Encoding (CTE) stream, manually, skiping ChunkedInputFilter

2023-06-27 Thread Daniel Andres Pelaez Lopez
Christopher, El mar, 27 jun 2023 a las 9:33, Christopher Schultz (< ch...@christopherschultz.net>) escribió: > Daniel, > > On 6/26/23 16:15, Daniel Andres Pelaez Lopez wrote: > > El lun, 26 jun 2023 a las 14:53, Mark Thomas () > escribió: > > > >> On 26/06/2023 20:34, Christopher Schultz wrote:

Re: problem with SSL connection java.security.NoSuchAlgorithmException: Error constructing implementation

2023-06-27 Thread Christopher Schultz
Ivano, On 6/27/23 09:15, Ivano Luberti wrote: We had another Linux server that should have been identical to the one where the problem was occuring. Tested the same software on that without the issue. So we cloned the latter and replaced the former. > Now everything works as expected.

Re: Tomcat 10.1.x: Using CoyoteInputStream to read a Chunked Transfer Encoding (CTE) stream, manually, skiping ChunkedInputFilter

2023-06-27 Thread Christopher Schultz
Daniel, On 6/26/23 16:15, Daniel Andres Pelaez Lopez wrote: El lun, 26 jun 2023 a las 14:53, Mark Thomas () escribió: On 26/06/2023 20:34, Christopher Schultz wrote: Daniel, On 6/26/23 12:47, Daniel Andres Pelaez Lopez wrote: Hi Tomcat community, I have a requirement where we want to

Re: problem with SSL connection java.security.NoSuchAlgorithmException: Error constructing implementation

2023-06-27 Thread Ivano Luberti
Hi Chris, thank you for your dedication. We had another Linux server that should have been identical to the one where the problem was occuring. Tested the same software on that without the issue. So we cloned the latter and replaced the former. Now everything works as expected. Before the