@alexey.maslov
We could able to start the tomcat server by adding the below line in context.xml(Location: tomcat/conf/)
<Context antiResourceLocking="true"
But after adding this line we checked the concurrent preview conversion(10 MB - 100 pages etc) but the following error still occurs,
04:25:14.884 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [application] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@75b431e6]) and a value of type [io.grpc.netty.shaded.io.netty.util.internal.InternalThreadLocalMap] (value [io.grpc.netty.shaded.io.netty.util.internal.InternalThreadLocalMap@204d3d52]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
04:25:14.884 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [application] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@15fed6a7]) and
a value of type [com.aspose.pdf.internal.l59y.l1v] (value [com.aspose.pdf.internal.l59y.l1v@4111feff]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Once this error occurs, tomcat server is restarted
Issue Occurance Environment Details:
Java : 1.8
Apache Tomcat : 9.0.54
OS : Redhat linux(rhel-7)
could you verify it once from you side and let us know.