Re: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-11 Thread Christopher Schultz
Abirami, On 2/10/25 6:14 AM, S Abirami wrote: We are deploying webservices SOAP using embedded tomcat. It worked fine with JDK 8 & tomcat 10. After upgrading to JDK 17 with tomcat 11, webservices generate source failed first then I utilized Metrowebservices and Jax-ws related jars to s

RE: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-10 Thread S Abirami
Hi Remm, We are deploying webservices SOAP using embedded tomcat. It worked fine with JDK 8 & tomcat 10. After upgrading to JDK 17 with tomcat 11, webservices generate source failed first then I utilized Metrowebservices and Jax-ws related jars to solve the issue. I heard there are lot of

Re: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-10 Thread Rémy Maucherat
gt; Regards, > Abirami.S > > -Original Message- > From: Rémy Maucherat > Sent: Monday, February 10, 2025 3:38 PM > To: Tomcat Users List > Subject: Re: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8 > > On Mon, Feb 10, 2025 at 10:46 AM S Abirami > wrote: &

RE: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-10 Thread S Abirami
, 2025 3:38 PM To: Tomcat Users List Subject: Re: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8 On Mon, Feb 10, 2025 at 10:46 AM S Abirami wrote: > > Hi , > > I am using a embedded tomcat while the below mentioned exception is > thrown when starting the Embedded

Re: Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-10 Thread Rémy Maucherat
On Mon, Feb 10, 2025 at 10:46 AM S Abirami wrote: > > Hi , > > I am using a embedded tomcat while the below mentioned exception is thrown > when starting the Embedded tomcat server when upgrading > To Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8 This is debug

Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8

2025-02-10 Thread S Abirami
Hi , I am using a embedded tomcat while the below mentioned exception is thrown when starting the Embedded tomcat server when upgrading To Tomcat 11 and JDK 17 Upgraded from Tomcat 9 & JDK 8 Time: 2025-02-10 10:27:41.415, Level: FINE, Logger: org.apache.tomcat.util.compat.Jre19Co

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-18 Thread Christopher Schultz
Joseph, On 10/17/24 4:13 AM, Xavier, Joseph wrote: I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-18 Thread Thad Humphries
On Thu, Oct 17, 2024 at 2:27 AM Xavier, Joseph wrote: > Hi, > > I wanted to understand whether Tomcat 9.0.90 and above minor versions are > supported with JDK 8? We have see compile issues when our JDK 8 environment > tried to work with Tomcat 9.0.90. > If the supportability

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Chuck Caldarale
Users List >> Betreff: RE: Supportability of Tomcat 9.0.90 and above with JDK 8 >> >> Hi Rainer, >> >> Thank you for the info. We did look at this matrix but we also found a >> conflicting article as well: >> >> https://tomcat.apache.org/tomcat

AW: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Joseph, > -Ursprüngliche Nachricht- > Von: Xavier, Joseph > Gesendet: Donnerstag, 17. Oktober 2024 10:59 > An: rainer.j...@kippdata.de > Cc: Tomcat Users List > Betreff: RE: Supportability of Tomcat 9.0.90 and above with JDK 8 > > Hi Rainer, > >

RE: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
Hi Rainer, Thank you for the info. We did look at this matrix but we also found a conflicting article as well: https://tomcat.apache.org/tomcat-9.0-doc/building.html In this, the required JDK version is said to be JDK 11 or above. Can you help me understand the differences between the 2

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Rainer Jung
Am 17.10.24 um 08:27 schrieb Xavier, Joseph: Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or

Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or public announcement stating the same? Thank

Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-16 Thread Xavier, Joseph
Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or public announcement stating the same? Thank

Re: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-09 Thread Mark Thomas
24 05:21, Sajid Hussain wrote: Hi, I was using tomcat 9 with JDK 17 on windows. My java application was using 2.7.18. Now I'm migrating my application spring version to 3.3.4 with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java project and fix the hibernate error migrati

Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
: Rémy Maucherat > Sent: Wednesday, October 9, 2024 8:28 AM > To: Tomcat Users List > Subject: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and > modules > > On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher > wrote: > > > > Hi everyone, > > &g

Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Greg Eschbacher
: Issue with using tomcat-embed-core, JDK 11 and modules On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher wrote: > > Hi everyone, > > Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we > are having issues building with the latest jar. > > We are gett

Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher wrote: > > Hi everyone, > > Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we > are having issues building with the latest jar. > > We are getting issues related to JDK 11 and modules. Specifically,

Re: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-09 Thread Sajid Hussain
4:47 PM, Mark Thomas wrote: On 08/10/2024 05:21, Sajid Hussain wrote: Hi, I was using tomcat 9 with JDK 17 on windows. My java application was using 2.7.18. Now I'm migrating my application spring version to 3.3.4 with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java proje

Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-08 Thread Greg Eschbacher
Hi everyone, Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we are having issues building with the latest jar. We are getting issues related to JDK 11 and modules. Specifically, when we build, we get the message " module not found: java.annotation " To d

AW: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-08 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Sajid, > -Ursprüngliche Nachricht- > Von: Sajid Hussain > Gesendet: Dienstag, 8. Oktober 2024 13:21 > An: users@tomcat.apache.org > Betreff: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows > machine with JDK 21 LTS > > Hi, > > I was using t

Re: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-08 Thread Mark Thomas
On 08/10/2024 05:21, Sajid Hussain wrote: Hi, I was using tomcat 9 with JDK 17 on windows. My java application was using 2.7.18. Now I'm migrating my application spring version to 3.3.4 with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java project and fix the hibernate

Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-08 Thread Sajid Hussain
Hi, I was using tomcat 9 with JDK 17 on windows. My java application was using 2.7.18. Now I'm migrating my application spring version to 3.3.4 with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java project and fix the hibernate error migrating from 5 to 6. Now my applic

Re: Issue with JDK 11 and tomcat-embed-core 9.0.91

2024-07-18 Thread Christopher Schultz
Greg, On 7/15/24 5:01 PM, Greg Eschbacher wrote: Hi all, I'm hoping you all can help me: Our JDK 11 application uses tomcat-embed-core, and we're upgrading from 9.0.88 to 9.0.91 and we can no longer compile. After some investigation, I believe the issue is that the tomcat-embe

Issue with JDK 11 and tomcat-embed-core 9.0.91

2024-07-15 Thread Greg Eschbacher
Hi all, I'm hoping you all can help me: Our JDK 11 application uses tomcat-embed-core, and we're upgrading from 9.0.88 to 9.0.91 and we can no longer compile. After some investigation, I believe the issue is that the tomcat-embed-core jar file no longer contains a module-info.

Re: Not able to start WebApp on JDK 11

2024-06-19 Thread Christopher Schultz
Shivaanand, On 6/18/24 13:29, Shivaanand Verma wrote: We are having a Jersey Servlet application running on the 9.0.80 version of Apache Tomcat. Recently we've been trying to migrate our application from JDK 8 to JDK 11. The application used to run smoothly on JDK 8, but when compiled ag

RE: Not able to start WebApp on JDK 11

2024-06-18 Thread Ed Rouse
Update on shared From: Shivaanand Verma Sent: Tuesday, June 18, 2024 1:30 PM To: users@tomcat.apache.org Subject: Not able to start WebApp on JDK 11 [External email: Use caution! Do not open attachments or click on links from unknown senders or unexpected emails.] Hi All, We are having a

Not able to start WebApp on JDK 11

2024-06-18 Thread Shivaanand Verma
Hi All, We are having a Jersey Servlet application running on the 9.0.80 version of Apache Tomcat. Recently we've been trying to migrate our application from JDK 8 to JDK 11. The application used to run smoothly on JDK 8, but when compiled against JDK 11, it does not start up. The tomcat we

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 09:11, Chaitanya Gopisetti wrote: Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Mark Thomas
Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version Support and EOL Chaitanya, On 6/5/24 08:47, Chaitanya Gopisetti wrote: It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to kno

RE: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Chaitanya Gopisetti
Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version Support and EOL Chaitanya, On 6/5/24 08:47, Chaitanya

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 08:47, Chaitanya Gopisetti wrote: It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to know the End of life expected date for Tomcat 9.0.x version. Tomcat 9 should run jut fine on any Java version from

Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Chaitanya Gopisetti
Hi, It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to know the End of life expected date for Tomcat 9.0.x version. Regards, Chaitanya To the extent permitted by law, we may monitor electronic communications for the

Re: Compile with JDK 17, run on JRE 11?

2024-02-22 Thread bigelytechnol...@yahoo.com
, 2024 at 11:02 PM Troels Arvin wrote: > Hello, > > Since 9.0.83, building Tomcat has required JDK 17, according to the > release notes. > > Is it possible to take the resulting binaries and run them on JRE 11? > > -- > Regards, > Troels Arvin >

Re: Compile with JDK 17, run on JRE 11?

2024-02-17 Thread Mark Thomas
On 17/02/2024 16:01, Troels Arvin wrote: Hello, Since 9.0.83, building Tomcat has required JDK 17, according to the release notes. Is it possible to take the resulting binaries and run them on JRE 11? Yes. The minimum Java version at runtime (8) is unchanged. Mark

Compile with JDK 17, run on JRE 11?

2024-02-17 Thread Troels Arvin
Hello, Since 9.0.83, building Tomcat has required JDK 17, according to the release notes. Is it possible to take the resulting binaries and run them on JRE 11? -- Regards, Troels Arvin

Re: Cannot start java issue after Tomcat9 and JDK 11 updates

2024-02-02 Thread Lori Kilen
he Commons Daemon procrun finished. > > > > > > My CLASSPATH="C:\Tomcat\bin\bootstrap.jar;C:\Tomcat\bin\tomcat-juli.jar" > > bootstrap.jar is present in Tomcat\bin, and the folder permissions for > > Tomcat mirror what is specified on another, workin

Re: Cannot start java issue after Tomcat9 and JDK 11 updates

2024-02-01 Thread Christopher Schultz
My CLASSPATH="C:\Tomcat\bin\bootstrap.jar;C:\Tomcat\bin\tomcat-juli.jar" bootstrap.jar is present in Tomcat\bin, and the folder permissions for Tomcat mirror what is specified on another, working, server (Tomcat 9.0.62 with jdk and jre 1.8.0_331) I've searched the mail archives

Cannot start java issue after Tomcat9 and JDK 11 updates

2024-02-01 Thread Lori Kilen
\bin\tomcat-juli.jar" bootstrap.jar is present in Tomcat\bin, and the folder permissions for Tomcat mirror what is specified on another, working, server (Tomcat 9.0.62 with jdk and jre 1.8.0_331) I've searched the mail archives and online, and found similar questions, but those solution

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread Markus Schlegel
Using embedded Tomcat, therefore no catalina.bat Markus Am Fr., 1. Dez. 2023 um 15:42 Uhr schrieb Mark Thomas : > On 01/12/2023 14:29, Markus Schlegel wrote: > > Hi Peter, > > Thank you for your hint about "-Djdk.tls.ephemeralDHKeySize=2048". > > I indeed did not knew that this option exists. >

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread Mark Thomas
On 01/12/2023 14:29, Markus Schlegel wrote: Hi Peter, Thank you for your hint about "-Djdk.tls.ephemeralDHKeySize=2048". I indeed did not knew that this option exists. When I enable it, I get Grad "A" from SSLLabs while it still lists 8 weak ciphers out of 12. Because I get to grade "A" with thi

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread Markus Schlegel
Hi Peter, Thank you for your hint about "-Djdk.tls.ephemeralDHKeySize=2048". I indeed did not knew that this option exists. When I enable it, I get Grad "A" from SSLLabs while it still lists 8 weak ciphers out of 12. Because I get to grade "A" with this setting, I can indeed use the default cipher

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-12-01 Thread logo
Hi > Am 29.11.2023 um 11:46 schrieb Markus Schlegel : > > Hi, > This is a continuation of the discussion taken below > https://bz.apache.org/bugzilla/show_bug.cgi?id=67628 where I asked about > the following warning which appears in our log: > > (29.11.2023 09:53:14 org.apache.tomcat.util.net.SS

Re: Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-11-29 Thread Mark Thomas
On 29/11/2023 10:46, Markus Schlegel wrote: Changing the config to add ":-CBC" to the default config as suggested by Mark in bugzilla does not have any effect. Still Grade B, 10 weak out of 12. It seems to me that -CBC might not be a valid option at all? Mark got different results when he run

Ciphers Warning in logfile for Tomcat 8.5.96 (with Adoptium jdk-8.0.392.8-hotspot)

2023-11-29 Thread Markus Schlegel
Hi, This is a continuation of the discussion taken below https://bz.apache.org/bugzilla/show_bug.cgi?id=67628 where I asked about the following warning which appears in our log: (29.11.2023 09:53:14 org.apache.tomcat.util.net.SSLUtilBase getEnabled WARNING T-19): Tomcat interprets the [ciphers] at

Re: Autocommit issue with JDK 1.8, Tomcat 9.0.60, ojdbc8.jar and Oracle DB 19c (19.14.0.0)

2023-02-15 Thread Mark Thomas
Please DO NOT cross-post questions to both the users list and the dev list. Questions like this belong on the users list. On 15/02/2023 06:32, Promit Banik wrote: Hello everyone, Recently we have done an environment setup upgradation/migration as mentioned below for our application: JDK 1.7

Autocommit issue with JDK 1.8, Tomcat 9.0.60, ojdbc8.jar and Oracle DB 19c (19.14.0.0)

2023-02-14 Thread Promit Banik
Hello everyone, Recently we have done an environment setup upgradation/migration as mentioned below for our application: JDK 1.7 ---> JDK 1.8 Tomcat 7.0.47 ---> Tomcat 9.0.60 (Also using Apache HTTP Server along with Apache Tomcat for new setup) ojdbc7.jar ---> ojdbc8.jar Oracle 12c (1

RE: Tomcat service switches to another JDK under the hood

2022-06-09 Thread Jan Tosovsky
I have some updates. First of all, there is no JDK switch under the hood. I am glad my conclusion was wrong. In my REST API client app I use Java 11+ HTTPClient. For the POST call the external API requires Content-Lenght header even the body is empty, which HTTPClient doesn't support o

Re: Tomcat service switches to another JDK under the hood

2022-04-11 Thread Zdeněk Henek
Nothing you mentioned could have any effect. How do you ensure jdks are not mixing between tomcat and the other jdk8 application? Try to use separated cmd files as described above for both Tomcat and the other application and remove all jdk configurations from windows variables just to test this

RE: Tomcat service switches to another JDK under the hood

2022-04-11 Thread Jan Tosovsky
There isn't any sign of the tomcat restart in the tomcat logs. In tomcat9-stderr-2022-04-08.log there is just one bootstrap section with the path to JDK 17, followed by mesages about the registering webapps. Then weekend of silence interrupted by today's exception. In that bootstr

Re: Tomcat service switches to another JDK under the hood

2022-04-11 Thread Zdeněk Henek
Tosovsky wrote: > We have a mixed JDK environment on our internal Windows Server. > > Tomcat is installed using the service installer and its service > configuration points to the JDK 17 as it serves some internal apps > requiring > JDK 12+. > > > > JAVA_HOME p

Tomcat service switches to another JDK under the hood

2022-04-11 Thread Jan Tosovsky
We have a mixed JDK environment on our internal Windows Server. Tomcat is installed using the service installer and its service configuration points to the JDK 17 as it serves some internal apps requiring JDK 12+. JAVA_HOME points to older JDK 8. PATH variable contains link to JDK 8, but

RE: clearReferencesThreads issues warning about 2 threads, spawned by JDK in printing components

2022-02-09 Thread jonmcalexander
Thomas > Sent: Monday, August 23, 2021 3:06 AM > To: users@tomcat.apache.org > Subject: Re: clearReferencesThreads issues warning about 2 threads, > spawned by JDK in printing components > > On 23/08/2021 08:10, Thomas Hoffmann (Speed4Trade GmbH) wrote: > > > > >

Re: clearReferencesThreads issues warning about 2 threads, spawned by JDK in printing components

2021-08-23 Thread Christopher Schultz
should be ignored when checking for orphaned threads? No, for the same reason. It was tested with Tomcat 9.0.52, Windows 10, Coretto-JDK 11.0.12_7. You might want to consider raising a bug against the JDK. It could be argued that those threads should be created with a specific class loader to

AW: clearReferencesThreads issues warning about 2 threads, spawned by JDK in printing components

2021-08-23 Thread Thomas Hoffmann (Speed4Trade GmbH)
omcat 9.0.52, Windows 10, Coretto-JDK 11.0.12_7. You might want to consider raising a bug against the JDK. It could be argued that those threads should be created with a specific class loader to avoid memory leaks in container environments. Mark Great, I will test this out and change the

Re: clearReferencesThreads issues warning about 2 threads, spawned by JDK in printing components

2021-08-23 Thread Mark Thomas
threads? No, for the same reason. It was tested with Tomcat 9.0.52, Windows 10, Coretto-JDK 11.0.12_7. You might want to consider raising a bug against the JDK. It could be argued that those threads should be created with a specific class loader to avoid memory leaks in container environments

clearReferencesThreads issues warning about 2 threads, spawned by JDK in printing components

2021-08-23 Thread Thomas Hoffmann (Speed4Trade GmbH)
, patts); This triggers the JDK to spawn two threads, which can be seen in the OpenJDK-Sources: https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/master/src/java.desktop/windows/classes/sun/print/PrintServiceLookupProvider.java (see around line no 134 ff) --> Thread thr = new Thread(null,

Re: Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-08-03 Thread Ray, Kevin L CIV USN FLEWEACEN NORFOLK VA (USA)
>>Apache Tomcat 9.0.50 (Also issue with 9.0.44) >>Oracle JDK and JRE 1.8.0-1.8.0_301 >>Red Hat Enterprise Linux Server release 7.9 >>When updating JDK/JRE from build 1.8.0_291-b10 to 1.8.0_301-b09, Apache >>Tomcat Connector (org.apache.coyote.http11.Htt

Re: Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-08-01 Thread Michael Osipov
https://bugs.openjdk.java.net/browse/JDK-8202837 https://www.oracle.com/java/technologies/javase/8u301-bugfixes.html What now? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users

Updating Oracle JDK or JRE from 1.8.0-1.8.0_291 to 1.8.0-1.8.0_301, Breaks Apache Tomcat 9 Connector Http11AprProtocol

2021-07-28 Thread Ray, Kevin L CIV USN FLEWEACEN NORFOLK VA (USA)
Apache Tomcat 9.0.50 (Also issue with 9.0.44) Oracle JDK and JRE 1.8.0-1.8.0_301 Red Hat Enterprise Linux Server release 7.9 When updating JDK/JRE from build 1.8.0_291-b10 to 1.8.0_301-b09, Apache Tomcat Connector (org.apache.coyote.http11.Http11AprProtocol) failed to load server key and

Re: Tomcat 9.0.36 - JDK 13/14

2020-07-02 Thread tomcat/perl
On 02.07.2020 10:23, Utkarsh Bhargav wrote: Please i have resolved my issue Kindly stop sending mails Hi. You receive these emails because you subscribed to the email list "users@tomcat.apache.org". To not receive these emails anymore, you should unsubscribe from the list, be sending an em

Re: Tomcat 9.0.36 - JDK 13/14

2020-07-02 Thread Utkarsh Bhargav
ion might have messed up, so had to create a > sample war file to check this. > > Anyone can try this and see if it works for them. Just build a simple > spring boot app with jdk 13/14 and deploy it on the latest tomcat running > on jdk 1.8. Maybe something is messed up in my environm

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-29 Thread Kiran Badi
. Just build a simple spring boot app with jdk 13/14 and deploy it on the latest tomcat running on jdk 1.8. Maybe something is messed up in my environment. Here is console catalina.out log along with same use case classes from spring site. 29-Jun-2020 20:19:24.852 INFO [main

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 6/26/20 22:01, Kiran Badi wrote: > we fixed the issue Mark. > > Actually tomcat was running on JDK 1.8 and applications were built > using JDK 13/14.So when they were deployed to tomcat running with > 1.8, they were givi

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-26 Thread Kiran Badi
we fixed the issue Mark. Actually tomcat was running on JDK 1.8 and applications were built using JDK 13/14.So when they were deployed to tomcat running with 1.8, they were giving 404. Now plan is to explore and upgrade tomcat to at least jdk 13. It would have been nice really to have at least

Re: Tomcat 9.0.36 - JDK 13/14

2020-06-26 Thread Mark Thomas
On 26/06/2020 05:45, Kiran Badi wrote: > Hi All, > > I wanted to check if tomcat 9.0.36 supports open jdk 13/14. Supported Java versions are listed at: http://tomcat.apache.org/whichversion.html "Java 8 and later" includes Java 13 and Java 14. > I created a simple sp

Tomcat 9.0.36 - JDK 13/14

2020-06-25 Thread Kiran Badi
Hi All, I wanted to check if tomcat 9.0.36 supports open jdk 13/14. I created a simple spring boot war file and compiled/built it with openjdk 13/14. After running maven install , I deployed the war file from the target directory to tomcat webapps using tomcat manager. It did not work and gave

Re: Many memberDisappeared messages logged in cluster (with 1-cpu nodes) using JDK 12 & above

2020-04-28 Thread Mark Thomas
On 28/04/2020 06:42, Mahathi Vavilala wrote: > Hi, > > For default values of frequency (=500) and dropTime (=3000) in cluster > installation with TOMEE 7.0.7 (uses Tomcat 8.5.50.0) using JDK 12 or above > only, many memberDisappeared messages are logged on all nodes of the > c

Many memberDisappeared messages logged in cluster (with 1-cpu nodes) using JDK 12 & above

2020-04-27 Thread Mahathi Vavilala
Hi, For default values of frequency (=500) and dropTime (=3000) in cluster installation with TOMEE 7.0.7 (uses Tomcat 8.5.50.0) using JDK 12 or above only, many memberDisappeared messages are logged on all nodes of the cluster (almost for every 2 minutes). This is occuring even when the system is

Re: Support for JDK only by Windows Installer?

2019-11-18 Thread Mark Thomas
;> account of that yet. > > The environment variable JAVA_HOME isn't supported actually. > > I added this as the last check after JRE64/32, JRE in JDK, now new JDK > only and then environment variable. > > We can discus to use environment variable first of all? I

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Konstantin Kolinko
producible description of the issue (in Bugzilla). What JDK are you using, from what vendor, and what are the steps to reproduce the issue. > But because of getting no error code and finding no log-file after a failed > silent installation. Generally, 1) Without a JDK the installer ca

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
tually. I added this as the last check after JRE64/32, JRE in JDK, now new JDK only and then environment variable. We can discus to use environment variable first of all? I think this could be more common? Alexander - To unsu

Re: Support for JDK only by Windows Installer?

2019-11-16 Thread Alexander Norz
Am 15.11.2019 22:23, schrieb Mark Thomas: Patches welcome. Mark A patch is nearly ready. I will sent a pull request asap. Alexander - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-

Re: Support for JDK only by Windows Installer?

2019-11-15 Thread Mark Thomas
On 15/11/2019 15:50, Alexander Norz wrote: > Hello, > > is there a good point why the Windows Service Installer > (apache-tomcat-9.0.27.exe) did not support Oracles Java JDK (11 without > JRE) out-of-the-box especially for silent installation? Because Oracle changed the direc

Support for JDK only by Windows Installer?

2019-11-15 Thread Alexander Norz
Hello, is there a good point why the Windows Service Installer (apache-tomcat-9.0.27.exe) did not support Oracles Java JDK (11 without JRE) out-of-the-box especially for silent installation? Meanwhile I know that I have to add a config-file with parameter /C for silent installation. But

Re: TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
pplication running on Tomcat server container. Web > > application is compiled and using JDK 11 as runtime JRE for execution > > purpose. > > > > Tomcat Version : - 7.0.92 > > JDK Version :- 11 > > The stack trace below is not consistent with the versio

Re: TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Mark Thomas
On 09/01/2019 09:19, Ravi Kumar wrote: > Dear Team, > > We have a web application running on Tomcat server container. Web > application is compiled and using JDK 11 as runtime JRE for execution > purpose. > > Tomcat Version : - 7.0.92 > JDK Version :- 11 The

TOMCAT 7.0.92 with JDK 11 :- ERROR localhost-startStop-1 org.apache.catalina.startup.ContextConfig - Unable to process Jar tools.jar for annotations

2019-01-09 Thread Ravi Kumar
Dear Team, We have a web application running on Tomcat server container. Web application is compiled and using JDK 11 as runtime JRE for execution purpose. Tomcat Version : - 7.0.92 JDK Version :- 11 Problem Description :- 1.We are seeing the errors in tomcat log regarding jar scanning at

Re: How to update new JDK version in apache-tomcat-7.0.84 windows service

2018-04-18 Thread Shawn Heisey
On 4/18/2018 10:18 AM, Somu Sundar Reddy.Y wrote: > Hi,  Recently I installed Tomcat windows service using > apache-tomcat-7.0.84.exe  installation file and during installation, I was > using JDK 1.8 Update 162 in my computer.  With this installation file , > windows service is a

Re: How to update new JDK version in apache-tomcat-7.0.84 windows service

2018-04-18 Thread Mark Thomas
On 18/04/18 17:18, Somu Sundar Reddy.Y wrote: > Hi,  Recently I installed Tomcat windows service using > apache-tomcat-7.0.84.exe  installation file and during installation, I was > using JDK 1.8 Update 162 in my computer.  With this installation file , > windows service is a

How to update new JDK version in apache-tomcat-7.0.84 windows service

2018-04-18 Thread Somu Sundar Reddy.Y
Hi,  Recently I installed Tomcat windows service using apache-tomcat-7.0.84.exe  installation file and during installation, I was using JDK 1.8 Update 162 in my computer.  With this installation file , windows service is automatically created and am able to start and stop the service without

Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2017-05-18 Thread Mark Thomas
cationContext.java?r1=1636341&r2=1642698> by markt? -- View this message in context: http://tomcat.10.x6.nabble.com/Problem-with-get-ROOT-context-in-servlet-on-tomcat-8-0-30-jdk-1-7-0-79-tp509p5063440.html Sent from the Tomcat - User mailing l

Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2017-05-15 Thread mwbxtr
viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java?r1=1636341&r2=1642698> by markt? -- View this message in context: http://tomcat.10.x6.nabble.com/Problem-with-get-ROOT-context-in-servlet-on-tomcat-8-0-30-jdk-1-7-0-79-tp509p5063440.html Sent fr

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2017-01-18 Thread Christopher Schultz
ri, Dec 16, 2016 at 12:39 PM, > wrote: > >> This was a typo, no plans for tls 1.3 in java yet >> >> -Ursprüngliche Nachricht- Von: Christopher Schultz >> [mailto:ch...@christopherschultz.net] Gesendet: Donnerstag, 15. >> Dezember 2016 22:36 An: T

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2017-01-18 Thread dhanesh1212121212
12:39 PM, wrote: > This was a typo, no plans for tls 1.3 in java yet > > -Ursprüngliche Nachricht- > Von: Christopher Schultz [mailto:ch...@christopherschultz.net] > Gesendet: Donnerstag, 15. Dezember 2016 22:36 > An: Tomcat Users List > Betreff: Re: Tomcat Version 7.

AW: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
This was a typo, no plans for tls 1.3 in java yet -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Donnerstag, 15. Dezember 2016 22:36 An: Tomcat Users List Betreff: Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 12/15/16 10:19 AM, frank.pien...@materna.de wrote: > Q1 use recent java8 Version if you want secure TLS 1.3 choose > right cipher. That might have been a typo, but I wanted to be clear that Java 8 doesn't support TLSv1.3. TLSv1.3 is sti

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhanesh, On 12/15/16 8:29 AM, dhanesh1212121212 wrote: > Hi Team, > > *Requirement:* > > Support for PROTOCOL TLSv1.2. > > We are currently using Tomcat Version 7.0.34 + jdk 1.6 and this is > not supporting TLS Protocol

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
on.html&d=DgIFAg&c=9qXE_JLypiubC-9T_PAPwg&r=Xhx3wY6yyvp3Qb9jYE01li0hTn39VkdJ0f9dlbDc57Y&m=Xrdrm6GVqFwIoc_CKnTdYIIAsjL2s5HVajfxaWvZkvU&s=6nGWeTS-AZoQeyKqTiC6iHB_qCDZa0q79bz0jn0rCeQ&e= > ", > >will Tomcat Version 7.0.34 support jdk 1.8? > > > >Question 2. Which

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Hrivnak, Dan
m=Xrdrm6GVqFwIoc_CKnTdYIIAsjL2s5HVajfxaWvZkvU&s=6nGWeTS-AZoQeyKqTiC6iHB_qCDZa0q79bz0jn0rCeQ&e= ", will Tomcat Version 7.0.34 support jdk 1.8? Question 2. Which is the best approach Tomcat Version 7.0.34 + jdk 1.7 or jdk 1.8? Question 3. Do we need to upgrade Tomcat ver

Re: Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread Frank.Pientka
need to choose. Refereed the Tomcat Site "http://tomcat.apache.org/whichversion.html";, will Tomcat Version 7.0.34 support jdk 1.8? Question 2. Which is the best approach Tomcat Version 7.0.34 + jdk 1.7 or jdk 1.8? Question 3. Do we need to upgrade Tomcat version to new one, if yes the

Tomcat Version 7.0.34 + jdk 1.6 is not supporting TLS Protocol TLS1.2

2016-12-15 Thread dhanesh1212121212
Hi Team, *Requirement:* Support for PROTOCOL TLSv1.2. We are currently using Tomcat Version 7.0.34 + jdk 1.6 and this is not supporting TLS Protocol TLS1.2. Please let us know what are the steps we need to take to have support of TLS1.2 in Tomcat Version 7.0.34. Posting few questions along

Re: tomcat 7.0.54 /jdk 1.8 - only TLS_RSA_* ciphers work

2016-11-01 Thread Mark Thomas
On 01/11/2016 20:40, Christopher Schultz wrote: > Daba, > > On 11/1/16 4:33 PM, capt.spock wrote: >> Stumped with this issue...environment tomcat 7.054 with openjdk >> version "1.8.0_111" OpenJDK Runtime Environment (build >> 1.8.0_111-b15) > >> Couple of servers with below config in server.xml t

Re: tomcat 7.0.54 /jdk 1.8 - only TLS_RSA_* ciphers work

2016-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daba, On 11/1/16 4:33 PM, capt.spock wrote: > Stumped with this issue...environment tomcat 7.054 with openjdk > version "1.8.0_111" OpenJDK Runtime Environment (build > 1.8.0_111-b15) > > Couple of servers with below config in server.xml throws war

tomcat 7.0.54 /jdk 1.8 - only TLS_RSA_* ciphers work

2016-11-01 Thread capt.spock
Stumped with this issue...environment tomcat 7.054 with openjdk version "1.8.0_111" OpenJDK Runtime Environment (build 1.8.0_111-b15) Couple of servers with below config in server.xml throws warning in Catalina and browsers have issue connecting. INFO: The APR based Apache Tomcat Native library

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Doug Gschwind
Hi Chris, Thank you for the responses, yes those both help. I did a lot of reading yesterday and was unable to get a clear answer at how this should be done with JEE, where internal resource files are expected to reside (besides just generally being under WEB-INF) within the deployment, and the St

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Doug, On 8/29/16 6:29 PM, Doug Gschwind wrote: > Hello everyone, > > I have a file xyz.txt that is specific to my web application which > needs to be located by my web application, and I wish to find that > resource via getClass().ClassLoader().get

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christoph Nenning
> Hello everyone, > > I have a file xyz.txt that is specific to my web application which needs to > be located by my web application, and I wish to find that resource via > getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt > file has no relation to any particular Java class

Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-29 Thread Doug Gschwind
Hello everyone, I have a file xyz.txt that is specific to my web application which needs to be located by my web application, and I wish to find that resource via getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt file has no relation to any particular Java class in our applic

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-28 Thread Doug Gschwind
Hi Mark, Very good, thank you for that direction. Both approaches you suggest seem appropriate, but I was unable to find any guide that describes how to provide/implement a JASPIC module, let alone that within Tomcat. I am hoping a custom Authenticator via extending AuthenticatorBase (FormAuthenti

  1   2   3   4   5   >