Re: Your connection is not private Issue

2025-04-11 Thread Robert Turner
:46 PM > To: Tomcat Users List > Subject: Re: Your connection is not private Issue > > > Usay, > > Could you try tls test tool like testssl.sh on the problematic URLs? > > It will tell you the reason... > > Peter > > > Am 10.04.2025 um 18:50 schrieb Christopher

RE: Your connection is not private Issue

2025-04-10 Thread Uday Upadhyay
= tps_app-dev DNS.15 = tps_app-dev2..com DNS.16 = tps_app-dev2 EOF [cid:image002.png@01DBAA6E.B5FAAB30] Thanks -Original Message- From: Peter Kreuser Sent: Thursday, April 10, 2025 1:46 PM To: Tomcat Users List Subject: Re: Your connection is not private Issue Usay

RE: Your connection is not private Issue

2025-04-10 Thread Uday Upadhyay
: Your connection is not private Issue Usay, Could you try tls test tool like testssl.sh on the problematic URLs? It will tell you the reason... Peter > Am 10.04.2025 um 18:50 schrieb Christopher Schultz > : > > Uday, > >> On 4/10/25 2:44 AM, Uday Upadhyay wrote: &

Re: Your connection is not private Issue

2025-04-10 Thread Peter Kreuser
Usay, Could you try tls test tool like testssl.sh on the problematic URLs? It will tell you the reason... Peter > Am 10.04.2025 um 18:50 schrieb Christopher Schultz > : > > Uday, > >> On 4/10/25 2:44 AM, Uday Upadhyay wrote: >> I'm experiencing an issue w

Re: Your connection is not private Issue

2025-04-10 Thread Christopher Schultz
Uday, On 4/10/25 2:44 AM, Uday Upadhyay wrote: I'm experiencing an issue when accessing the production web servers without using the .xxx.com domain. The browser displays a message stating, "Your connection is not private." This problem occurs in Edge, Chrome, and Fir

Your connection is not private Issue

2025-04-09 Thread Uday Upadhyay
Hi, I'm experiencing an issue when accessing the production web servers without using the .xxx.com domain. The browser displays a message stating, "Your connection is not private." This problem occurs in Edge, Chrome, and Firefox, while the development environment URLs wo

Re: Question Regarding Incorrect Cache Size Calculation Issue

2025-03-27 Thread Chuck Caldarale
> On 2025 Mar 27, at 16:06, Yuta Akiya > wrote: > > I am using Tomcat 9.0.78 on a machine running Windows Server 2019 Standard. > > I am experiencing an issue with an instance of > `org.apache.catalina.webresources.Cache`, where `Cache.size` is out of sync >

Question Regarding Incorrect Cache Size Calculation Issue

2025-03-27 Thread Yuta Akiya
Hello, I am using Tomcat 9.0.78 on a machine running Windows Server 2019 Standard. I am experiencing an issue with an instance of `org.apache.catalina.webresources.Cache`, where `Cache.size` is out of sync with the actual size of `Cache.resourceCache` in memory. Based on a heap dump of the

Re: Subject: Issue with Non-Printable Characters in Java API Response

2025-03-03 Thread Chuck Caldarale
undreds of fixes in Tomcat since then, including critical security-related ones. - Chuck > - *Calls Without Varnish*: We have tested this by calling the API > directly through tomcat and through varnish as well. The issue persists in > both cases. > - Could there be an issue

Re: Subject: Issue with Non-Printable Characters in Java API Response

2025-03-03 Thread Ramavtar Pareek
. - *Tomcat Version:* We are using Tomcat version 7.0.41 - *Calls Without Varnish*: We have tested this by calling the API directly through tomcat and through varnish as well. The issue persists in both cases. - Could there be an issue with how Jackson serializes the JSON, causing

Re: Subject: Issue with Non-Printable Characters in Java API Response

2025-02-20 Thread Christopher Schultz
Ramavtar, On 2/20/25 6:46 AM, Ramavtar Pareek wrote: I am facing an issue where some specific keys in my API response contain non-printable characters instead of the expected Hindi characters. The issue occurs in our production environment, which has the following architecture: System Flow

Subject: Issue with Non-Printable Characters in Java API Response

2025-02-20 Thread Ramavtar Pareek
Hello Tomcat Community, I am facing an issue where some specific keys in my API response contain non-printable characters instead of the expected Hindi characters. The issue occurs in our production environment, which has the following architecture: System Flow: 1. A Varnish server

Re: Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat

2025-01-10 Thread Christopher Schultz
ill be used. " So I think you will get "changeit" as your default password if you don't call setCertificateKeystorePassword. -chris -Original Message- From: Christopher Schultz Sent: Thursday, January 9, 2025 11:40 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9 to T

Re: Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat

2025-01-09 Thread Maxim Solodovnik
d verification > failed > at > sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:792) > ... 28 more > > Regards, > Abirami.S > -Original Message- > From: Christopher Schultz > Sent: Thursday, January 9, 2025 11:40 PM > To: users@to

RE: Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat

2025-01-09 Thread S Abirami
sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:792) ... 28 more Regards, Abirami.S -Original Message- From: Christopher Schultz Sent: Thursday, January 9, 2025 11:40 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat Abirami

Re: Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat

2025-01-09 Thread Christopher Schultz
Abirami, On 1/9/25 6:57 AM, S Abirami wrote: After migrating from Tomcat 9 to Tomcat 10, there is an error to introduce SSLHostConfig. Introduced SSLHostConfig with Keystorefile and KeystorePassword as mentioned below is not working and throwing error with file is tampered. SSLHostConfig sslH

Tomcat 9 to Tomcat 10 SSLHostConfig issue in Embedded Tomcat

2025-01-09 Thread S Abirami
Hi All, After migrating from Tomcat 9 to Tomcat 10, there is an error to introduce SSLHostConfig. Introduced SSLHostConfig with Keystorefile and KeystorePassword as mentioned below is not working and throwing error with file is tampered. SSLHostConfig sslHostConfig = new SSLHostConfig(); SSLHos

Re: Class Loading Issue with Tomcat 10.1.33 and DataDog Java Agent

2024-12-09 Thread Mark Thomas
ered class loading exceptions after upgrading to Tomcat 10.1.33 (embedded), but only in the presence of the DataDog Java Agent. Upgrading to Tomcat 10.1.34 seems to have resolved the issue (thanks for the release!), so likely no further investigation is needed. I'm reporting this just in cas

Class Loading Issue with Tomcat 10.1.33 and DataDog Java Agent

2024-12-09 Thread Adam Rauch
Our application encountered class loading exceptions after upgrading to Tomcat 10.1.33 (embedded), but only in the presence of the DataDog Java Agent. Upgrading to Tomcat 10.1.34 seems to have resolved the issue (thanks for the release!), so likely no further investigation is needed. I&#

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
h your JAVA_HOME set to JDK 11. I'm > using Oracle jdk-11.0.23) > > By modifying the pom.xml and setting Tomcat to 9.0.88, it works fine. > 9.0.95, it does not. I've tried going through the commit history, but > nothing stands out. > > Note that a similar issue in

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

2024-10-08 Thread Greg Eschbacher
to 9.0.88, it works fine. 9.0.95, it does not. I've tried going through the commit history, but nothing stands out. Note that a similar issue involving JDK 11 and modularity happened in this thread: https://www.mail-archive.com/users@tomcat.apache.org/msg143765.html Thanks in advance for an

Re: issue

2024-09-10 Thread Christopher Schultz
Lucas, On 9/8/24 13:43, Lucas W wrote: (Tomcat v 11.0.0, java v 22.0.2) Hi, System.out.println(..) works just after tomcat startup to catalina.out. But at some point later on, souts fail to be logged to catalina.out or anywhere. I am also experiencing something weird with File.mkdirs(..); I ha

issue

2024-09-08 Thread Lucas W
(Tomcat v 11.0.0, java v 22.0.2) Hi, System.out.println(..) works just after tomcat startup to catalina.out. But at some point later on, souts fail to be logged to catalina.out or anywhere. I am also experiencing something weird with File.mkdirs(..); I have it in two different static functions in

RE: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-09-05 Thread Tim Zielke
ed and not responding. I also had a typo below about "TLS session tokens". I meant to say "TLS session tickets". -Original Message- From: Tim Zielke Sent: Thursday, September 5, 2024 3:42 PM To: Tomcat Users List Subject: RE: Web browser clocking issue at Apache

RE: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-09-05 Thread Tim Zielke
I was able to narrow down the issue and find a workaround. If anyone has else seen this issue, I would be interested in hearing about it. Here is a recap of the issue. The Spring Boot app works fine at openjdk 1.8. When the app is moved to openjdk 17, the app works initially and then usually

Re: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-08-26 Thread Christopher Schultz
Tim, On 8/15/24 10:55, Tim Zielke wrote: When the web browser clocking issue happens, the web browser will just clock when I click on a link in this application and then eventually time out on the browser side. When you say "clock" Do you mean "the browse throbber just

RE: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-08-15 Thread Tim Zielke
When the web browser clocking issue happens, the web browser will just clock when I click on a link in this application and then eventually time out on the browser side. The TCP connections mentioned in original posting represent this web browser click that clocked and eventually timed out at

Re: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-08-15 Thread Mark Thomas
On 15/08/2024 14:36, Tim Zielke wrote: web browser clocking issues Can you clarify what you mean by this please. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

2024-08-15 Thread Tim Zielke
that is having web browser clocking issues when I run it at openjdk 17 and on a certain type of Linux server. I say certain type, because the same Spring Boot 3 application at openjdk 17 runs fine on other Linux servers that are at the same release as the server with the issue. One main

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-14 Thread Mark Thomas
On 14/08/2024 17:10, Itzhak Fadida wrote: Thank you very much for quickly addressing the issue! When do you estimate it will be part of a release? It will be included in the September release round. Mark From: Mark Thomas Date: Wednesday, 14 August 2024 at 11:56 To: users

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-14 Thread Itzhak Fadida
Thank you very much for quickly addressing the issue! When do you estimate it will be part of a release? From: Mark Thomas Date: Wednesday, 14 August 2024 at 11:56 To: users@tomcat.apache.org Subject: Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring On 13/08/2024

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-14 Thread Mark Thomas
On 13/08/2024 17:53, Mark Thomas wrote: On 13/08/2024 09:48, Itzhak Fadida wrote: Thank you for your reply. I created a repository that demonstrates the issue. https://github.com/tzahifadida/test-chunked Thanks. That is very helpful. git bisect has identified this commit: https

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-13 Thread Mark Thomas
On 13/08/2024 09:48, Itzhak Fadida wrote: Thank you for your reply. I created a repository that demonstrates the issue. https://github.com/tzahifadida/test-chunked Thanks. That is very helpful. git bisect has identified this commit: https://github.com/apache/tomcat/commit

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-13 Thread Itzhak Fadida
Thank you for your reply. I created a repository that demonstrates the issue. https://github.com/tzahifadida/test-chunked Currently it is set to 10.1.25 and fails. If you change it to 10.1.19 (in the pom.xml 10.1.19) it will succeed. It should show 5 postings and not 1 in the output. The test

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-11 Thread Mark Thomas
On 11/08/2024 13:50, Itzhak Fadida wrote: • Problem: Chunked transfer encoding seems to behave incorrectly in Tomcat versions 10.1.25 through 10.1.28. Specifically, instead of receiving several chunks of data, I am receiving the entire message in a single chunk, but only when the connection is cl

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-11 Thread Chuck Caldarale
> On Aug 11, 2024, at 07:50, Itzhak Fadida > wrote: > > I’m reaching out to see if anyone else has encountered an issue with > chunked transfer encoding in Tomcat versions 10.1.25 to 10.1.28 when > used with a Spring-based application. > > Issue Summary: > &g

Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-11 Thread Itzhak Fadida
Hello everyone, I’m reaching out to see if anyone else has encountered an issue with chunked transfer encoding in Tomcat versions 10.1.25 to 10.1.28 when used with a Spring-based application. Issue Summary: • Problem: Chunked transfer encoding seems to behave incorrectly in Tomcat versions

Re: Issue with the log4j2.xml

2024-08-02 Thread Bill Stewart
On Fri, Aug 2, 2024 at 7:00 AM Burle, Saicharan wrote: > Can I get any update on this request? I have responded to the queries asked, PFA email for the same. That's not how this works. https://devblogs.microsoft.com/oldnewthing/20080304-00/?p=23223 Bill

Re: Issue with the log4j2.xml

2024-07-30 Thread Sebastian Trost
*Upcoming PTO:* Be Green, Leave it on Screen!!! *From:*Christopher Schultz *Sent:* Friday, July 26, 2024 7:24 PM *To:* users@tomcat.apache.org *Subject:* Re: Issue with the log4j2.xml Saicharan, On 7/26/24 09: 36, Burle, Saicharan wrote: > We are observing a strange behavior for our app running o

RE: Issue with the log4j2.xml

2024-07-30 Thread Burle, Saicharan
y 26, 2024 7:24 PM To: users@tomcat.apache.org Subject: Re: Issue with the log4j2.xml Saicharan, On 7/26/24 09: 36, Burle, Saicharan wrote: > We are observing a strange behavior for our app running on the Tomcat9. > > Issue: > We have 2 applications configured on tomcat9 (Java8) n

RE: Issue with the log4j2.xml

2024-07-29 Thread Burle, Saicharan
Hi Team, Can I get an update on the below issue? Thanks, Saicharan Burle From: Burle, Saicharan Sent: Monday, July 29, 2024 2:29 PM To: Tomcat Users List ; ch...@christopherschultz.net Subject: RE: Issue with the log4j2.xml Hi Chirs, PFB my answers inline: Where is log4j2. xml located? /apps

RE: Issue with the log4j2.xml

2024-07-29 Thread Burle, Saicharan
to RHEL8 still facing the same issue.) Only change is from RHEL7 to RHEL8 What is UCD? – Urbancode deploy. A tool that we use for deployment. If things run under both RHEL-7 and RHEL-8 when building locally, I would guess that something is wrong with either (a) the data transfer

Re: Issue with the log4j2.xml

2024-07-26 Thread Christopher Schultz
Saicharan, On 7/26/24 09:36, Burle, Saicharan wrote: We are observing a strange behavior for our app running on the Tomcat9. Issue: We have 2 applications configured on tomcat9 (Java8) named app1 & app2. There are 2 log files named a.log & b.log to be created under a path /a/b/c (

Issue with the log4j2.xml

2024-07-26 Thread Burle, Saicharan
Hi Team, We are observing a strange behavior for our app running on the Tomcat9. Issue: We have 2 applications configured on tomcat9 (Java8) named app1 & app2. There are 2 log files named a.log & b.log to be created under a path /a/b/c (for app1) & /d/e/f (for app2) and this path i

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: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
PM To: Tomcat Users List ; Rick Noel Subject: Re: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute : Rick, On 3/22/24 13:33, Rick Noel wrote: > I do not want to replicate customer because that class does not > imp

Re: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Christopher Schultz
T]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute : On 22/03/2024 15:43, Rick Noel wrote: Mark, So if my customer object is failing to get set in the session replication, I could add this to the config snippet? sessionAttribute

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
22, 2024 1:27 PM To: users@tomcat.apache.org Subject: Re: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute : On 22/03/2024 15:43, Rick Noel wrote: > Mark, > > So if my customer object is failing to get set in th

Re: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Mark Thomas
Westwood One rn...@westwoodone.com -Original Message- From: Mark Thomas Sent: Friday, March 22, 2024 11:32 AM To: users@tomcat.apache.org Subject: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute : On 22/03/2024 15:15,

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
the application code itself) Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Rick Noel Sent: Friday, March 22, 2024 11:43 AM To: Tomcat Users List Subject: RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentExceptio

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
t: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute : On 22/03/2024 15:15, Rick Noel wrote: > Is there a way to configure DeltaManager or the Cluster element so it does > not cause my application to throw this error.

Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Mark Thomas
On 22/03/2024 15:15, Rick Noel wrote: Is there a way to configure DeltaManager or the Cluster element so it does not cause my application to throw this error. 22-Mar-2024 10:56:34.382 SEVERE [http-nio-8586-exec-5] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for

Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
Is there a way to configure DeltaManager or the Cluster element so it does not cause my application to throw this error. 22-Mar-2024 10:56:34.382 SEVERE [http-nio-8586-exec-5] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [##00

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

2024-02-02 Thread Lori Kilen
g, 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 solutions have not resolved this issue. At this point, I've > > removed all Java options in javaw. &g

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

2024-02-01 Thread Christopher Schultz
and online, and found similar questions, but those solutions have not resolved this issue. At this point, I've removed all Java options in javaw. Can anyone provide any guidance to resolve this issue? After you upgraded Tomcat and Jav, did you remove any existing Windows Service and re-in

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: Getting Two times login page issue.

2024-01-19 Thread Christopher Schultz
Mohit, Please don't hijack threads. On 1/18/24 20:08, Chaudhary, Mohit wrote: Hello Team , We are facing a issue with the tomcat application login URL , where it is asking twice for login to the user , with first login it will redirect again to the login page , while reenterin

Re: Getting Two times login page issue.

2024-01-18 Thread Brian Wolfe
On Thu, Jan 18, 2024 at 8:08 PM Chaudhary, Mohit wrote: > Hello Team , > > We are facing a issue with the tomcat application login URL , where it is > asking twice for login to the user , with first login it will redirect > again to the login page , while reentering the credential

Getting Two times login page issue.

2024-01-18 Thread Chaudhary, Mohit
Hello Team , We are facing a issue with the tomcat application login URL , where it is asking twice for login to the user , with first login it will redirect again to the login page , while reentering the credentials again , it is successful ( with second attempt it is working ) and user will

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
systemctl restart apache2 > > This has the same effect as a 'start' followed by a 'stop'. A 'reload', > as expected, doesn't change the PIDs and has no effect on file creation > or deletion. > > During testing, I did see one occasion on wh

Re: mod_jk logging issue

2023-12-20 Thread EML
creation or deletion. During testing, I did see one occasion on which the current mod_jk files were deleted. I though this might be a timeout issue, since the restart was carried out after 7 minutes, which was longer  that normal. So, I carried out 5 more tests, with the restart after 1, 2,

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
Hi, > Hi - I'm running mod_jk with an Apache front-end, and I'm having an > issue with the JkShmFile files. > > Every time Apache restarts mod_jk creates two new files > (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never > cleaned up; the log di

Re: mod_jk logging issue

2023-12-19 Thread Rainer Jung
Hi there, Am 19.12.23 um 18:05 schrieb EML: Hi - I'm running mod_jk with an Apache front-end, and I'm having an issue with the JkShmFile files. Every time Apache restarts mod_jk creates two new files (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never cleaned u

mod_jk logging issue

2023-12-19 Thread EML
Hi - I'm running mod_jk with an Apache front-end, and I'm having an issue with the JkShmFile files. Every time Apache restarts mod_jk creates two new files (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never cleaned up; the log directory simply fills up with t

RE: Tomcat Build Issue

2023-12-05 Thread Mcalexander, Jon J.
t Users List > Subject: Re: Tomcat Build Issue > > I see this kind of thing in my tomcat logs when the security team runs their > Nessus scanner against everything. > > On Tue, Dec 5, 2023 at 2:45 AM Burle, Saicharan > wrote: > > > Hi All, > > > > I am

Re: Tomcat Build Issue

2023-12-05 Thread Noelette Stout
at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:750) > > > Apache Tomcat Version : 9.0.82 > JDK: jdk1.8.0_391/ jdk-11.0.21(Same issue with this version as well) > > Regards,

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 15:15, Burle, Saicharan wrote: Hi Mark/Chris, We are getting this error without even deploying any application. Then start looking at your network to see what is sending this invalid data to Tomcat. Mark - To

RE: Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
duct+Engineering+Team+Home Normal Working hours: 4:00 AM to 1:00 PM EST Upcoming PTO: Be Green, Leave it on Screen!!! -Original Message- From: Christopher Schultz Sent: Tuesday, December 5, 2023 7:22 PM To: users@tomcat.apache.org Subject: Re: Tomcat Build Issue Mark, On 12/5/23 07:15,

Re: Tomcat Build Issue

2023-12-05 Thread Christopher Schultz
Mark, On 12/5/23 07:15, Mark Thomas wrote: On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please as

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please assist in this regard? [https-jsse-nio-11511-e

Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:750) Apache Tomcat Version : 9.0.82 JDK: jdk1.8.0_391/ jdk-11.0.21(Same issue with this version as well) Regards, Saicharan Burle Lead Infrastructure Engineer Chief

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Paul Leo
I believe you can make use of a migration tool.Apache Tomcat® - Migration Guide - Tomcat 10.0.xtomcat.apache.orgfrom tomcat 9 to tomcat 10.0Specification APIsApache Tomcat 10 supports the Jakarta Servlet 5.0, Jakarta Server Pages 3.0, Jakarta _expression_ Language 4.0, JakartaWebSocket 2.0 and Jaka

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Eduardo Guadalupe
t; > -Original Message- > > From: Robert Turner > > Sent: Tuesday, November 21, 2023 2:36 PM > > To: Tomcat Users List > > Subject: Re: Issue Migrating servlets to 10.1 > > > > Tomcat 10.x and higher require Jakarta namespaces versions of the Servlet > >

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Robert Turner
sion of Java I should use? > > Thanks, > > Lance > > -Original Message- > From: Robert Turner > Sent: Tuesday, November 21, 2023 2:36 PM > To: Tomcat Users List > Subject: Re: Issue Migrating servlets to 10.1 > > Tomcat 10.x and higher require Jakarta n

RE: Issue Migrating servlets to 10.1

2023-11-21 Thread Campbell, Lance
Thanks so much. One last question. If I want to use javax.serlet.* then what is the highest version of Java I should use? Thanks, Lance -Original Message- From: Robert Turner Sent: Tuesday, November 21, 2023 2:36 PM To: Tomcat Users List Subject: Re: Issue Migrating servlets to

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Robert Turner
Tomcat 10.x and higher require Jakarta namespaces versions of the Servlet specifications. Tomcat 9.x is the last Tomcat support javax.servlet namespaces. Refer to the Which Version page for Tomcat for details: https://tomcat.apache.org/whichversion.html On Tue, Nov 21, 2023 at 3:30 PM Campbell, L

Issue Migrating servlets to 10.1

2023-11-21 Thread Campbell, Lance
I am migrating from Java 8 tomcat 9 to Java 11 tomcat 10.1 . I am getting a cast class exception when trying to access my login servlet. In my servlets I am using these packages: import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServle

RE: Strange catalina.out not created issue

2023-10-02 Thread Mcalexander, Jon J.
2, 2023 5:13 PM > To: users@tomcat.apache.org > Subject: Re: Strange catalina.out not created issue > > Jon, > > On 10/2/23 13:16, Mcalexander, Jon J. wrote: > > A little more info on this. The server rebooted last night and the > > auto-startup started the instan

Re: Strange catalina.out not created issue

2023-10-02 Thread Christopher Schultz
: Mcalexander, Jon J. Sent: Monday, October 2, 2023 12:06 PM To: users@tomcat.apache.org Subject: Strange catalina.out not created issue Hi all, It's me again with another issue that is probably obvious to y'all, but I'm not seeing it. We have Tomcat Instances on various services th

RE: Strange catalina.out not created issue

2023-10-02 Thread Mcalexander, Jon J.
atalina.out not created issue > > Hi all, > It's me again with another issue that is probably obvious to y'all, but I'm > not > seeing it. > We have Tomcat Instances on various services that if Tomcat is started from > the Command Line as the user that owns th

Strange catalina.out not created issue

2023-10-02 Thread Mcalexander, Jon J.
Hi all, It's me again with another issue that is probably obvious to y'all, but I'm not seeing it. We have Tomcat Instances on various services that if Tomcat is started from the Command Line as the user that owns the Instance, everything starts up properly and the catalina.ou

Re: Jakarta migration issue in Tomcat 10.1.12 with Java 11

2023-09-28 Thread Mark Thomas
28 Sept 2023 03:22:26 Muralisankar Srinivasan : Dear Users, I am facing the following Exceptions from the Java Maven application which is migrated from Javax to Jakarta, using "jakartaee-migration-1.0.7". The application was successful in "Apache Tomcat Version 9.0.64". Please suggest the de

Jakarta migration issue in Tomcat 10.1.12 with Java 11

2023-09-27 Thread Muralisankar Srinivasan
Dear Users, I am facing the following Exceptions from the Java Maven application which is migrated from Javax to Jakarta, using "jakartaee-migration-1.0.7". The application was successful in "Apache Tomcat Version 9.0.64". Please suggest the dependencies to be added in pom.xml for resolving these

Re: users Digest 20 Sep 2023 19:28:18 -0000 Issue 14664

2023-09-24 Thread kotigundapan...@yahoo.com.INVALID
the attached files are not able to read please help further on this part On Wednesday, September 20, 2023 at 12:29:29 PM PDT, users-digest-h...@tomcat.apache.org wrote: users Digest 20 Sep 2023 19:28:18 - Issue 14664 Topics (messages 277707 through 277710) Unable to get

Re: Tomcat hosting issue/bug:

2023-06-21 Thread Christopher Schultz
Virenda, On 6/21/23 00:20, Virendra Barad wrote: I have multiple application with jdk-1.8. And i have alredy checked there is no log printed of any files like stdout, stderror, etc... it's only buffering for particular that application. How are you launching Tomcat? If you are using the standard

Re: Tomcat hosting issue/bug:

2023-06-20 Thread Virendra Barad
wa/redir.aspx?C=bfe7fada42e44318ad74fe4e3be9505c&URL=https%3a%2f%2ftwitter.com%2fSarjenSystems> | Instagram<https://www.instagram.com/sarjen_systems> P Save Paper - Take print only if necessary. From: Mark Thomas Sent: 20 June 2023 20:40 To: users

Re: Tomcat hosting issue/bug:

2023-06-20 Thread Mark Thomas
resolving this issue. Insufficient information. Define "stop responding" and "stop working". Provide relevant logs. Mark Looking for your assistance. Thanks & Regards, Virendra Barad Software Developer Sarjen Systems Pvt. Ltd. (An ISO 9001:2015 Certified Company) Ahmeda

Tomcat hosting issue/bug:

2023-06-20 Thread Virendra Barad
Dear Team, I have hosted multiple application in tomcat server 9.0.73, But after some time one application continually stop responding or stop working after 1 or 2 hours however other application works fine. Please guide me what can i do for resolving this issue. Looking for your assistance

Re: Core Dump File generating Issue

2023-06-06 Thread Suvendu Sekhar Mondal
Hello Mohit, On Tue, Jun 6, 2023 at 4:48 AM Chaudhary, Mohit wrote: > > Hello Team, > > Onto our tomcat production environment we are having two server clustered > .where we have only one tomcat app running. > We are facing some issue in production system and observed ther

RE: Core Dump File generating Issue

2023-06-05 Thread Chaudhary, Mohit
Hello Team, Onto our tomcat production environment we are having two server clustered .where we have only one tomcat app running. We are facing some issue in production system and observed there are core dump files getting generated inside the tomcat-install/bin folder. The core is getting

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-20 Thread Christopher Schultz
same error. So I don't believe it's related to the install directory being in program files on windows. From: Mark Thomas Sent: Monday, April 17, 2023 1:54 PM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.85 and above - Issue with file upload

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-20 Thread William L. Cunningham
y, April 17, 2023 1:54 PM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.85 and above - Issue with file uploads On 17/04/2023 19:51, Mark Thomas wrote: > Hi, > > I have tried but am unable to recreate this. > > Please provide the simplest possible web application (it should be > possi

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-17 Thread Mark Thomas
On 17/04/2023 19:51, Mark Thomas wrote: Hi, I have tried but am unable to recreate this. Please provide the simplest possible web application (it should be possible to do this in a single Servlet) that demonstrates the issue. To give you an idea of what I mean by a single servlet, here is

Re: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-17 Thread Mark Thomas
Hi, I have tried but am unable to recreate this. Please provide the simplest possible web application (it should be possible to do this in a single Servlet) that demonstrates the issue. Please make sure you provide the source code for the web application. Thanks, Mark On 14/04/2023 19:40

Re: Clustering issue

2023-04-15 Thread Kevin Huntly
Hey Mark, I had cookie config in my Web app context. I didn't realize that would cause a problem, so I moved it into the global context and everything appears to be fine now. Thank you! On Sat, Apr 15, 2023, 04:40 Mark Thomas wrote: > On 14/04/2023 16:58, Kevin Huntly wrote: > > Hi Mark, > > >

Re: Clustering issue

2023-04-15 Thread Mark Thomas
On 14/04/2023 16:58, Kevin Huntly wrote: Hi Mark, My webapp context makes no mention of the Manager or any kind of session manager - it is only referenced in the global context.xml What is the Manager configuration in the global context.xml ? Mark ___

RE: Tomcat 8.5.85 and above - Issue with file uploads

2023-04-14 Thread William L. Cunningham
Thanks, yes it happens with any file upload. -Original Message- From: Mark Thomas Sent: Friday, April 14, 2023 9:36 AM To: users@tomcat.apache.org Subject: Re: Tomcat 8.5.85 and above - Issue with file uploads WARNING: This email originated from an external source. Please be careful

  1   2   3   4   5   6   7   8   9   10   >