Try simply to increase -Xss parameter in setenv.sh or setenv.bat, see if it works, since there is no infinite loop (it seems)
On Mon, Nov 25, 2019 at 2:15 PM Juri Berlanda <juri.berla...@tuwien.ac.at> wrote: > Hi all, > > I just tried to deploy my WebApplication (OpenWebBeans, MyFaces) to > Tomcat 9.0.29. While everything works fine in 9.0.27, on 9.0.29 as soon > as I access any page I get: > > 25-Nov-2019 14:01:34.842 SEVERE [http-nio-8080-exec-4] > org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() > for servlet [Faces Servlet] in context with path [/censored] threw > exception [null] with root cause > java.lang.StackOverflowError > > Since it is a StackOverflow, I'm not posting the Stacktrace here. > > Has anybody had a different error? Is there a known fix or a workaround > for this? > > I'm happy to help debugging and fixing the issue, if there is one in > Tomcat. Just let me know how I can help. > > Cheers, > > Juri > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >