Re: Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
On 17/06/2025 17:29, Mark Thomas wrote: In short, you'll probably need to increase maxPartCount Thanks, thats fixed it.                             Stephen == |epcc| Dr Stephen P Booth Principal Architect

Re: Problem after tomcat upgrade

2025-06-17 Thread Mark Thomas
See https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 In short, you'll probably need to increase maxPartCount Mark On 17/06/2025 16:45, Stephen Booth wrote: I just updated my production servers from 9.0.104 to 9.0.106 and this broke my registration form with the following exception. Stack

Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
I just updated my production servers from 9.0.104 to 9.0.106 and this broke my registration form with the following exception. Stack Trace: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment at org.apache.tomcat.util.http.fileupload.FileUploadBase

Re: Tomcat 10.1 Upgrade & Uber JAR Error

2025-05-12 Thread Tim N
The issue occurred again in Tomcat v10.1.40 but is fixed again in Tomcat v10.1.41 On Thu, Apr 3, 2025 at 7:52 PM Mark Thomas wrote: > On 03/04/2025 05:34, Tim N wrote: > > That should have been > >> Looks like this last worked Tomcat v10.1.20 and first failed v10.1.23 > > > > ...and now looks li

Re: Tomcat 10.1 Upgrade & Uber JAR Error

2025-04-03 Thread Mark Thomas
On 03/04/2025 05:34, Tim N wrote: That should have been Looks like this last worked Tomcat v10.1.20 and first failed v10.1.23 ...and now looks like this was first fixed again in v10.1.39 Any ideas why? It suggests that the JasperInitializer was not trigger on start. If not a packaging issu

Re: Tomcat 10.1 Upgrade & Uber JAR Error

2025-04-02 Thread Tim N
That should have been > Looks like this last worked Tomcat v10.1.20 and first failed v10.1.23 ...and now looks like this was first fixed again in v10.1.39 Any ideas why? On Sat, Feb 8, 2025 at 6:36 AM Tim N wrote: > Looks like this last worked Tomcat v10.1.20 and first failed v19.1.23 > > On F

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-28 Thread Cenk Pekyaman
> >>>> > >>>> We run tomcat on java17 with the embedded tomcat setup. > >>>> We have http and https connectors and we have http2 upgradeProtocol > for > >>>> both. > >>>> > >>>> We recently upgraded from

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-26 Thread Mark Thomas
upgradeProtocol for both. We recently upgraded from 9.0.88 to 10.1.24 to work on javax to jakarta migration, and after a while, upgraded to 10.1.33. After the upgrade, we started to see random and rare 500 errors for some of the http2 GET requests over https. When reproducing the error on our

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-26 Thread Mark Thomas
from 9.0.88 to 10.1.24 to work on javax to jakarta migration, and after a while, upgraded to 10.1.33. After the upgrade, we started to see random and rare 500 errors for some of the http2 GET requests over https. When reproducing the error on our development machines, we could see the following

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-26 Thread Mark Thomas
to jakarta migration, and after a while, upgraded to 10.1.33. After the upgrade, we started to see random and rare 500 errors for some of the http2 GET requests over https. When reproducing the error on our development machines, we could see the following trace on the server

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-21 Thread Cenk Pekyaman
; > > > We recently upgraded from 9.0.88 to 10.1.24 to work on javax to jakarta > > migration, and after a while, upgraded to 10.1.33. > > After the upgrade, we started to see random and rare 500 errors for some > of > > the http2 GET requests over https. > > Whe

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Rémy Maucherat
igration, and after a while, upgraded to 10.1.33. > After the upgrade, we started to see random and rare 500 errors for some of > the http2 GET requests over https. > When reproducing the error on our development machines, we could see the > following trace on the server: > ``` >

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Cenk Pekyaman
On Thu, Feb 13, 2025 at 9:58 AM Rainer Jung wrote: > Am 13.02.25 um 09:40 schrieb Cenk Pekyaman: > ... > > > We can reproduce the issue somewhat reliably with the reproducer setup we > > have in https://github.com/cpekyaman/java-server-http2-test. > > The odd part is we could only reproduce it wi

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Rainer Jung
Am 13.02.25 um 09:40 schrieb Cenk Pekyaman: ... We can reproduce the issue somewhat reliably with the reproducer setup we have in https://github.com/cpekyaman/java-server-http2-test. The odd part is we could only reproduce it with certain clients reliably, with go and curl (we include go client

tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Cenk Pekyaman
We run tomcat on java17 with the embedded tomcat setup. We have http and https connectors and we have http2 upgradeProtocol for both. We recently upgraded from 9.0.88 to 10.1.24 to work on javax to jakarta migration, and after a while, upgraded to 10.1.33. After the upgrade, we started to see

Re: Tomcat 10.1 Upgrade & Uber JAR Error

2025-02-07 Thread Tim N
Looks like this last worked Tomcat v10.1.20 and first failed v19.1.23 On Fri, Feb 7, 2025 at 3:22 PM Tim N wrote: > I was launching my application successfully with Tomcat 10.1.16 using a > JAR with all dependencies in a single JAR via "maven-assembly-plugin". > > Since upgrading to Tomcat 10.1.

Tomcat 10.1 Upgrade & Uber JAR Error

2025-02-06 Thread Tim N
I was launching my application successfully with Tomcat 10.1.16 using a JAR with all dependencies in a single JAR via "maven-assembly-plugin". Since upgrading to Tomcat 10.1.34, one of my applications is now throwing java.lang.NullPointerException: Cannot invoke "org.apache.jasper.compiler.TldCac

Re: Apache Tomcat Upgrade to address Curl and libcurl vulnerabilities

2024-08-30 Thread Thomas Meyer
Am 30. August 2024 16:20:24 MESZ schrieb Mark Thomas : >On 30/08/2024 15:15, Kenan, John wrote: >> Apache Tomcat Security Team: Hi, >> Please advise when an update to Apache Tomcat will be released that >> addresses the following Curl and libcurl security vulnerabilities: > >What makes you t

Re: Apache Tomcat Upgrade to address Curl and libcurl vulnerabilities

2024-08-30 Thread Mark Thomas
On 30/08/2024 15:15, Kenan, John wrote: Apache Tomcat Security Team: Please advise when an update to Apache Tomcat will be released that addresses the following Curl and libcurl security vulnerabilities: What makes you think Tomcat has a dependency on Curl and/or libcurl? Mark Critical:

Re: Apache Tomcat Upgrade to address Curl and libcurl vulnerabilities

2024-08-30 Thread Christopher Schultz
John, On 8/30/24 10:15, Kenan, John wrote: Please advise when an update to Apache Tomcat will be released that addresses the following Curl and libcurl security vulnerabilities: Critical: CVE-2023-38545 High: CVE-2024-7264 Medium: CVE-2023-46218 CVE-2023-46219 CVE-2024-0853 Low: CVE-2023-385

Apache Tomcat Upgrade to address Curl and libcurl vulnerabilities

2024-08-30 Thread Kenan, John
Apache Tomcat Security Team: Please advise when an update to Apache Tomcat will be released that addresses the following Curl and libcurl security vulnerabilities: Critical: CVE-2023-38545 High: CVE-2024-7264 Medium: CVE-2023-46218 CVE-2023-46219 CVE-2024-0853 Low: CVE-2023-38546 Thank you,

Re: Upgrade query

2024-05-13 Thread Christopher Schultz
Kalaivani, On 5/13/24 06:13, GANESAN, Kalaivani wrote: I have a question regarding upgrading to 9.0.86. The current version is 9.0.8 and needs to be upgraded to 9.0.86. We have apache tomcat running in our openptk servers. Do you have any detailed steps on the process? We have downloaded apache

Upgrade query

2024-05-13 Thread GANESAN, Kalaivani
Hi, I have a question regarding upgrading to 9.0.86. The current version is 9.0.8 and needs to be upgraded to 9.0.86. We have apache tomcat running in our openptk servers. Do you have any detailed steps on the process? We have downloaded apache-tomcat-9.0.86.tar.gz. Thanks, Kalaivani G

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-13 Thread Zdeněk Henek
t; We have experienced the same problem with Tomcat 8.5.94. > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >> For additional commands, e-mail: users-h...@tomcat.apache.org &g

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-12 Thread Christopher Schultz
times as this is blocking bug for upgrading to the last Tomcat version: https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 We understand that it is blocking, but if you re using h2, especially exposed directly to the internet, you should upgrade to the broken release and use Konstantin&#

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-11 Thread i...@flyingfischer.ch
Am 11.10.23 um 14:02 schrieb Alexander Veit: Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040)     at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178)  

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-11 Thread Alexander Veit
Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040) at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:178) at io.restassured.internal.util.IOUtils.toBy

Re: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Maxim Solodovnik
> Amit > -Original Message- > From: Konstantin Kolinko > Sent: Tuesday, October 10, 2023 7:11 PM > To: Tomcat Users List > Subject: Re: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81 > > > CAUTION: This email originated from outside the organization. Do not clic

RE: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Amit Pande
form (black box) testing and communicate the results (Details in case of >> failures). Thanks, Amit -Original Message- From: Konstantin Kolinko Sent: Tuesday, October 10, 2023 7:11 PM To: Tomcat Users List Subject: Re: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81 CAUTION: This

Re: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Konstantin Kolinko
ср, 11 окт. 2023 г. в 02:31, Amit Pande : > > Thank you Konstantin for the quick update! > > Since this release contained multiple security fixes, it's important to > upgrade. However, there seem regressions too. > > What is the way forward here? Follow up version c

Re: [External] Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Amit Pande
Thank you Konstantin for the quick update! Since this release contained multiple security fixes, it's important to upgrade. However, there seem regressions too. What is the way forward here? Follow up version coming sooner? Or a version with just security fixes and all other changes can

Re: DBCP exception after Tomcat 10.1.13 -> 10.1.14 upgrade

2023-10-10 Thread Konstantin Kolinko
Hi! Thank you for the report. This issue is known and has already been fixed. See https://bz.apache.org/bugzilla/show_bug.cgi?id=67664 Best regards, Konstantin Kolinko вт, 10 окт. 2023 г. в 23:42, Michael Hayes : > > I have just upgraded a working Tomcat 10.1.13 installation to Tomcat 10.1.14,

Re: Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Konstantin Kolinko
Hi! Thank you for reporting and investigating the issue. I added your observation to https://bz.apache.org/bugzilla/show_bug.cgi?id=67670 Best regards, Konstantin Kolinko ср, 11 окт. 2023 г. в 00:01, Amit Pande : > > I am still investigating more but after upgrading from Tomcat 9.0.80 to > 9.

Tomcat upgrade from 9.0.80 to 9.0.81

2023-10-10 Thread Amit Pande
I am still investigating more but after upgrading from Tomcat 9.0.80 to 9.0.81, many of our rest assured based tests are failing with below error ... Caused by: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 4,999; received: 3,040)

DBCP exception after Tomcat 10.1.13 -> 10.1.14 upgrade

2023-10-10 Thread Michael Hayes
I have just upgraded a working Tomcat 10.1.13 installation to Tomcat 10.1.14, on Rocky Linux 9.2, PostgreSQL 11.20, JDBC driver 42.6.0, Java 17.0.8. During startup I get this exception: java.sql.SQLException at org.apache.tomcat.jdbc.pool.ConnectionPool.setupConnection(ConnectionPool.jav

Re: Deploy an application (upgrade/downgrade) - Remove Cache/Directories

2023-10-10 Thread Mark Thomas
On 10/10/2023 13:38, a.grub...@bluewin.ch wrote: Dear all I have a question. When I deploy a new application (either downgrade or upgrade), what is mandatory to be done apart from ReleaseNotes for the application? I ask specific for remove certain directories from Tomcat structure, also topic

Deploy an application (upgrade/downgrade) - Remove Cache/Directories

2023-10-10 Thread a.grubner
Dear all I have a question. When I deploy a new application (either downgrade or upgrade), what is mandatory to be done apart from ReleaseNotes for the application? I ask specific for remove certain directories from Tomcat structure, also topic remove cache on the directories. Tried to

RE: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-05 Thread jonmcalexander
gt; Subject: Re: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to > 8.5.89. > > On 02/06/2023 21:00, jonmcalexan...@wellsfargo.com.INVALID wrote: > > Good afternoon, > > > > Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting >

Re: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-03 Thread Mark Thomas
On 02/06/2023 21:00, jonmcalexan...@wellsfargo.com.INVALID wrote: Good afternoon, Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting these messages in the logs: [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - EPMSend = SOAP [2023/06/01][01:05:10.012] : [INIT] - EPM

RE: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread jonmcalexander
tomcat.apache.org > Subject: Re: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to > 8.5.89. > > > > On 6/2/23 14:00, jonmcalexan...@wellsfargo.com.INVALID wrote: > > Good afternoon, > > > > Have a team that just upgraded to 8.5.

Re: SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread Rob Sargent
On 6/2/23 14:00, jonmcalexan...@wellsfargo.com.INVALID wrote: Good afternoon, Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting these messages in the logs: [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - EPMSend = SOAP [2023/06/01][01:05:10.012] : [INIT] - EPMS

SOAP HTTP error: "HTTP/1.1 400 Bad Request" after upgrade to 8.5.89.

2023-06-02 Thread jonmcalexander
Good afternoon, Have a team that just upgraded to 8.5.89 from 8.5.72 and started getting these messages in the logs: [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - EPMSend = SOAP [2023/06/01][01:05:10.012] : [INIT] - EPMSend (init) - SOAPPort = 8443 [2023/06/01][01:05:10.012] : [INIT] -

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-18 Thread Meltron Kendrick
Mark, Points noted. Thank you good sir. I will try the weird path -- just to see if it solves the problem. I am investigating how it became like this. I inherited this task. Overall I absolutely concur with going with the an Official Tomcat release. I want to bring over any / all customized

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-18 Thread Mark Thomas
18 May 2023 06:06:04 Meltron Kendrick : I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apache.catalina.util.ServerInfo" Any ideas on HOW TO properly do this? Start with an official Tomcat release that d

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Terence M. Bandoian
This might be helpful: https://docs.oracle.com/en/java/javase/17/docs/specs/man/jar.html -Terence Bandoian On 5/17/2023 11:06 PM, Meltron Kendrick wrote: I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apa

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Meltron Kendrick
I created a "jar" file using WinRAR -- but no go --- Got the following error message... "Error: Could not find or load main class org.apache.catalina.util.ServerInfo" Any ideas on HOW TO properly do this? On Wed, May 17, 2023 at 9:58 PM Meltron Kendrick wrote: > I was able to DECOMPRESS th

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-17 Thread Meltron Kendrick
I was able to DECOMPRESS the .jar file -- using 7-zip -- and edited the org/apache/catalina/util/ServerInfo.properties file to the proper version and date info... Now I need to COMPRESS everything with the updated org/apache/catalina/util/ServerInfo.properties file added back into the .jar file...

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-16 Thread Meltron Kendrick
Thank you Chuck! What is the best way to go about updating the 3 lines to accurately reflect the proper version details? On Tue, May 16, 2023 at 9:08 PM Chuck Caldarale wrote: > > > On 2023-05-16, at 17:02, Meltron Kendrick > wrote: > > > > I am trying to get these fields to UPDATE properly.

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-16 Thread Chuck Caldarale
> On 2023-05-16, at 17:02, Meltron Kendrick wrote: > > I am trying to get these fields to UPDATE properly... > > ESPECIALLY THESE 3 --- > (but all of them would be nice) > > Server version: Secure Web Server > Server built: Jan 01 2000 00:00:00 UTC > Server number: 1.0.0.0 This informati

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-16 Thread Meltron Kendrick
I am trying to get these fields to UPDATE properly... ESPECIALLY THESE 3 --- (but all of them would be nice) Server version: Secure Web Server Server built: Jan 01 2000 00:00:00 UTC Server number: 1.0.0.0 *sudo -u tomcat /opt/tomcat/bin/version.sh* Using CATALINA_BASE: /opt/tomcat Using

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-12 Thread Meltron Kendrick
t wrote: > > Hi Meltron, > > > >> -Original Message- > >> From: Meltron Kendrick > >> Sent: 11 May, 2023 19:09 > >> To: users@tomcat.apache.org > >> Subject: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > >>

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-12 Thread Christopher Schultz
André, On 5/11/23 14:49, Andr? van der Lugt wrote: Hi Meltron, -Original Message- From: Meltron Kendrick Sent: 11 May, 2023 19:09 To: users@tomcat.apache.org Subject: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 I have NOT been able to locate clear HOW TO steps for

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-12 Thread Evan Rempel
We make official install packages out of each release and then use the OS package management to do an "official" installation upgrade. This allows for rollback/downgrade in the event of an issue and allows us to easily repeat this on the 120+ tomcat servers that we run. Evan. On

Re: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-12 Thread Darryl Baker
> -Original Message- > From: kmhun...@gmail.com <mailto:kmhun...@gmail.com> <mailto:kmhun...@gmail.com>> > Sent: Thursday, May 11, 2023 3:12 PM > To: 'Tomcat Users List' <mailto:users@tomcat.apache.org>> > Subject: RE: Best Practice to Upgr

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-12 Thread jonmcalexander
#x27;Tomcat Users List' > Subject: RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > > Not sure if anyone cares or not but this is how I handle... > > Unpack Tomcat to /opt/Apache/tomcat/apache-tomcat- > Create a link for the instance: /opt/Apache/tomcat/current -&g

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread kmhuntly
ary content you just need to copy over the relevant configuration from the old to the new. Works for my purposes anyway. -Original Message- From: Andr? van der Lugt Sent: Thursday, May 11, 2023 2:49 PM To: Tomcat Users List Subject: RE: Best Practice to Upgrade Apache Tomcat from 9.0.56

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread Andr? van der Lugt
Hi Meltron, > -Original Message- > From: Meltron Kendrick > Sent: 11 May, 2023 19:09 > To: users@tomcat.apache.org > Subject: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > > I have NOT been able to locate clear HOW TO steps for this. > > I am

RE: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread jonmcalexander
for your cooperation. > -Original Message- > From: Meltron Kendrick > Sent: Thursday, May 11, 2023 12:09 PM > To: users@tomcat.apache.org > Subject: Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74 > > I have NOT been able to locate clear HOW TO step

Best Practice to Upgrade Apache Tomcat from 9.0.56 to 9.0.74

2023-05-11 Thread Meltron Kendrick
I have NOT been able to locate clear HOW TO steps for this. I am currently focused on MINOR upgrades. I will commence a different thread when I raise the question for MAJOR upgrades --- say from 9.x to 10.x -- or 9.x to 11.x IF someone can point me to a great resource... That would be tremendou

Re: ClassNotFound after upgrade to tomcat 10

2023-04-20 Thread Kevin Huntly
I chose option 1 and re-wrote everything. It was fun Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W

Re: ClassNotFound after upgrade to tomcat 10

2023-04-20 Thread Christopher Schultz
Kevin, On 4/17/23 17:56, Kevin Huntly wrote: I'm getting the following exception when I try to access my webapp: 17-Apr-2023 17:52:55.982 SEVERE [catalina-exec-1] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception java.lang.ClassNo

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Terence M. Bandoian
On 4/17/2023 6:13 PM, Kevin Huntly wrote: Thank you, all set. I guess I wasn't googling the right things lol, either that or I'm getting a little too used to asking on the list =( Yes. -Terence Bandoian On Mon, Apr 17, 2023 at 7:03 PM Torsten Krah wrote: The whole thing is also well answe

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Just another quick question... and it may not be able to be answered here... Is there a way to get Eclipse to stop bitching about missing "javax.servlet.*" dependencies? It's complaining on every JSP I have... Kevin Huntly Email: kmhun...@gmail.com

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Thank you, all set. I guess I wasn't googling the right things lol, either that or I'm getting a little too used to asking on the list =( Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 ---

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
The whole thing is also well answered there btw: https://stackoverflow.com/questions/4928271/how-to-install-jstl-the-absolute-uri-http-java-sun-com-jstl-core-cannot-be-r#4928309 Kevin Huntly schrieb am Di., 18. Apr. 2023, 00:52: > I am now seeing this: > > 17-Apr-2023 18:50:44.450 SEVERE [catal

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
https://stackoverflow.com/questions/74585710/migration-to-jakarta-ee-unable-to-find-taglib-c-for-uri-jakarta-tags-core Does that help? Kevin Huntly schrieb am Di., 18. Apr. 2023, 00:52: > I am now seeing this: > > 17-Apr-2023 18:50:44.450 SEVERE [catalina-exec-1] > org.apache.catalina.core.App

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
I am now seeing this: 17-Apr-2023 18:50:44.450 SEVERE [catalina-exec-1] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception org.apache.jasper.JasperException: /com.cws.esolutions.web.login/jsp/html/en/Login.jsp (line: [1], column: [1])

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
And update your taglib definitions, see here: https://jakarta.ee/specifications/tags/3.0/ The old ones are deprecated/ removed: Quote: Rename java.sun.com taglib URIs to new jakarta.tags.* URNs. Kevin Huntly schrieb am Di., 18. Apr. 2023, 00:34: > Now i'm getting these: > > 17-Apr-2023 18:

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Mark Eggers
https://jakarta.ee/specifications/tags/3.0/tagdocs/c/tld-summary.html . . . just my two cents /mde/ On 4/17/2023 3:34 PM, Kevin Huntly wrote: Now i'm getting these: 17-Apr-2023 18:32:03.236 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types d

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
The Jakarta jstl ones have to be compile scope, they are not included in tomcat, do you have that? See the migration guide, spec section, only those APIs listed there should be provided scope. Kevin Huntly schrieb am Di., 18. Apr. 2023, 00:34: > Now i'm getting these: > > 17-Apr-2023 18:32:03.2

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Now i'm getting these: 17-Apr-2023 18:32:03.236 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath 17-Apr-2023 18:32:04.904 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring DispatcherServlet 'eS

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
You should only use https://jakarta.ee/specifications/tags/3.0/ and not the old 1.2.5 one, remove that old one. Why do you have both included? Kevin Huntly schrieb am Di., 18. Apr. 2023, 00:19: > 6.0.0 > > 1.2.5 > > 3.0.0 > > 3.1.1 > > > Kevin Hun

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
6.0.0 1.2.5 3.0.0 3.1.1 Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M--

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
All the api ones have to be provided, not compile scope imho. Tomcat does provide them, don't package them in your war file and double check the versions from the guide, there is still a class referencing the old API and is causing the exception. You missed to add the versions you used, add them h

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Thank you for that... I have the right (I think) dependencies in my pom: org.apache.taglibs taglibs-standard-impl ${taglibs.version} jar compile jakarta.servlet.jsp.jstl jakarta.servlet.jsp.jstl-api ${jstl.version} jar compile jakarta.servlet.jsp jakarta.servlet.jsp-api ${jsp

Re: ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Torsten Krah
Please read https://tomcat.apache.org/migration-10.html#Server_Pages_3.0 and while you are there, read the whole guide ;-). Kevin Huntly schrieb am Mo., 17. Apr. 2023, 23:57: > Hello, > > I'm getting the following exception when I try to access my webapp: > > 17-Apr-2023 17:52:55.982 SEVERE [cat

ClassNotFound after upgrade to tomcat 10

2023-04-17 Thread Kevin Huntly
Hello, I'm getting the following exception when I try to access my webapp: 17-Apr-2023 17:52:55.982 SEVERE [catalina-exec-1] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception java.lang.ClassNotFoundException: javax.servlet.jsp.tagext

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
Hi user group: just found open-telemetry has fixing for it: https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/tomcat/tomcat-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/tomcat/common/TomcatHelper.java#L71 ``` static Strin

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
Hi Mark I can't find any Valve setting in the spring boot application(search by valve), would you mind sharing more info? Regarding the mb state and debugging, yes aware that my local intellij debugger could change the mb state, so in the the debug lib I call mb.getType() only I got more interes

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Mark Thomas
On 17/03/2023 14:27, Rui wrote: Hi user group: I added some debug info to the 9.0.71 baseline from the logs it hit this (supposed not inn 9.0.70) https://github.com/apache/tomcat/blob/9.0.71/java/org/apache/catalina/connector/CoyoteAdapter.java#L677 That suggests you are using the Rewrite Val

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-17 Thread Rui
Hi user group: I added some debug info to the 9.0.71 baseline from the logs it hit this (supposed not inn 9.0.70) https://github.com/apache/tomcat/blob/9.0.71/java/org/apache/catalina/connector/CoyoteAdapter.java#L677 means undecodedURI type is T_CHARS or T_STR, however, decodedURI type is T_NUL

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-16 Thread Rui
I did some tests with several different commits in 9.0.71, I think my issue is caused by this https://github.com/apache/tomcat/commit/10a1a6d46d952bab4dfde44c3c0de12b0330da79 the "toBytesSimple" change has not been added to the repo yet, so the change in 9.073 doesn't solve the problem. Next I will

RE: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread jonmcalexander
> -Original Message- > From: Chuck Caldarale > Sent: Monday, March 6, 2023 1:12 PM > To: Tomcat Users List > Subject: Re: health check return 404 after upgrade from 70 to tomcat 9.0.71 > > > > On Mar 6, 2023, at 12:03, > wrote: > > > >

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread Chuck Caldarale
> On Mar 6, 2023, at 12:03, > wrote: > > I believe we may have figured out what was causing the issue, but not why it > was causing it. > > In the mod-proxy-http configuration for the balancer, we had been using the > fully qualified host name in the balancer url. When we switched to IP >

RE: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread jonmcalexander
> -Original Message- > From: Mark Thomas > Sent: Monday, March 6, 2023 10:34 AM > To: users@tomcat.apache.org > Subject: Re: health check return 404 after upgrade from 70 to tomcat 9.0.71 > > On 25/02/2023 17:57, Mark Thomas wrote: > > > > > >

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread Mark Thomas
On 25/02/2023 17:57, Mark Thomas wrote: On 25/02/2023 15:47, Rui wrote: Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-En

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-02-25 Thread Mark Thomas
On 25/02/2023 15:47, Rui wrote: Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-Encoding: gzip ] Incoming request /health

health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-02-25 Thread Rui
Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-Encoding: gzip ] Incoming request /health with originalRemoteAddr in 9.0.

Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-22 Thread Christopher Schultz
t in the process. :) -chris -Original Message- From: Christopher Schultz Sent: Friday, November 18, 2022 14:37 To: users@tomcat.apache.org Subject: Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade Joey, On 11/17/22 10:52, Joey Cochran wrote: You might

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-22 Thread Cantor, Angela T.
-Original Message- From: Christopher Schultz Sent: Friday, November 18, 2022 14:37 To: users@tomcat.apache.org Subject: Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade Joey, On 11/17/22 10:52, Joey Cochran wrote: > You might still have a passphrase on the p

Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-18 Thread Christopher Schultz
way before any cipher suites are being negotiated, so don't aorry about that. -chris -Original Message- From: Cantor, Angela T. Sent: Wednesday, November 16, 2022 7:28 PM To: Tomcat Users List Subject: RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK up

Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-18 Thread Christopher Schultz
Angela, On 11/16/22 20:31, Cantor, Angela T. wrote: And one thing I forgot - yes Chris, could you please provide the code you mentioned in case that is the issue? Sure: import java.security.Provider; import java.security.Security; import java.util.*; /** * A crude class for displaying all th

Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-18 Thread Christopher Schultz
-- From: Christopher Schultz Sent: Tuesday, November 15, 2022 21:50 To: users@tomcat.apache.org Subject: Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade Angela, On 11/14/22 11:56, Cantor, Angela T. wrote: We just upgraded OpenJDK from 17.0.4.0.8-2.el8_6 to the

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-17 Thread Joey Cochran
after OpenJDK upgrade Thanks to Joey and Chris for responding. Joey had said >Jump through the hoop of rebuilding the keystore with the current java > I believe this is what we did that made the difference I am not > familiar with PKCS11 > we use Http11Nio2Protocol wit

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-16 Thread Cantor, Angela T.
And one thing I forgot - yes Chris, could you please provide the code you mentioned in case that is the issue? Thanks, Angela >> certificateKeystoreProvider="SunPKCS11-NSS-FIPS" > >Could this be the problem? Does your new Java version have that security >provider available

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-16 Thread Cantor, Angela T.
m: Christopher Schultz Sent: Tuesday, November 15, 2022 21:50 To: users@tomcat.apache.org Subject: Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade Angela, On 11/14/22 11:56, Cantor, Angela T. wrote: > We just upgraded OpenJDK from 17.0.4.0.8-2.el8_6 to the abov

Re: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-15 Thread Christopher Schultz
Angela, On 11/14/22 11:56, Cantor, Angela T. wrote: We just upgraded OpenJDK from 17.0.4.0.8-2.el8_6 to the above version. Now tomcat won't listen on the desired port. Something is wonky with it accessing the keystore. If you all see anything obvious, could you please advise? Especially i

RE: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-14 Thread Joey Cochran
complete chain bundling. Hope this helps. -Joey -Original Message- From: Cantor, Angela T. Sent: Monday, November 14, 2022 10:56 AM To: users@tomcat.apache.org Subject: tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade Hi all, We have - tomcat 9.0.68 - RHEL 8.6

tomcat and FIPS - PKCS11 CKR_SESSION_READ_ONLY error after OpenJDK upgrade

2022-11-14 Thread Cantor, Angela T.
Hi all, We have - tomcat 9.0.68 - RHEL 8.6 with FIPS - OpenJDK 17.0.5.0.8-2.el8_6 We just upgraded OpenJDK from 17.0.4.0.8-2.el8_6 to the above version. Now tomcat won't listen on the desired port. Something is wonky with it accessing the keystore. If you all see anything obvious, could you

Re: Question about upgrade from Tomcat 7 to Tomcat 9.0.67

2022-10-05 Thread Jason Wee
i would normally do a diff between your current version and the next tomcat version you want to upgrade to and go through the diff slowly. it is better to be careful and note the changes than sorry later. On Wed, Oct 5, 2022 at 9:17 PM Mark Thomas wrote: > > > > On 05/10/2022 09:17,

  1   2   3   4   5   6   7   8   9   10   >