Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-03 Thread Jeremy Nguyen
erschultz.net> wrote: > Jeremy, > > On 5/3/23 11:00, jeremyn...@gmail.com wrote: > > Sure Ill run it. > > https://people.apache.org/~schultz/binaries/apache-tomcat-8.5.89-dev.tar.gz > > Please note that this is not an official Tomcat release (it's current > 8.5.x HEAD pl

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-03 Thread Jeremy Nguyen
} On Wed, May 3, 2023 at 8:01 AM wrote: > Sure Ill run it. > > - Jeremy > > > On May 3, 2023, at 7:05 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > >  > > Jeremy, > > > >> On 5/2/23 22:27, Jeremy Nguyen wrote: >

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Jeremy Nguyen
mpl.invoke0(Native > Method) > > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:62) > > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > > at java.base/java.lang.reflect.Method.invoke(Met

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Jeremy Nguyen
.jar:4.1.0.RELEASE] > at > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) > ~[spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE] > at > org.pac4j.springframework.security.web.SecurityFilter.lambda$doFilter$1(SecurityFilter.jav

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-01 Thread Jeremy Nguyen
Confirmed that running 8.5.34 resolves the issue. I'll have no choice but to run this version until the issue is resolved, or a workaround is found. Thanks all! On Mon, May 1, 2023 at 2:46 PM Jeremy Nguyen wrote: > I noticed this change was introduced: > https://bz.apache.org/bu

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-01 Thread Jeremy Nguyen
wrote: > > > On 5/1/23 14:36, Christopher Schultz wrote: > > Jeremy, > > > > On 5/1/23 14:22, Jeremy Nguyen wrote: > >> I'm trying to upgrade Tomcat 8 to 8.5 and I'm getting a > >> nullpointerexception within > >> WebappClassLoaderBase.Com

WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-01 Thread Jeremy Nguyen
Hi, I'm trying to upgrade Tomcat 8 to 8.5 and I'm getting a nullpointerexception within WebappClassLoaderBase.CombinedEnumeration.inc. It seems to occur when it's trying to initialize commons-logging LogFactory for any class specified in Web.xml, and it's calling