StackOverflowError in JBoss EAP 7 with a custom worker pool stack-size
Issue
-
We moved from JDK 8 to JDK 11 and our application is failing when trying to access a web jsp with a java.lang.StackOverflowError after modifying the worker-pool stack-size
<subsystem xmlns="urn:jboss:domain:io:3.0"> <worker name="default" io-threads="2" task-max-threads="10" stack-size="32"/> <buffer-pool name="default"/> </subsystem>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.