I am upgrading from Tomcat 7.0.x to 8.5.5
I receive many exceptions related to annotation scanning like so:
Caused by: java.lang.IllegalStateException: Unable to complete the scan for
annotations for web application [/something] due to a StackOverflowError.
Possible root causes include a too low
Thanks to Mark and Chen.
This was very helpful.
Bill
On Wed, Sep 21, 2016 at 11:47 PM, Chen Levy wrote:
> Bill,
>
> From: Mark Thomas
> Sent: Wednesday, September 21, 2016 17:58
> To: Tomcat Users List
> Subject: Re: log4j2 configuration in tomcat 8.5.5
>
> On 21/09/2
My team has elected me to upgrade Tomcat from 7.X to 8.5.5+ on our very
old and very large web application.
Under Tomcat 7.x, this application uses the tomcat-juli-adapters to replace
JULI with log4j1.16. Worked like a charm for years.
Under Tomcat 8.5.5, I'm getting exceptions such as:
j