Re: [EXT]Re: [EXT]Re: Tomcat 10 session replication fails

2024-04-15 Thread Christopher Schultz
Rick, On 4/15/24 08:12, Rick Noel wrote: Hi Chuck, Your suggestion did not work. I defined Membership as suggested... and still getting this in the logs org.apache.catalina.ha.session.DeltaManager.startInternal Starting clustering manager at [##0001] 15-Apr-2024

Re: Retrieve server.built, server.number

2024-04-15 Thread Christopher Schultz
On 4/11/24 10:59, Mark Thomas wrote: On 11/04/2024 15:49, Bill Stewart wrote: On Wed, Apr 10, 2024 at 2:14 PM Mark Thomas wrote: ... and it might represent an information leakage vulnerability in your application. Be Careful. Shall we start the flame war now on whether exposing the

Question on the ErrorReportValve

2024-04-15 Thread Mcalexander, Jon J.
Hi all! Quick question on the ErrorReportValve and location within the server.xml file. I know that typically this would be inside the element, but if you have Multiple elements, do you add the valve to each Host section, or can it be placed at the Engine or even Server level? Thank you,

.intermittent InvocationTargetException errors

2024-04-15 Thread Rick Noel
Hello, I am using Tomcat 10 with java 17. I am getting itermitant jsp compile errors below. Some times the page compiles correctly but sometimes the page hits result in below errors java.lang.reflect.InvocationTargetException at

RE: [EXT]Re: .intermittent InvocationTargetException errors

2024-04-15 Thread John.E.Gregg
The NullPointerException is the real problem. From: Rick Noel Sent: Monday, April 15, 2024 10:30 AM To: Tomcat Users List Subject: RE: [EXT]Re: .intermittent InvocationTargetException errors The complete trace. . . . . . . . . java. lang. reflect.  InvocationTargetException at java. base/jdk. 

Re: .intermittent InvocationTargetException errors

2024-04-15 Thread Christopher Schultz
Rick, On 4/15/24 10:04, Rick Noel wrote: Hello, I am using Tomcat 10 with java 17. I am getting itermitant jsp compile errors below. Some times the page compiles correctly but sometimes the page hits result in below errors java.lang.reflect.InvocationTargetException at

RE: [EXT]Re: .intermittent InvocationTargetException errors

2024-04-15 Thread Rick Noel
The complete trace. java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at

Re: [EXT]Re: .intermittent InvocationTargetException errors

2024-04-15 Thread Christopher Schultz
Rick, On 4/15/24 11:29, Rick Noel wrote: The complete trace. java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: Question on the ErrorReportValve

2024-04-15 Thread Christopher Schultz
Jon, On 4/15/24 12:36, Mcalexander, Jon J. wrote: Quick question on the ErrorReportValve and location within the server.xml file. I know that typically this would be inside the element, but if you have Multiple elements, do you add the valve to each Host section, or can it be placed at the

RE: Question on the ErrorReportValve

2024-04-15 Thread Mcalexander, Jon J.
Thanks Chris. Yes, it’s probably academic, but I was mainly looking for opinions from the true “experts” out there.  When I get free time to do so, I’ll play around with it. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His

Re: Tomcat log warnings for connection parameter limits?

2024-04-15 Thread Baron Fujimoto
>From our perspective, it needn't be super timely. It would be more for forensic confirmation that there's something we should consider. I think a hysteresis behavior would be compatible with this. On Mon, Apr 15, 2024 at 12:00 AM Mark Thomas wrote: > On 11/04/2024 21:28, Baron Fujimoto wrote>

Re: Tomcat log warnings for connection parameter limits?

2024-04-15 Thread Mark Thomas
On 11/04/2024 21:28, Baron Fujimoto wrote> I was thinking it would be something that would be left on in a live> system. We can set these parameters, so it would be useful to know if we were hitting the set limits. For the connection limit: How timely do you need the information to be? It is

Re: Package URLs for Apache Tomcat distributions

2024-04-15 Thread Mark Thomas
On 11/04/2024 16:52, von Loewenstein, Jan wrote: Hi folks, I am part of the Paketo community, and we are providing Cloud Native Buildpacks to create container images with – amongst other technologies – Apache Tomcat and Apache TomEE as application runtimes. One of the features of Cloud

AW: Package URLs for Apache Tomcat distributions

2024-04-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
> On 11/04/2024 16:52, von Loewenstein, Jan wrote: > > Hi folks, > > > > I am part of the Paketo community, and we are providing Cloud Native > Buildpacks to create container images with – amongst other technologies – > Apache Tomcat and Apache TomEE as application runtimes. > > > > One of the

Re: Package URLs for Apache Tomcat distributions

2024-04-15 Thread von Loewenstein, Jan
Hi all, I recently started a discussion about pURLs as package identifier on the Tomcat mailing list and it was brought up, that this might be a broader topic to be discussed here. Best regards Jan From: Thomas Hoffmann (Speed4Trade GmbH) Date: Monday, 15. April 2024 at 13:14 To: Tomcat

RE: [EXT]Re: [EXT]Re: Tomcat 10 session replication fails

2024-04-15 Thread Rick Noel
Hi Chuck, Your suggestion did not work. I defined Membership as suggested... and still getting this in the logs org.apache.catalina.ha.session.DeltaManager.startInternal Starting clustering manager at [##0001] 15-Apr-2024 07:55:36.744 INFO [main]