Many IllegalStateException when using http2 protocol

2022-03-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, Since upgrading from Tomcat 9.0.56 to Tomcat 10.0.16, the localhost-logfile is filling up with stacks of the form: 07-Mar-2022 07:24:01.780 SCHWERWIEGEND [https-openssl-nio-443-exec-21] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw

RE: Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
Hello Thomas/Christopher, - Error message - /cgi/sales_BTSTEngine: error while loading shared libraries: libdb2.so.1: cannot open shared object file: No such file or directory We have tried to search the libdb2.so.1 lib file on the server and it do exist under the

Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
Hello Team , We are getting the below error on the tomcat Catalina .out logs , needed your help as is there any lib file corrupted , can you please help us on this error - this has occurred on production env. WsUtils(getUserName)-> authentication is

Re: AW: Tomcat - Error

2022-03-07 Thread Christopher Schultz
Thomas and Priyanka, On 3/7/22 14:23, Thomas Hoffmann (Speed4Trade GmbH) wrote: it looks like your application is using a DB2 database. The file libdb2.so is related to the JDBC-driver. Please check the location of that shared-object and verify that the path is listed in the LD_LIBRARY_PATH

AW: Tomcat - Error

2022-03-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, it looks like your application is using a DB2 database. The file libdb2.so is related to the JDBC-driver. Please check the location of that shared-object and verify that the path is listed in the LD_LIBRARY_PATH environment variable. It seems that Java can't find the file in the

RE: Tomcat - Error

2022-03-07 Thread Kumawat, Priyanka
Attaching the error details one more time - SysCmd is env LD_PRELOAD_32="/cgi/libJNIInitializer.so" DB2INSTANCE=db2inst /cgi/sales_ws_rules_engine WEB_SERVICES F01000172379153825439 websvctirehub SIMUL ATE Return code is 127 SysCmd is env LD_PRELOAD_32="/cgi/libJNIInitializer.so"

AW: Tomcat - Error

2022-03-07 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, you could add a jsp page, printing the environment variable, see: https://mkyong.com/java/java-how-to-display-all-environment-variable/ The environment variables could be set globally, within the startup-script of tomcat or setenv.sh But as Chris recommended, if there is a pure java