Current File : //usr/local/tomcat8/logs/catalina.2023-08-21.log
21-Aug-2023 02:47:08.393 INFO [http-nio-8080-exec-30] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 09:56:07.467 SEVERE [http-nio-8080-exec-25] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: "Too many connections"] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: "Too many connections"
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1104)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 09:58:04.463 SEVERE [http-nio-8080-exec-28] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 09:59:53.361 SEVERE [http-nio-8080-exec-27] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:00:57.761 SEVERE [http-nio-8080-exec-24] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:01:02.388 SEVERE [http-nio-8080-exec-25] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:05:15.156 SEVERE [http-nio-8080-exec-26] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.GeneratedConstructorAccessor96.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:05:30.205 SEVERE [http-nio-8080-exec-23] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:36:04.676 SEVERE [http-nio-8080-exec-24] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:36:07.083 SEVERE [http-nio-8080-exec-25] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:52:28.306 SEVERE [http-nio-8080-exec-27] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections] with root cause
 com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
	at sun.reflect.GeneratedConstructorAccessor103.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.Util.getInstance(Util.java:386)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919)
	at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244)
	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397)
	at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430)
	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215)
	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813)
	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
	at sun.reflect.GeneratedConstructorAccessor101.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334)
	at java.sql.DriverManager.getConnection(DriverManager.java:664)
	at java.sql.DriverManager.getConnection(DriverManager.java:247)
	at org.apache.jsp.loginValidation_jsp._jspService(loginValidation_jsp.java:129)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:18.680 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
21-Aug-2023 10:58:18.683 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:58:18.734 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:58:18.785 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
21-Aug-2023 10:58:18.815 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 10:58:19.032 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SAAC] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
21-Aug-2023 10:58:19.393 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [foundry] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 10:58:19.410 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 10:58:19.412 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 10:58:19.536 WARNING [obaba.anmspl.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:85)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 10:58:19.572 WARNING [autoclutchess.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 10:58:19.573 WARNING [autoclutchess.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 10:58:19.655 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 10:58:19.655 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 10:58:19.904 INFO [visitorpass.obaba.in-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcherServlet'
21-Aug-2023 10:58:19.909 INFO [visitorpass.obaba.in-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
21-Aug-2023 10:58:20.079 WARNING [visitorpass.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 10:58:20.154 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:58:20.234 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:58:20.244 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:58:20.245 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:58:29.319 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.335 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.335 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.336 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.336 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.336 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.337 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.337 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.337 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.338 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.338 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.338 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.339 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.339 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.339 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.340 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.341 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.342 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.342 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.342 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.343 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.343 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.343 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.343 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.344 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.344 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.345 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.345 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.346 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.347 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.347 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.348 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.348 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.351 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.352 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.352 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.353 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.353 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.353 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.353 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.354 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.354 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.354 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.354 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.355 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.355 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.355 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.355 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.356 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.356 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.356 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.356 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.356 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.357 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.357 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.357 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.357 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.358 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.358 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.358 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.358 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.358 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.359 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.359 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.359 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:29.360 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:29.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
21-Aug-2023 10:58:29.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
21-Aug-2023 10:58:29.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_382-b05
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Red Hat, Inc.
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
21-Aug-2023 10:58:29.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1000M
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024M
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
21-Aug-2023 10:58:29.363 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
21-Aug-2023 10:58:29.444 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:58:29.453 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 10:58:29.455 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:58:29.456 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 10:58:29.456 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 547 ms
21-Aug-2023 10:58:29.478 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
21-Aug-2023 10:58:29.478 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
21-Aug-2023 10:58:30.499 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:30.573 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:30.592 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/SAAC.war
21-Aug-2023 10:58:30.843 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.852 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.853 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.853 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.854 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.854 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.856 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.861 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.861 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.862 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.862 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.865 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.865 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.867 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.867 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.869 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.871 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.871 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.873 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.874 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.874 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.875 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.875 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.876 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.876 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.877 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.877 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.877 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.878 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.878 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.879 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.879 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.880 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.885 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.885 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.886 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.886 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.887 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.887 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.888 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.888 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.889 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.889 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.889 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.890 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.890 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.891 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.891 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.892 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.892 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.893 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.893 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.894 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 10:58:30.894 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 10:58:30.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
21-Aug-2023 10:58:30.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
21-Aug-2023 10:58:30.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
21-Aug-2023 10:58:30.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
21-Aug-2023 10:58:30.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
21-Aug-2023 10:58:30.897 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
21-Aug-2023 10:58:30.897 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre
21-Aug-2023 10:58:30.897 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_382-b05
21-Aug-2023 10:58:30.897 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Red Hat, Inc.
21-Aug-2023 10:58:30.897 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
21-Aug-2023 10:58:30.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
21-Aug-2023 10:58:30.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
21-Aug-2023 10:58:30.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
21-Aug-2023 10:58:30.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
21-Aug-2023 10:58:30.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 10:58:30.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
21-Aug-2023 10:58:30.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
21-Aug-2023 10:58:30.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1000M
21-Aug-2023 10:58:30.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 10:58:30.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024M
21-Aug-2023 10:58:30.900 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
21-Aug-2023 10:58:30.900 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
21-Aug-2023 10:58:30.900 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
21-Aug-2023 10:58:30.900 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
21-Aug-2023 10:58:30.900 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
21-Aug-2023 10:58:30.994 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:58:31.002 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-8080"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:461)
	at sun.nio.ch.Net.bind(Net.java:453)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

21-Aug-2023 10:58:31.004 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-8080]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8080]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:461)
	at sun.nio.ch.Net.bind(Net.java:453)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

21-Aug-2023 10:58:31.005 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:58:31.006 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:461)
	at sun.nio.ch.Net.bind(Net.java:453)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

21-Aug-2023 10:58:31.006 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:461)
	at sun.nio.ch.Net.bind(Net.java:453)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

21-Aug-2023 10:58:31.006 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 747 ms
21-Aug-2023 10:58:31.029 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
21-Aug-2023 10:58:31.029 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
21-Aug-2023 10:58:32.152 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:32.301 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:32.308 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/SAAC.war
21-Aug-2023 10:58:33.491 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:33.675 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/SAAC.war has finished in 3,082 ms
21-Aug-2023 10:58:33.679 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/foundry.war
21-Aug-2023 10:58:35.018 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:35.247 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/SAAC.war has finished in 2,938 ms
21-Aug-2023 10:58:35.247 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/foundry.war
21-Aug-2023 10:58:36.373 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:36.545 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/foundry.war has finished in 2,866 ms
21-Aug-2023 10:58:36.546 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/xyzproject.war
21-Aug-2023 10:58:37.938 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.111 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/foundry.war has finished in 2,864 ms
21-Aug-2023 10:58:38.112 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/xyzproject.war
21-Aug-2023 10:58:38.227 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.229 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/xyzproject.war has finished in 1,682 ms
21-Aug-2023 10:58:38.231 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/demo
21-Aug-2023 10:58:38.331 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.333 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/demo has finished in 102 ms
21-Aug-2023 10:58:38.334 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/.settings
21-Aug-2023 10:58:38.403 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.404 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/.settings has finished in 70 ms
21-Aug-2023 10:58:38.404 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/WebContent
21-Aug-2023 10:58:38.462 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.463 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/WebContent has finished in 59 ms
21-Aug-2023 10:58:38.464 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/build
21-Aug-2023 10:58:38.506 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.507 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/build has finished in 44 ms
21-Aug-2023 10:58:38.507 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/src
21-Aug-2023 10:58:38.547 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.550 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/src has finished in 43 ms
21-Aug-2023 10:58:38.550 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/css
21-Aug-2023 10:58:38.586 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.600 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/css has finished in 50 ms
21-Aug-2023 10:58:38.600 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/dist
21-Aug-2023 10:58:38.684 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.686 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/dist has finished in 85 ms
21-Aug-2023 10:58:38.686 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/fonts
21-Aug-2023 10:58:38.747 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.748 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/fonts has finished in 62 ms
21-Aug-2023 10:58:38.748 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/img
21-Aug-2023 10:58:38.777 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.779 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/img has finished in 30 ms
21-Aug-2023 10:58:38.779 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/js
21-Aug-2023 10:58:38.808 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:38.810 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/js has finished in 31 ms
21-Aug-2023 10:58:39.270 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.343 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.347 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anmsss
21-Aug-2023 10:58:39.380 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.381 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anmsss has finished in 34 ms
21-Aug-2023 10:58:39.381 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/.settings
21-Aug-2023 10:58:39.413 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.414 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/.settings has finished in 33 ms
21-Aug-2023 10:58:39.414 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/WebContent
21-Aug-2023 10:58:39.444 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.445 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/WebContent has finished in 31 ms
21-Aug-2023 10:58:39.445 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/build
21-Aug-2023 10:58:39.521 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.522 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/build has finished in 77 ms
21-Aug-2023 10:58:39.522 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/src
21-Aug-2023 10:58:39.558 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.559 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/src has finished in 37 ms
21-Aug-2023 10:58:39.559 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anms
21-Aug-2023 10:58:39.589 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.591 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anms has finished in 31 ms
21-Aug-2023 10:58:39.591 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/css
21-Aug-2023 10:58:39.620 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.621 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/css has finished in 30 ms
21-Aug-2023 10:58:39.621 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/dist
21-Aug-2023 10:58:39.650 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.652 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/dist has finished in 30 ms
21-Aug-2023 10:58:39.652 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/fonts
21-Aug-2023 10:58:39.682 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.685 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/fonts has finished in 33 ms
21-Aug-2023 10:58:39.685 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/img
21-Aug-2023 10:58:39.716 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.717 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/img has finished in 32 ms
21-Aug-2023 10:58:39.717 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/js
21-Aug-2023 10:58:39.750 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.751 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/js has finished in 34 ms
21-Aug-2023 10:58:39.751 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/market
21-Aug-2023 10:58:39.781 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.782 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/market has finished in 31 ms
21-Aug-2023 10:58:39.783 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/obaba_shop_api
21-Aug-2023 10:58:39.811 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.812 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/obaba_shop_api has finished in 29 ms
21-Aug-2023 10:58:39.813 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/_errorpages
21-Aug-2023 10:58:39.820 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.822 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/xyzproject.war has finished in 1,710 ms
21-Aug-2023 10:58:39.826 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/demo
21-Aug-2023 10:58:39.842 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.843 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/_errorpages has finished in 30 ms
21-Aug-2023 10:58:39.880 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.882 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/demo has finished in 55 ms
21-Aug-2023 10:58:39.882 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/.settings
21-Aug-2023 10:58:39.895 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.944 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.945 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khbdemo_obaba_in/_errorpages
21-Aug-2023 10:58:39.980 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.981 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khbdemo_obaba_in/_errorpages has finished in 36 ms
21-Aug-2023 10:58:39.982 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:39.984 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/.settings has finished in 101 ms
21-Aug-2023 10:58:39.984 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/WebContent
21-Aug-2023 10:58:40.017 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.018 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/WebContent has finished in 34 ms
21-Aug-2023 10:58:40.018 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/build
21-Aug-2023 10:58:40.048 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.049 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/build has finished in 31 ms
21-Aug-2023 10:58:40.050 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/src
21-Aug-2023 10:58:40.067 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.080 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.081 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/src has finished in 31 ms
21-Aug-2023 10:58:40.082 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/css
21-Aug-2023 10:58:40.111 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.113 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/css has finished in 30 ms
21-Aug-2023 10:58:40.113 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/dist
21-Aug-2023 10:58:40.143 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.144 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.144 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/dist has finished in 31 ms
21-Aug-2023 10:58:40.145 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/fonts
21-Aug-2023 10:58:40.175 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.176 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/fonts has finished in 31 ms
21-Aug-2023 10:58:40.177 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/img
21-Aug-2023 10:58:40.206 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.208 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/img has finished in 31 ms
21-Aug-2023 10:58:40.208 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/js
21-Aug-2023 10:58:40.215 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 10:58:40.234 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/stax-ex-1.8.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.239 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.240 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/js has finished in 32 ms
21-Aug-2023 10:58:40.326 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-databind-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.515 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/mimepull-1.9.13.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.526 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-annotations-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.527 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.615 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.626 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anmsss
21-Aug-2023 10:58:40.681 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.682 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anmsss has finished in 56 ms
21-Aug-2023 10:58:40.682 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/.settings
21-Aug-2023 10:58:40.724 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.726 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/.settings has finished in 43 ms
21-Aug-2023 10:58:40.726 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/WebContent
21-Aug-2023 10:58:40.759 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.760 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/WebContent has finished in 34 ms
21-Aug-2023 10:58:40.760 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/build
21-Aug-2023 10:58:40.792 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.793 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/build has finished in 33 ms
21-Aug-2023 10:58:40.793 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/src
21-Aug-2023 10:58:40.930 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.931 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/src has finished in 138 ms
21-Aug-2023 10:58:40.932 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anms
21-Aug-2023 10:58:40.947 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/saaj-impl-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.963 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.964 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anms has finished in 33 ms
21-Aug-2023 10:58:40.964 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/css
21-Aug-2023 10:58:40.990 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:40.998 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:40.999 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/css has finished in 35 ms
21-Aug-2023 10:58:40.999 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/dist
21-Aug-2023 10:58:41.019 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/FastInfoset-1.2.16.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.032 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.033 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/dist has finished in 34 ms
21-Aug-2023 10:58:41.033 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/fonts
21-Aug-2023 10:58:41.064 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.065 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/fonts has finished in 32 ms
21-Aug-2023 10:58:41.065 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/img
21-Aug-2023 10:58:41.096 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.097 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/img has finished in 32 ms
21-Aug-2023 10:58:41.097 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/js
21-Aug-2023 10:58:41.128 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.129 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/js has finished in 32 ms
21-Aug-2023 10:58:41.129 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/market
21-Aug-2023 10:58:41.159 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.161 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/market has finished in 32 ms
21-Aug-2023 10:58:41.161 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/obaba_shop_api
21-Aug-2023 10:58:41.161 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jsr310-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.165 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.192 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.193 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/obaba_shop_api has finished in 32 ms
21-Aug-2023 10:58:41.193 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/_errorpages
21-Aug-2023 10:58:41.226 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.230 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/_errorpages has finished in 37 ms
21-Aug-2023 10:58:41.258 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-core-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.289 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.360 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.365 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khbdemo_obaba_in/_errorpages
21-Aug-2023 10:58:41.425 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.444 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khbdemo_obaba_in/_errorpages has finished in 78 ms
21-Aug-2023 10:58:41.460 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.jws-api-2.1.0.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.510 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.570 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:41.644 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jaxb-runtime-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.660 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 10:58:41.697 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.919 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-module-parameter-names-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.925 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.927 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jdk8-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.943 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.954 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/stax-ex-1.8.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.973 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.977 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-annotations-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:41.999 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/saaj-impl-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.012 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.187 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-databind-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.353 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/mimepull-1.9.13.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.391 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/txw2-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.398 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.415 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jaxb-runtime-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.646 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/byte-buddy-1.10.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.646 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/istack-commons-runtime-3.0.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.664 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/byte-buddy-1.10.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.779 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jsr310-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.783 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.893 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jdk8-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:42.903 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:42.915 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 10:58:42.964 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.216 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:43.226 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war
21-Aug-2023 10:58:43.285 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-module-parameter-names-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.285 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/istack-commons-runtime-3.0.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.342 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/txw2-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.361 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-core-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.439 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/FastInfoset-1.2.16.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.467 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.jws-api-2.1.0.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.663 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.664 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:43.859 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:43.871 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 10:58:44.114 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:44.116 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war
21-Aug-2023 10:58:44.575 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 10:58:45.179 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to detect ServletContainerInitializers for context with name [/Obabaerp-0.0.1-SNAPSHOT]
 java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.servlet.ServletContainerInitializer not found in /usr/local/tomcat8/temp/jar_cache173848451138166880.tmp
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:144)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
	at java.net.URL.openStream(URL.java:1093)
	at org.apache.catalina.startup.WebappServiceLoader.parseConfigFile(WebappServiceLoader.java:162)
	at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:136)
	at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1631)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1140)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:45.180 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.configureStart Marking this application unavailable due to previous error(s)
21-Aug-2023 10:58:45.180 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more components marked the context as not correctly configured
21-Aug-2023 10:58:45.181 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/Obabaerp-0.0.1-SNAPSHOT] startup failed due to previous errors
21-Aug-2023 10:58:45.191 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war has finished in 1,965 ms
21-Aug-2023 10:58:45.192 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com
21-Aug-2023 10:58:45.214 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 10:58:45.220 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.221 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com has finished in 29 ms
21-Aug-2023 10:58:45.221 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/data
21-Aug-2023 10:58:45.249 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.250 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/data has finished in 29 ms
21-Aug-2023 10:58:45.251 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/jar
21-Aug-2023 10:58:45.279 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.280 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/jar has finished in 29 ms
21-Aug-2023 10:58:45.280 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/org
21-Aug-2023 10:58:45.310 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.311 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/org has finished in 30 ms
21-Aug-2023 10:58:45.311 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/util
21-Aug-2023 10:58:45.341 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.342 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/util has finished in 31 ms
21-Aug-2023 10:58:45.622 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.655 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.661 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com
21-Aug-2023 10:58:45.688 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.689 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com has finished in 28 ms
21-Aug-2023 10:58:45.690 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/css
21-Aug-2023 10:58:45.717 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.718 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/css has finished in 28 ms
21-Aug-2023 10:58:45.718 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/dist
21-Aug-2023 10:58:45.745 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.746 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/dist has finished in 28 ms
21-Aug-2023 10:58:45.747 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/fonts
21-Aug-2023 10:58:45.775 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.776 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/fonts has finished in 29 ms
21-Aug-2023 10:58:45.777 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/img
21-Aug-2023 10:58:45.811 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.812 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/img has finished in 34 ms
21-Aug-2023 10:58:45.812 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/js
21-Aug-2023 10:58:45.839 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.839 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/js has finished in 27 ms
21-Aug-2023 10:58:45.864 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to detect ServletContainerInitializers for context with name [/Obabaerp-0.0.1-SNAPSHOT]
 java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.servlet.ServletContainerInitializer not found in /usr/local/tomcat8/temp/jar_cache9074361428943845944.tmp
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:144)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
	at java.net.URL.openStream(URL.java:1093)
	at org.apache.catalina.startup.WebappServiceLoader.parseConfigFile(WebappServiceLoader.java:162)
	at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:136)
	at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1631)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1140)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:45.866 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.configureStart Marking this application unavailable due to previous error(s)
21-Aug-2023 10:58:45.866 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more components marked the context as not correctly configured
21-Aug-2023 10:58:45.867 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/Obabaerp-0.0.1-SNAPSHOT] startup failed due to previous errors
21-Aug-2023 10:58:45.873 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.873 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war has finished in 1,757 ms
21-Aug-2023 10:58:45.874 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com
21-Aug-2023 10:58:45.903 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.905 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.907 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com has finished in 33 ms
21-Aug-2023 10:58:45.907 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/data
21-Aug-2023 10:58:45.934 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.936 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/data has finished in 28 ms
21-Aug-2023 10:58:45.936 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/jar
21-Aug-2023 10:58:45.946 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.967 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:45.968 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/jar has finished in 32 ms
21-Aug-2023 10:58:45.968 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/org
21-Aug-2023 10:58:45.999 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.000 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/org has finished in 32 ms
21-Aug-2023 10:58:46.001 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/util
21-Aug-2023 10:58:46.006 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.028 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.029 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/util has finished in 28 ms
21-Aug-2023 10:58:46.043 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.073 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.266 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.270 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.306 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.308 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com
21-Aug-2023 10:58:46.336 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.337 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com has finished in 29 ms
21-Aug-2023 10:58:46.338 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/css
21-Aug-2023 10:58:46.351 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.354 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/market
21-Aug-2023 10:58:46.365 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.366 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/css has finished in 28 ms
21-Aug-2023 10:58:46.366 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/dist
21-Aug-2023 10:58:46.387 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.388 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/market has finished in 34 ms
21-Aug-2023 10:58:46.388 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/_errorpages
21-Aug-2023 10:58:46.393 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.394 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/dist has finished in 28 ms
21-Aug-2023 10:58:46.394 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/fonts
21-Aug-2023 10:58:46.419 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.420 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/_errorpages has finished in 32 ms
21-Aug-2023 10:58:46.420 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/css
21-Aug-2023 10:58:46.421 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.422 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/fonts has finished in 28 ms
21-Aug-2023 10:58:46.423 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/img
21-Aug-2023 10:58:46.447 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.448 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/css has finished in 28 ms
21-Aug-2023 10:58:46.448 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/dist
21-Aug-2023 10:58:46.450 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.451 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/img has finished in 28 ms
21-Aug-2023 10:58:46.451 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/js
21-Aug-2023 10:58:46.478 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.479 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/js has finished in 28 ms
21-Aug-2023 10:58:46.496 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.497 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/dist has finished in 49 ms
21-Aug-2023 10:58:46.497 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/fonts
21-Aug-2023 10:58:46.526 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.553 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.555 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/fonts has finished in 58 ms
21-Aug-2023 10:58:46.555 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/img
21-Aug-2023 10:58:46.561 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.587 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.588 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/img has finished in 33 ms
21-Aug-2023 10:58:46.588 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/js
21-Aug-2023 10:58:46.608 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.614 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.615 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/js has finished in 27 ms
21-Aug-2023 10:58:46.615 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/obaba_shop_api
21-Aug-2023 10:58:46.652 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.653 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/obaba_shop_api has finished in 38 ms
21-Aug-2023 10:58:46.659 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war
21-Aug-2023 10:58:46.668 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.702 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.702 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.703 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war has finished in 43 ms
21-Aug-2023 10:58:46.703 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD
21-Aug-2023 10:58:46.731 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.747 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.748 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD has finished in 45 ms
21-Aug-2023 10:58:46.778 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.808 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.839 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.869 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.871 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/anms_erp_api
21-Aug-2023 10:58:46.904 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.914 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.915 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/anms_erp_api has finished in 44 ms
21-Aug-2023 10:58:46.915 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/Images
21-Aug-2023 10:58:46.939 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.941 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/market
21-Aug-2023 10:58:46.947 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.948 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/Images has finished in 33 ms
21-Aug-2023 10:58:46.948 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/application
21-Aug-2023 10:58:46.968 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.969 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/market has finished in 28 ms
21-Aug-2023 10:58:46.969 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/_errorpages
21-Aug-2023 10:58:46.978 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.979 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/application has finished in 31 ms
21-Aug-2023 10:58:46.979 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/bere
21-Aug-2023 10:58:46.996 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:46.997 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/_errorpages has finished in 28 ms
21-Aug-2023 10:58:46.997 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/css
21-Aug-2023 10:58:47.031 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.032 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/bere has finished in 53 ms
21-Aug-2023 10:58:47.032 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/cgi-bin
21-Aug-2023 10:58:47.036 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.037 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/css has finished in 40 ms
21-Aug-2023 10:58:47.037 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/dist
21-Aug-2023 10:58:47.059 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.060 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/cgi-bin has finished in 28 ms
21-Aug-2023 10:58:47.060 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/css
21-Aug-2023 10:58:47.063 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.064 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/dist has finished in 27 ms
21-Aug-2023 10:58:47.064 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/fonts
21-Aug-2023 10:58:47.097 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.097 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/css has finished in 37 ms
21-Aug-2023 10:58:47.098 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/js
21-Aug-2023 10:58:47.113 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.114 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/fonts has finished in 50 ms
21-Aug-2023 10:58:47.115 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/img
21-Aug-2023 10:58:47.136 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.136 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/js has finished in 38 ms
21-Aug-2023 10:58:47.137 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/system
21-Aug-2023 10:58:47.141 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.142 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/img has finished in 28 ms
21-Aug-2023 10:58:47.142 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/js
21-Aug-2023 10:58:47.166 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.166 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/system has finished in 29 ms
21-Aug-2023 10:58:47.169 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.170 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/js has finished in 28 ms
21-Aug-2023 10:58:47.170 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/obaba_shop_api
21-Aug-2023 10:58:47.196 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.197 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/obaba_shop_api has finished in 27 ms
21-Aug-2023 10:58:47.198 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war
21-Aug-2023 10:58:47.200 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.230 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.231 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/anmspl202304
21-Aug-2023 10:58:47.241 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.242 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war has finished in 44 ms
21-Aug-2023 10:58:47.242 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD
21-Aug-2023 10:58:47.264 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.265 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/anmspl202304 has finished in 34 ms
21-Aug-2023 10:58:47.265 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/assets
21-Aug-2023 10:58:47.272 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.273 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD has finished in 31 ms
21-Aug-2023 10:58:47.303 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.304 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.305 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/assets has finished in 39 ms
21-Aug-2023 10:58:47.333 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.335 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.364 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.366 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.369 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/alfateh
21-Aug-2023 10:58:47.394 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.395 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/anms_erp_api
21-Aug-2023 10:58:47.398 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.399 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/alfateh has finished in 30 ms
21-Aug-2023 10:58:47.399 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
21-Aug-2023 10:58:47.424 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.424 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/anms_erp_api has finished in 29 ms
21-Aug-2023 10:58:47.424 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/Images
21-Aug-2023 10:58:47.427 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.428 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 29 ms
21-Aug-2023 10:58:47.428 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
21-Aug-2023 10:58:47.453 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.454 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/Images has finished in 30 ms
21-Aug-2023 10:58:47.454 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/application
21-Aug-2023 10:58:47.463 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.464 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 36 ms
21-Aug-2023 10:58:47.465 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
21-Aug-2023 10:58:47.482 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.483 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/application has finished in 29 ms
21-Aug-2023 10:58:47.483 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/bere
21-Aug-2023 10:58:47.513 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.514 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/bere has finished in 31 ms
21-Aug-2023 10:58:47.514 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/cgi-bin
21-Aug-2023 10:58:47.523 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.524 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 59 ms
21-Aug-2023 10:58:47.524 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
21-Aug-2023 10:58:47.551 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.552 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 28 ms
21-Aug-2023 10:58:47.552 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
21-Aug-2023 10:58:47.559 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.560 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/cgi-bin has finished in 46 ms
21-Aug-2023 10:58:47.560 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/css
21-Aug-2023 10:58:47.578 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.579 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 27 ms
21-Aug-2023 10:58:47.588 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.589 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/css has finished in 29 ms
21-Aug-2023 10:58:47.589 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/js
21-Aug-2023 10:58:47.609 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.615 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.616 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/js has finished in 27 ms
21-Aug-2023 10:58:47.616 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/system
21-Aug-2023 10:58:47.639 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.644 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.645 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/system has finished in 29 ms
21-Aug-2023 10:58:47.671 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.690 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.703 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.729 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.730 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/anmspl202304
21-Aug-2023 10:58:47.758 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.761 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/anmspl202304 has finished in 30 ms
21-Aug-2023 10:58:47.761 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/assets
21-Aug-2023 10:58:47.794 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.795 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/assets has finished in 34 ms
21-Aug-2023 10:58:47.827 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.857 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.859 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/alfateh
21-Aug-2023 10:58:47.885 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.886 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/alfateh has finished in 27 ms
21-Aug-2023 10:58:47.887 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
21-Aug-2023 10:58:47.912 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.931 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.932 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 45 ms
21-Aug-2023 10:58:47.932 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
21-Aug-2023 10:58:47.961 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.962 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 30 ms
21-Aug-2023 10:58:47.962 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
21-Aug-2023 10:58:47.966 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.968 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in
21-Aug-2023 10:58:47.991 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:47.992 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 30 ms
21-Aug-2023 10:58:47.993 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
21-Aug-2023 10:58:48.007 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.008 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in has finished in 40 ms
21-Aug-2023 10:58:48.008 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/.settings
21-Aug-2023 10:58:48.036 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.037 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/.settings has finished in 29 ms
21-Aug-2023 10:58:48.037 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent
21-Aug-2023 10:58:48.042 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.043 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 50 ms
21-Aug-2023 10:58:48.043 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
21-Aug-2023 10:58:48.065 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.068 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent has finished in 30 ms
21-Aug-2023 10:58:48.068 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages
21-Aug-2023 10:58:48.070 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.071 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 28 ms
21-Aug-2023 10:58:48.096 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.097 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages has finished in 29 ms
21-Aug-2023 10:58:48.097 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms
21-Aug-2023 10:58:48.122 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.130 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.131 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms has finished in 34 ms
21-Aug-2023 10:58:48.131 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss
21-Aug-2023 10:58:48.158 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.159 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss has finished in 28 ms
21-Aug-2023 10:58:48.159 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/build
21-Aug-2023 10:58:48.172 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.197 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.198 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/build has finished in 38 ms
21-Aug-2023 10:58:48.198 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/css
21-Aug-2023 10:58:48.211 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.224 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.225 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/css has finished in 27 ms
21-Aug-2023 10:58:48.225 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/dist
21-Aug-2023 10:58:48.254 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.255 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/dist has finished in 30 ms
21-Aug-2023 10:58:48.256 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/fonts
21-Aug-2023 10:58:48.257 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.281 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.282 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/fonts has finished in 27 ms
21-Aug-2023 10:58:48.282 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/img
21-Aug-2023 10:58:48.308 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.309 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/img has finished in 27 ms
21-Aug-2023 10:58:48.309 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/js
21-Aug-2023 10:58:48.336 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.337 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/js has finished in 28 ms
21-Aug-2023 10:58:48.337 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/market
21-Aug-2023 10:58:48.363 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.364 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/market has finished in 27 ms
21-Aug-2023 10:58:48.364 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api
21-Aug-2023 10:58:48.395 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.396 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api has finished in 32 ms
21-Aug-2023 10:58:48.396 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/src
21-Aug-2023 10:58:48.469 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.470 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/src has finished in 74 ms
21-Aug-2023 10:58:48.504 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.533 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.535 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/obabainjune08
21-Aug-2023 10:58:48.552 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.561 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.562 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/obabainjune08 has finished in 27 ms
21-Aug-2023 10:58:48.562 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/assets
21-Aug-2023 10:58:48.588 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.588 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.590 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/assets has finished in 28 ms
21-Aug-2023 10:58:48.590 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/abc
21-Aug-2023 10:58:48.592 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in
21-Aug-2023 10:58:48.652 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.653 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in has finished in 62 ms
21-Aug-2023 10:58:48.653 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/.settings
21-Aug-2023 10:58:48.678 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.679 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/.settings has finished in 26 ms
21-Aug-2023 10:58:48.679 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent
21-Aug-2023 10:58:48.745 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.746 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent has finished in 67 ms
21-Aug-2023 10:58:48.746 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages
21-Aug-2023 10:58:48.802 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.803 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages has finished in 57 ms
21-Aug-2023 10:58:48.803 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms
21-Aug-2023 10:58:48.860 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.860 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms has finished in 57 ms
21-Aug-2023 10:58:48.860 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss
21-Aug-2023 10:58:48.918 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.919 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss has finished in 58 ms
21-Aug-2023 10:58:48.919 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/build
21-Aug-2023 10:58:48.967 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.968 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/build has finished in 49 ms
21-Aug-2023 10:58:48.968 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/css
21-Aug-2023 10:58:48.994 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:48.995 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/css has finished in 27 ms
21-Aug-2023 10:58:48.995 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/dist
21-Aug-2023 10:58:49.010 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.013 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/abc has finished in 422 ms
21-Aug-2023 10:58:49.013 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/welcome
21-Aug-2023 10:58:49.020 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.021 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/dist has finished in 26 ms
21-Aug-2023 10:58:49.022 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/fonts
21-Aug-2023 10:58:49.042 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.043 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/welcome has finished in 30 ms
21-Aug-2023 10:58:49.043 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/khb_obaba_in
21-Aug-2023 10:58:49.047 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.048 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/fonts has finished in 26 ms
21-Aug-2023 10:58:49.048 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/img
21-Aug-2023 10:58:49.120 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.120 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.121 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/img has finished in 73 ms
21-Aug-2023 10:58:49.121 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/khb_obaba_in has finished in 78 ms
21-Aug-2023 10:58:49.121 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/js
21-Aug-2023 10:58:49.147 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.154 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/js has finished in 33 ms
21-Aug-2023 10:58:49.154 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/market
21-Aug-2023 10:58:49.187 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.209 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.210 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/market has finished in 56 ms
21-Aug-2023 10:58:49.210 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api
21-Aug-2023 10:58:49.231 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.236 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.236 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api has finished in 26 ms
21-Aug-2023 10:58:49.237 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/src
21-Aug-2023 10:58:49.253 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
21-Aug-2023 10:58:49.262 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.263 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/src has finished in 26 ms
21-Aug-2023 10:58:49.317 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.345 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.346 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/obabainjune08
21-Aug-2023 10:58:49.371 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.372 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/obabainjune08 has finished in 26 ms
21-Aug-2023 10:58:49.372 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/assets
21-Aug-2023 10:58:49.398 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.399 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/assets has finished in 27 ms
21-Aug-2023 10:58:49.399 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/abc
21-Aug-2023 10:58:49.606 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.609 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/abc has finished in 210 ms
21-Aug-2023 10:58:49.609 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/welcome
21-Aug-2023 10:58:49.636 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.636 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/welcome has finished in 27 ms
21-Aug-2023 10:58:49.637 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/khb_obaba_in
21-Aug-2023 10:58:49.662 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.663 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/khb_obaba_in has finished in 26 ms
21-Aug-2023 10:58:49.670 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.680 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 427 ms
21-Aug-2023 10:58:49.680 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
21-Aug-2023 10:58:49.729 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.730 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 50 ms
21-Aug-2023 10:58:49.730 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
21-Aug-2023 10:58:49.771 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.772 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 42 ms
21-Aug-2023 10:58:49.772 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
21-Aug-2023 10:58:49.788 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.813 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.814 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 42 ms
21-Aug-2023 10:58:49.814 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
21-Aug-2023 10:58:49.820 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.822 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
21-Aug-2023 10:58:49.848 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.861 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 47 ms
21-Aug-2023 10:58:49.862 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/src
21-Aug-2023 10:58:49.889 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.891 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/src has finished in 28 ms
21-Aug-2023 10:58:49.945 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.951 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 128 ms
21-Aug-2023 10:58:49.951 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
21-Aug-2023 10:58:49.981 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:49.982 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 31 ms
21-Aug-2023 10:58:49.982 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
21-Aug-2023 10:58:50.012 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:50.012 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 30 ms
21-Aug-2023 10:58:50.013 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
21-Aug-2023 10:58:50.041 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:50.042 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 29 ms
21-Aug-2023 10:58:50.042 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
21-Aug-2023 10:58:50.070 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:50.071 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 29 ms
21-Aug-2023 10:58:50.071 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/src
21-Aug-2023 10:58:50.111 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:50.112 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/src has finished in 40 ms
21-Aug-2023 10:58:50.359 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-core-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.426 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jsr310-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.524 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/byte-buddy-1.10.22.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.531 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jsr310-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.644 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jaxb-runtime-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.650 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/11/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/HikariCP-3.4.5.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.728 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jdk8-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.729 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-module-parameter-names-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.808 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-databind-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.841 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-core-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.847 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.906 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-databind-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.967 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:50.991 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/txw2-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.023 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.181 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/byte-buddy-1.10.22.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.184 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-annotations-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.224 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/txw2-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.252 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jaxb-runtime-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.270 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/11/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/HikariCP-3.4.5.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.280 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.285 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.346 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jdk8-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.359 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.384 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-annotations-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.397 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/istack-commons-runtime-3.0.12.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.400 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.454 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/istack-commons-runtime-3.0.12.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.455 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-module-parameter-names-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.529 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:51.574 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log 2 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 10:58:51.641 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 10:58:51.689 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:51.728 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log 2 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 10:58:54.164 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring embedded WebApplicationContext
21-Aug-2023 10:58:54.189 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring embedded WebApplicationContext
21-Aug-2023 10:58:58.801 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:58.805 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/org
21-Aug-2023 10:58:58.905 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:58.921 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/org
21-Aug-2023 10:58:58.925 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:58.926 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/org has finished in 121 ms
21-Aug-2023 10:58:58.926 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/data
21-Aug-2023 10:58:58.968 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:58.969 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/org has finished in 48 ms
21-Aug-2023 10:58:58.969 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/data
21-Aug-2023 10:58:58.986 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:58.986 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/data has finished in 60 ms
21-Aug-2023 10:58:58.987 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/jar
21-Aug-2023 10:58:59.014 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.015 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/data has finished in 46 ms
21-Aug-2023 10:58:59.015 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/jar
21-Aug-2023 10:58:59.063 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.064 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/jar has finished in 78 ms
21-Aug-2023 10:58:59.064 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/util
21-Aug-2023 10:58:59.074 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.074 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/jar has finished in 59 ms
21-Aug-2023 10:58:59.075 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/util
21-Aug-2023 10:58:59.101 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.102 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/util has finished in 26 ms
21-Aug-2023 10:58:59.109 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.115 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/util has finished in 51 ms
21-Aug-2023 10:58:59.169 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.193 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.198 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.240 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.267 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.311 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.313 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages
21-Aug-2023 10:58:59.317 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.346 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.347 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages has finished in 34 ms
21-Aug-2023 10:58:59.415 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.416 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages
21-Aug-2023 10:58:59.455 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.456 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages has finished in 40 ms
21-Aug-2023 10:58:59.458 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.490 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.531 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.569 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.594 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.635 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.663 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.692 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.695 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.729 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.779 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.810 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.832 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.879 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.897 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.946 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:58:59.977 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.021 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.054 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.077 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.084 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.156 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.158 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.186 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.207 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.235 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.238 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.267 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.305 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.325 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.346 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.373 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.411 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.423 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.442 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.477 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.494 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.504 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/_errorpages
21-Aug-2023 10:59:00.518 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.537 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.537 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/_errorpages has finished in 33 ms
21-Aug-2023 10:59:00.537 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist_obaba_shop
21-Aug-2023 10:59:00.586 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.612 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.613 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist_obaba_shop has finished in 76 ms
21-Aug-2023 10:59:00.613 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/admin
21-Aug-2023 10:59:00.615 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.617 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/_errorpages
21-Aug-2023 10:59:00.643 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.644 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/admin has finished in 31 ms
21-Aug-2023 10:59:00.644 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist
21-Aug-2023 10:59:00.651 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.652 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/_errorpages has finished in 35 ms
21-Aug-2023 10:59:00.652 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist_obaba_shop
21-Aug-2023 10:59:00.672 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.673 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist has finished in 29 ms
21-Aug-2023 10:59:00.673 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/company
21-Aug-2023 10:59:00.682 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.683 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist_obaba_shop has finished in 31 ms
21-Aug-2023 10:59:00.683 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/admin
21-Aug-2023 10:59:00.720 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.721 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/company has finished in 48 ms
21-Aug-2023 10:59:00.721 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/css
21-Aug-2023 10:59:00.727 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.728 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/admin has finished in 45 ms
21-Aug-2023 10:59:00.728 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist
21-Aug-2023 10:59:00.754 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.754 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist has finished in 26 ms
21-Aug-2023 10:59:00.755 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/company
21-Aug-2023 10:59:00.859 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.860 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/company has finished in 105 ms
21-Aug-2023 10:59:00.862 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/css
21-Aug-2023 10:59:00.865 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.865 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/css has finished in 144 ms
21-Aug-2023 10:59:00.865 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/franchise
21-Aug-2023 10:59:00.888 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.889 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/css has finished in 27 ms
21-Aug-2023 10:59:00.889 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/franchise
21-Aug-2023 10:59:00.902 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.903 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/franchise has finished in 37 ms
21-Aug-2023 10:59:00.903 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/images
21-Aug-2023 10:59:00.915 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.915 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/franchise has finished in 26 ms
21-Aug-2023 10:59:00.915 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/images
21-Aug-2023 10:59:00.941 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.942 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/images has finished in 27 ms
21-Aug-2023 10:59:00.942 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/img
21-Aug-2023 10:59:00.968 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.969 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/img has finished in 27 ms
21-Aug-2023 10:59:00.969 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/includes
21-Aug-2023 10:59:00.981 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:00.982 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/images has finished in 79 ms
21-Aug-2023 10:59:00.982 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/img
21-Aug-2023 10:59:01.001 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.002 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/includes has finished in 33 ms
21-Aug-2023 10:59:01.002 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/js
21-Aug-2023 10:59:01.007 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.008 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/img has finished in 26 ms
21-Aug-2023 10:59:01.008 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/includes
21-Aug-2023 10:59:01.031 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.032 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/js has finished in 29 ms
21-Aug-2023 10:59:01.032 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/uploads
21-Aug-2023 10:59:01.034 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.035 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/includes has finished in 27 ms
21-Aug-2023 10:59:01.035 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/js
21-Aug-2023 10:59:01.059 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.059 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/uploads has finished in 27 ms
21-Aug-2023 10:59:01.060 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/user
21-Aug-2023 10:59:01.063 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.063 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/js has finished in 28 ms
21-Aug-2023 10:59:01.064 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/uploads
21-Aug-2023 10:59:01.086 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.086 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/user has finished in 26 ms
21-Aug-2023 10:59:01.091 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.092 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/uploads has finished in 27 ms
21-Aug-2023 10:59:01.092 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/user
21-Aug-2023 10:59:01.122 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.123 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/user has finished in 30 ms
21-Aug-2023 10:59:01.146 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.198 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.199 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.200 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/_errorpages
21-Aug-2023 10:59:01.257 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.258 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/_errorpages
21-Aug-2023 10:59:01.267 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.267 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/_errorpages has finished in 67 ms
21-Aug-2023 10:59:01.267 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/DEMO
21-Aug-2023 10:59:01.304 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.305 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/_errorpages has finished in 47 ms
21-Aug-2023 10:59:01.305 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/DEMO
21-Aug-2023 10:59:01.322 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.323 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/DEMO has finished in 56 ms
21-Aug-2023 10:59:01.323 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/Licensing
21-Aug-2023 10:59:01.340 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.342 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/DEMO has finished in 36 ms
21-Aug-2023 10:59:01.342 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/Licensing
21-Aug-2023 10:59:01.380 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.381 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/Licensing has finished in 57 ms
21-Aug-2023 10:59:01.381 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/admin
21-Aug-2023 10:59:01.419 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.423 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/Licensing has finished in 80 ms
21-Aug-2023 10:59:01.423 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/admin
21-Aug-2023 10:59:01.428 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.428 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/admin has finished in 47 ms
21-Aug-2023 10:59:01.429 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/assets
21-Aug-2023 10:59:01.480 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.483 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.484 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/admin has finished in 61 ms
21-Aug-2023 10:59:01.484 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/assets
21-Aug-2023 10:59:01.490 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/assets has finished in 52 ms
21-Aug-2023 10:59:01.491 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/class
21-Aug-2023 10:59:01.522 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.522 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/assets has finished in 38 ms
21-Aug-2023 10:59:01.523 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/class
21-Aug-2023 10:59:01.531 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.532 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/class has finished in 41 ms
21-Aug-2023 10:59:01.532 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css
21-Aug-2023 10:59:01.549 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.550 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/class has finished in 27 ms
21-Aug-2023 10:59:01.550 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css
21-Aug-2023 10:59:01.588 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.589 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css has finished in 57 ms
21-Aug-2023 10:59:01.589 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/data
21-Aug-2023 10:59:01.590 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.591 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css has finished in 41 ms
21-Aug-2023 10:59:01.591 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/data
21-Aug-2023 10:59:01.659 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.660 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/data has finished in 69 ms
21-Aug-2023 10:59:01.660 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/database
21-Aug-2023 10:59:01.709 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.710 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/data has finished in 121 ms
21-Aug-2023 10:59:01.710 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/database
21-Aug-2023 10:59:01.737 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.738 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/database has finished in 78 ms
21-Aug-2023 10:59:01.738 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/images
21-Aug-2023 10:59:01.751 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.752 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/database has finished in 41 ms
21-Aug-2023 10:59:01.752 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/images
21-Aug-2023 10:59:01.800 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.801 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/images has finished in 63 ms
21-Aug-2023 10:59:01.801 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/interface
21-Aug-2023 10:59:01.825 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.826 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/images has finished in 73 ms
21-Aug-2023 10:59:01.826 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/interface
21-Aug-2023 10:59:01.845 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.857 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/interface has finished in 44 ms
21-Aug-2023 10:59:01.858 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/js
21-Aug-2023 10:59:01.891 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.891 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/interface has finished in 65 ms
21-Aug-2023 10:59:01.891 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/js
21-Aug-2023 10:59:01.913 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.914 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/js has finished in 56 ms
21-Aug-2023 10:59:01.914 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/library
21-Aug-2023 10:59:01.951 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.952 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/js has finished in 61 ms
21-Aug-2023 10:59:01.952 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/library
21-Aug-2023 10:59:01.989 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.990 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/library has finished in 38 ms
21-Aug-2023 10:59:01.990 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/nbproject
21-Aug-2023 10:59:01.993 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:01.994 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/library has finished in 80 ms
21-Aug-2023 10:59:01.994 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/nbproject
21-Aug-2023 10:59:02.045 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.052 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.053 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/nbproject has finished in 59 ms
21-Aug-2023 10:59:02.053 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/php
21-Aug-2023 10:59:02.055 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/nbproject has finished in 65 ms
21-Aug-2023 10:59:02.055 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/php
21-Aug-2023 10:59:02.096 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.097 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/php has finished in 44 ms
21-Aug-2023 10:59:02.097 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/sampleB
21-Aug-2023 10:59:02.148 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.149 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/php has finished in 94 ms
21-Aug-2023 10:59:02.149 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/sampleB
21-Aug-2023 10:59:02.186 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.187 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/sampleB has finished in 38 ms
21-Aug-2023 10:59:02.187 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css1
21-Aug-2023 10:59:02.193 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.194 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/sampleB has finished in 97 ms
21-Aug-2023 10:59:02.194 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css1
21-Aug-2023 10:59:02.217 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.218 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css1 has finished in 31 ms
21-Aug-2023 10:59:02.227 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:59:02.251 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:59:02.252 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 32796 ms
21-Aug-2023 10:59:02.259 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 10:59:02.260 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css1 has finished in 66 ms
21-Aug-2023 10:59:02.285 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 31278 ms
21-Aug-2023 10:59:02.285 SEVERE [main] org.apache.catalina.core.StandardServer.await StandardServer.await: create[localhost:8005]: 
 java.net.BindException: Address already in use (Bind failed)
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
	at java.net.ServerSocket.bind(ServerSocket.java:390)
	at java.net.ServerSocket.<init>(ServerSocket.java:252)
	at org.apache.catalina.core.StandardServer.await(StandardServer.java:438)
	at org.apache.catalina.startup.Catalina.await(Catalina.java:717)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:663)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)

21-Aug-2023 10:59:02.286 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:59:02.286 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:59:02.286 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
21-Aug-2023 10:59:03.005 WARNING [obaba.anmspl.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:85)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 10:59:03.253 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
21-Aug-2023 10:59:03.288 WARNING [visitorpass.obaba.in-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 10:59:03.359 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:59:03.359 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
21-Aug-2023 10:59:03.359 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 10:59:03.359 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 11:21:02.799 INFO [http-nio-8080-exec-3] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:14.851 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
21-Aug-2023 12:11:14.851 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 12:11:14.902 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 12:11:14.953 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
21-Aug-2023 12:11:14.965 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 12:11:15.139 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SAAC] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
21-Aug-2023 12:11:15.443 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [foundry] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 12:11:15.461 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 12:11:15.464 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 12:11:15.564 WARNING [obaba.anmspl.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Thread.run(Thread.java:749)
21-Aug-2023 12:11:15.569 INFO [mysql-cj-abandoned-connection-cleanup] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
 java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
	at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1353)
	at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1029)
	at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
	at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:15.597 WARNING [autoclutchess.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 12:11:15.643 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 12:11:15.643 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 12:11:15.880 INFO [visitorpass.obaba.in-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
21-Aug-2023 12:11:15.904 WARNING [visitorpass.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 12:11:15.985 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
21-Aug-2023 12:11:16.019 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 12:11:16.106 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
21-Aug-2023 12:11:16.107 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 12:11:31.652 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.660 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.661 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.661 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.662 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.662 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.662 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.663 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.663 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.664 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.664 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.664 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.665 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.665 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.666 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.667 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.668 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.669 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.669 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.669 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.670 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.670 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.671 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.671 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.671 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.672 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.673 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.673 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.674 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.675 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.676 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.676 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.677 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.680 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.681 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.681 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.682 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.682 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.682 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.683 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.683 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.683 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.684 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.684 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.685 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.685 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.685 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.685 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.686 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.686 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.687 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.687 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.687 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.688 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.688 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.688 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.689 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.689 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.690 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.690 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.690 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.690 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.691 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.692 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.692 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 12:11:31.692 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_382-b05
21-Aug-2023 12:11:31.694 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Red Hat, Inc.
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1000M
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 12:11:31.695 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024M
21-Aug-2023 12:11:31.696 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
21-Aug-2023 12:11:31.696 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
21-Aug-2023 12:11:31.696 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
21-Aug-2023 12:11:31.696 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
21-Aug-2023 12:11:31.696 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
21-Aug-2023 12:11:31.781 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 12:11:31.792 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 12:11:31.794 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 12:11:31.794 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 12:11:31.795 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 542 ms
21-Aug-2023 12:11:31.820 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
21-Aug-2023 12:11:31.820 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
21-Aug-2023 12:11:32.809 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:32.879 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:32.887 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/SAAC.war
21-Aug-2023 12:11:35.540 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:35.803 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/SAAC.war has finished in 2,915 ms
21-Aug-2023 12:11:35.804 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/foundry.war
21-Aug-2023 12:11:38.614 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:38.787 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/foundry.war has finished in 2,982 ms
21-Aug-2023 12:11:38.787 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/xyzproject.war
21-Aug-2023 12:11:40.429 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.432 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/xyzproject.war has finished in 1,645 ms
21-Aug-2023 12:11:40.433 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/demo
21-Aug-2023 12:11:40.505 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.506 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/demo has finished in 74 ms
21-Aug-2023 12:11:40.507 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/.settings
21-Aug-2023 12:11:40.539 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.540 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/.settings has finished in 34 ms
21-Aug-2023 12:11:40.540 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/WebContent
21-Aug-2023 12:11:40.571 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.572 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/WebContent has finished in 32 ms
21-Aug-2023 12:11:40.572 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/build
21-Aug-2023 12:11:40.602 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.603 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/build has finished in 31 ms
21-Aug-2023 12:11:40.604 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/src
21-Aug-2023 12:11:40.637 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.638 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/src has finished in 35 ms
21-Aug-2023 12:11:40.638 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/css
21-Aug-2023 12:11:40.669 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.671 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/css has finished in 33 ms
21-Aug-2023 12:11:40.671 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/dist
21-Aug-2023 12:11:40.703 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.704 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/dist has finished in 33 ms
21-Aug-2023 12:11:40.704 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/fonts
21-Aug-2023 12:11:40.735 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.737 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/fonts has finished in 33 ms
21-Aug-2023 12:11:40.737 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/img
21-Aug-2023 12:11:40.769 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.770 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/img has finished in 33 ms
21-Aug-2023 12:11:40.770 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/js
21-Aug-2023 12:11:40.801 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:40.802 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/js has finished in 32 ms
21-Aug-2023 12:11:41.010 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.060 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.062 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anmsss
21-Aug-2023 12:11:41.094 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.095 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anmsss has finished in 33 ms
21-Aug-2023 12:11:41.095 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/.settings
21-Aug-2023 12:11:41.125 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.126 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/.settings has finished in 31 ms
21-Aug-2023 12:11:41.126 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/WebContent
21-Aug-2023 12:11:41.156 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.157 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/WebContent has finished in 31 ms
21-Aug-2023 12:11:41.157 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/build
21-Aug-2023 12:11:41.238 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.243 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/build has finished in 86 ms
21-Aug-2023 12:11:41.243 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/src
21-Aug-2023 12:11:41.274 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.275 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/src has finished in 32 ms
21-Aug-2023 12:11:41.275 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anms
21-Aug-2023 12:11:41.305 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.306 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anms has finished in 31 ms
21-Aug-2023 12:11:41.306 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/css
21-Aug-2023 12:11:41.335 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.336 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/css has finished in 30 ms
21-Aug-2023 12:11:41.336 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/dist
21-Aug-2023 12:11:41.364 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.366 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/dist has finished in 29 ms
21-Aug-2023 12:11:41.366 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/fonts
21-Aug-2023 12:11:41.398 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.399 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/fonts has finished in 33 ms
21-Aug-2023 12:11:41.399 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/img
21-Aug-2023 12:11:41.427 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.428 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/img has finished in 29 ms
21-Aug-2023 12:11:41.428 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/js
21-Aug-2023 12:11:41.456 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.457 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/js has finished in 29 ms
21-Aug-2023 12:11:41.458 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/market
21-Aug-2023 12:11:41.485 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.487 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/market has finished in 29 ms
21-Aug-2023 12:11:41.487 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/obaba_shop_api
21-Aug-2023 12:11:41.516 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.518 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/obaba_shop_api has finished in 30 ms
21-Aug-2023 12:11:41.518 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/_errorpages
21-Aug-2023 12:11:41.548 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.549 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/_errorpages has finished in 31 ms
21-Aug-2023 12:11:41.584 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.618 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.620 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khbdemo_obaba_in/_errorpages
21-Aug-2023 12:11:41.647 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.649 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khbdemo_obaba_in/_errorpages has finished in 29 ms
21-Aug-2023 12:11:41.684 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.717 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:41.756 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 12:11:41.768 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.172 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.188 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.248 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jsr310-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.570 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/byte-buddy-1.10.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.575 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/mimepull-1.9.13.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.622 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.jws-api-2.1.0.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.624 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.690 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/stax-ex-1.8.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.759 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/istack-commons-runtime-3.0.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.816 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.980 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.981 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-module-parameter-names-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:42.987 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jdk8-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.014 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/saaj-impl-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.016 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/txw2-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.040 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/FastInfoset-1.2.16.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.188 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-core-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.218 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-annotations-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.271 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-databind-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.316 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jaxb-runtime-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:43.493 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:43.503 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 12:11:43.576 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:43.578 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war
21-Aug-2023 12:11:44.657 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 12:11:45.348 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to detect ServletContainerInitializers for context with name [/Obabaerp-0.0.1-SNAPSHOT]
 java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.servlet.ServletContainerInitializer not found in /usr/local/tomcat8/temp/jar_cache42402749762613116.tmp
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:144)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
	at java.net.URL.openStream(URL.java:1093)
	at org.apache.catalina.startup.WebappServiceLoader.parseConfigFile(WebappServiceLoader.java:162)
	at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:136)
	at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1631)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1140)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:45.350 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.configureStart Marking this application unavailable due to previous error(s)
21-Aug-2023 12:11:45.351 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more components marked the context as not correctly configured
21-Aug-2023 12:11:45.351 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/Obabaerp-0.0.1-SNAPSHOT] startup failed due to previous errors
21-Aug-2023 12:11:45.356 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war has finished in 1,778 ms
21-Aug-2023 12:11:45.357 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com
21-Aug-2023 12:11:45.389 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.391 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com has finished in 34 ms
21-Aug-2023 12:11:45.391 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/data
21-Aug-2023 12:11:45.421 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.423 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/data has finished in 31 ms
21-Aug-2023 12:11:45.423 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/jar
21-Aug-2023 12:11:45.454 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.455 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/jar has finished in 32 ms
21-Aug-2023 12:11:45.455 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/org
21-Aug-2023 12:11:45.482 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.482 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/org has finished in 27 ms
21-Aug-2023 12:11:45.483 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/util
21-Aug-2023 12:11:45.513 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.514 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/util has finished in 31 ms
21-Aug-2023 12:11:45.755 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.789 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.791 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com
21-Aug-2023 12:11:45.819 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.820 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com has finished in 29 ms
21-Aug-2023 12:11:45.820 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/css
21-Aug-2023 12:11:45.847 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.849 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/css has finished in 28 ms
21-Aug-2023 12:11:45.849 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/dist
21-Aug-2023 12:11:45.877 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.878 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/dist has finished in 29 ms
21-Aug-2023 12:11:45.878 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/fonts
21-Aug-2023 12:11:45.907 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.908 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/fonts has finished in 30 ms
21-Aug-2023 12:11:45.908 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/img
21-Aug-2023 12:11:45.936 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.938 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/img has finished in 30 ms
21-Aug-2023 12:11:45.938 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/js
21-Aug-2023 12:11:45.966 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:45.967 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/js has finished in 29 ms
21-Aug-2023 12:11:46.012 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.046 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.109 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.142 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.172 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.202 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.364 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.396 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.399 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/market
21-Aug-2023 12:11:46.428 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.429 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/market has finished in 30 ms
21-Aug-2023 12:11:46.429 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/_errorpages
21-Aug-2023 12:11:46.458 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.459 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/_errorpages has finished in 30 ms
21-Aug-2023 12:11:46.459 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/css
21-Aug-2023 12:11:46.488 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.489 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/css has finished in 30 ms
21-Aug-2023 12:11:46.489 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/dist
21-Aug-2023 12:11:46.518 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.519 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/dist has finished in 30 ms
21-Aug-2023 12:11:46.519 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/fonts
21-Aug-2023 12:11:46.548 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.550 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/fonts has finished in 31 ms
21-Aug-2023 12:11:46.550 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/img
21-Aug-2023 12:11:46.583 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.584 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/img has finished in 34 ms
21-Aug-2023 12:11:46.585 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/js
21-Aug-2023 12:11:46.645 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.647 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/js has finished in 62 ms
21-Aug-2023 12:11:46.647 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/obaba_shop_api
21-Aug-2023 12:11:46.684 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.685 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/obaba_shop_api has finished in 38 ms
21-Aug-2023 12:11:46.687 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war
21-Aug-2023 12:11:46.720 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.721 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war has finished in 34 ms
21-Aug-2023 12:11:46.721 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD
21-Aug-2023 12:11:46.750 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.751 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD has finished in 30 ms
21-Aug-2023 12:11:46.780 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.809 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.839 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.869 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.870 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/anms_erp_api
21-Aug-2023 12:11:46.897 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.898 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/anms_erp_api has finished in 28 ms
21-Aug-2023 12:11:46.898 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/Images
21-Aug-2023 12:11:46.925 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.926 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/Images has finished in 28 ms
21-Aug-2023 12:11:46.926 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/application
21-Aug-2023 12:11:46.952 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.953 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/application has finished in 27 ms
21-Aug-2023 12:11:46.953 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/bere
21-Aug-2023 12:11:46.979 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:46.980 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/bere has finished in 27 ms
21-Aug-2023 12:11:46.980 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/cgi-bin
21-Aug-2023 12:11:47.006 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.007 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/cgi-bin has finished in 27 ms
21-Aug-2023 12:11:47.007 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/css
21-Aug-2023 12:11:47.034 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.035 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/css has finished in 28 ms
21-Aug-2023 12:11:47.035 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/js
21-Aug-2023 12:11:47.060 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.061 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/js has finished in 26 ms
21-Aug-2023 12:11:47.061 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/system
21-Aug-2023 12:11:47.093 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.095 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/system has finished in 33 ms
21-Aug-2023 12:11:47.164 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.200 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.202 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/anmspl202304
21-Aug-2023 12:11:47.229 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.230 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/anmspl202304 has finished in 28 ms
21-Aug-2023 12:11:47.231 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/assets
21-Aug-2023 12:11:47.258 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.260 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/assets has finished in 29 ms
21-Aug-2023 12:11:47.290 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.319 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.320 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/alfateh
21-Aug-2023 12:11:47.353 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.355 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/alfateh has finished in 34 ms
21-Aug-2023 12:11:47.355 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
21-Aug-2023 12:11:47.392 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.393 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 38 ms
21-Aug-2023 12:11:47.394 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
21-Aug-2023 12:11:47.421 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.422 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 28 ms
21-Aug-2023 12:11:47.422 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
21-Aug-2023 12:11:47.449 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.450 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 28 ms
21-Aug-2023 12:11:47.450 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
21-Aug-2023 12:11:47.478 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.479 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 29 ms
21-Aug-2023 12:11:47.479 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
21-Aug-2023 12:11:47.506 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.507 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 27 ms
21-Aug-2023 12:11:47.537 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.568 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.599 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.631 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.831 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.861 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.863 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in
21-Aug-2023 12:11:47.890 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.891 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in has finished in 27 ms
21-Aug-2023 12:11:47.891 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/.settings
21-Aug-2023 12:11:47.916 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.917 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/.settings has finished in 26 ms
21-Aug-2023 12:11:47.917 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent
21-Aug-2023 12:11:47.952 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.955 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent has finished in 38 ms
21-Aug-2023 12:11:47.955 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages
21-Aug-2023 12:11:47.986 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:47.987 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages has finished in 32 ms
21-Aug-2023 12:11:47.987 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms
21-Aug-2023 12:11:48.013 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.014 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms has finished in 27 ms
21-Aug-2023 12:11:48.015 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss
21-Aug-2023 12:11:48.054 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.056 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss has finished in 41 ms
21-Aug-2023 12:11:48.056 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/build
21-Aug-2023 12:11:48.096 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.098 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/build has finished in 42 ms
21-Aug-2023 12:11:48.098 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/css
21-Aug-2023 12:11:48.139 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.140 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/css has finished in 42 ms
21-Aug-2023 12:11:48.140 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/dist
21-Aug-2023 12:11:48.183 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.184 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/dist has finished in 44 ms
21-Aug-2023 12:11:48.186 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/fonts
21-Aug-2023 12:11:48.216 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.217 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/fonts has finished in 31 ms
21-Aug-2023 12:11:48.217 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/img
21-Aug-2023 12:11:48.243 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.244 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/img has finished in 27 ms
21-Aug-2023 12:11:48.244 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/js
21-Aug-2023 12:11:48.318 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.320 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/js has finished in 76 ms
21-Aug-2023 12:11:48.320 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/market
21-Aug-2023 12:11:48.347 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.348 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/market has finished in 28 ms
21-Aug-2023 12:11:48.348 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api
21-Aug-2023 12:11:48.382 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.383 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api has finished in 35 ms
21-Aug-2023 12:11:48.384 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/src
21-Aug-2023 12:11:48.423 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.425 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/src has finished in 40 ms
21-Aug-2023 12:11:48.457 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.486 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.487 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/obabainjune08
21-Aug-2023 12:11:48.514 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.515 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/obabainjune08 has finished in 28 ms
21-Aug-2023 12:11:48.515 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/assets
21-Aug-2023 12:11:48.542 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.543 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/assets has finished in 28 ms
21-Aug-2023 12:11:48.543 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/abc
21-Aug-2023 12:11:48.750 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.753 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/abc has finished in 209 ms
21-Aug-2023 12:11:48.753 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/welcome
21-Aug-2023 12:11:48.778 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.779 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/welcome has finished in 26 ms
21-Aug-2023 12:11:48.779 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/khb_obaba_in
21-Aug-2023 12:11:48.805 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.806 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/khb_obaba_in has finished in 27 ms
21-Aug-2023 12:11:48.868 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.900 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.902 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
21-Aug-2023 12:11:48.988 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:48.995 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 93 ms
21-Aug-2023 12:11:48.995 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
21-Aug-2023 12:11:49.026 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:49.027 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 32 ms
21-Aug-2023 12:11:49.027 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
21-Aug-2023 12:11:49.055 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:49.056 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 29 ms
21-Aug-2023 12:11:49.056 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
21-Aug-2023 12:11:49.085 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:49.086 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 30 ms
21-Aug-2023 12:11:49.086 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
21-Aug-2023 12:11:49.114 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:49.115 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 29 ms
21-Aug-2023 12:11:49.116 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/src
21-Aug-2023 12:11:49.143 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:49.144 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/src has finished in 29 ms
21-Aug-2023 12:11:49.190 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jsr310-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:49.243 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jaxb-runtime-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:49.550 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/byte-buddy-1.10.22.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:49.718 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-annotations-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:49.821 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:49.970 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.089 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/txw2-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.130 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.132 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/11/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/HikariCP-3.4.5.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.261 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.262 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-module-parameter-names-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.354 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-databind-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.364 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-core-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.365 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/istack-commons-runtime-3.0.12.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.381 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jdk8-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 12:11:50.431 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:50.485 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log 2 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 12:11:52.405 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring embedded WebApplicationContext
21-Aug-2023 12:11:55.505 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.506 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/org
21-Aug-2023 12:11:55.533 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.534 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/org has finished in 28 ms
21-Aug-2023 12:11:55.534 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/data
21-Aug-2023 12:11:55.561 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.562 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/data has finished in 28 ms
21-Aug-2023 12:11:55.562 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/jar
21-Aug-2023 12:11:55.589 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.609 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/jar has finished in 47 ms
21-Aug-2023 12:11:55.609 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/util
21-Aug-2023 12:11:55.638 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.639 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/util has finished in 30 ms
21-Aug-2023 12:11:55.668 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.696 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.725 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.753 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.755 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages
21-Aug-2023 12:11:55.780 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.781 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages has finished in 27 ms
21-Aug-2023 12:11:55.810 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.838 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.868 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.896 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.927 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.957 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:55.987 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.016 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.049 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.078 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.133 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.161 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.190 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.218 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.248 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.279 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.309 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.341 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.378 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.407 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.408 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/_errorpages
21-Aug-2023 12:11:56.434 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.435 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/_errorpages has finished in 27 ms
21-Aug-2023 12:11:56.435 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist_obaba_shop
21-Aug-2023 12:11:56.462 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.463 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist_obaba_shop has finished in 28 ms
21-Aug-2023 12:11:56.463 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/admin
21-Aug-2023 12:11:56.490 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.491 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/admin has finished in 28 ms
21-Aug-2023 12:11:56.491 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist
21-Aug-2023 12:11:56.520 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.521 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist has finished in 29 ms
21-Aug-2023 12:11:56.521 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/company
21-Aug-2023 12:11:56.547 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.547 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/company has finished in 26 ms
21-Aug-2023 12:11:56.547 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/css
21-Aug-2023 12:11:56.573 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.574 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/css has finished in 27 ms
21-Aug-2023 12:11:56.574 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/franchise
21-Aug-2023 12:11:56.602 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.602 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/franchise has finished in 28 ms
21-Aug-2023 12:11:56.603 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/images
21-Aug-2023 12:11:56.630 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.631 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/images has finished in 28 ms
21-Aug-2023 12:11:56.631 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/img
21-Aug-2023 12:11:56.688 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.689 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/img has finished in 57 ms
21-Aug-2023 12:11:56.689 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/includes
21-Aug-2023 12:11:56.719 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.720 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/includes has finished in 31 ms
21-Aug-2023 12:11:56.720 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/js
21-Aug-2023 12:11:56.748 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.750 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/js has finished in 29 ms
21-Aug-2023 12:11:56.750 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/uploads
21-Aug-2023 12:11:56.775 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.776 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/uploads has finished in 26 ms
21-Aug-2023 12:11:56.776 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/user
21-Aug-2023 12:11:56.802 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.803 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/user has finished in 27 ms
21-Aug-2023 12:11:56.834 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.866 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.868 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/_errorpages
21-Aug-2023 12:11:56.895 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.896 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/_errorpages has finished in 29 ms
21-Aug-2023 12:11:56.896 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/DEMO
21-Aug-2023 12:11:56.923 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.924 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/DEMO has finished in 28 ms
21-Aug-2023 12:11:56.924 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/Licensing
21-Aug-2023 12:11:56.950 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.951 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/Licensing has finished in 26 ms
21-Aug-2023 12:11:56.951 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/admin
21-Aug-2023 12:11:56.976 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:56.977 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/admin has finished in 26 ms
21-Aug-2023 12:11:56.977 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/assets
21-Aug-2023 12:11:57.003 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.004 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/assets has finished in 27 ms
21-Aug-2023 12:11:57.004 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/class
21-Aug-2023 12:11:57.031 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.032 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/class has finished in 27 ms
21-Aug-2023 12:11:57.032 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css
21-Aug-2023 12:11:57.058 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.059 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css has finished in 27 ms
21-Aug-2023 12:11:57.059 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/data
21-Aug-2023 12:11:57.086 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.086 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/data has finished in 27 ms
21-Aug-2023 12:11:57.087 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/database
21-Aug-2023 12:11:57.113 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.114 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/database has finished in 27 ms
21-Aug-2023 12:11:57.114 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/images
21-Aug-2023 12:11:57.140 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.141 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/images has finished in 27 ms
21-Aug-2023 12:11:57.141 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/interface
21-Aug-2023 12:11:57.168 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.169 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/interface has finished in 27 ms
21-Aug-2023 12:11:57.211 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/js
21-Aug-2023 12:11:57.237 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.238 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/js has finished in 27 ms
21-Aug-2023 12:11:57.238 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/library
21-Aug-2023 12:11:57.264 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.264 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/library has finished in 26 ms
21-Aug-2023 12:11:57.265 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/nbproject
21-Aug-2023 12:11:57.290 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.291 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/nbproject has finished in 26 ms
21-Aug-2023 12:11:57.291 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/php
21-Aug-2023 12:11:57.316 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.317 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/php has finished in 26 ms
21-Aug-2023 12:11:57.317 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/sampleB
21-Aug-2023 12:11:57.342 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.343 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/sampleB has finished in 26 ms
21-Aug-2023 12:11:57.343 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css1
21-Aug-2023 12:11:57.368 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 12:11:57.369 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css1 has finished in 26 ms
21-Aug-2023 12:11:57.379 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
21-Aug-2023 12:11:57.385 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 12:11:57.397 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 25601 ms
21-Aug-2023 13:36:35.421 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
21-Aug-2023 13:36:35.421 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 13:36:35.472 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 13:36:35.523 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
21-Aug-2023 13:36:35.538 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 13:36:35.718 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SAAC] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
21-Aug-2023 13:36:36.044 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [foundry] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 13:36:36.069 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 13:36:36.080 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 13:36:36.153 WARNING [obaba.anmspl.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
21-Aug-2023 13:36:36.154 INFO [mysql-cj-abandoned-connection-cleanup] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
 java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
	at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1353)
	at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1029)
	at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
	at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:36.401 INFO [visitorpass.obaba.in-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
21-Aug-2023 13:36:36.428 WARNING [visitorpass.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 13:36:36.515 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
21-Aug-2023 13:36:36.616 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 13:36:36.714 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
21-Aug-2023 13:36:36.715 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 13:36:46.021 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.029 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.030 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.030 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.031 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.031 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.031 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.032 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.032 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.033 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.033 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.034 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.034 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.034 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.035 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.036 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.037 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.038 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.038 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.039 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.039 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.040 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.040 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.040 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.041 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.041 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.043 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.043 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.044 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.044 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.045 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.046 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.047 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.050 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.051 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.051 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.051 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.052 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.052 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.053 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.053 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.053 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.054 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.054 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.055 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.055 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.055 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.056 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.056 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.057 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.057 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.057 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.058 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.058 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.059 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.059 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.059 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.060 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.060 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.060 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.061 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.061 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.062 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.062 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.063 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 13:36:46.063 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 13:36:46.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
21-Aug-2023 13:36:46.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
21-Aug-2023 13:36:46.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
21-Aug-2023 13:36:46.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
21-Aug-2023 13:36:46.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_382-b05
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Red Hat, Inc.
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
21-Aug-2023 13:36:46.066 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1000M
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024M
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
21-Aug-2023 13:36:46.067 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
21-Aug-2023 13:36:46.131 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 13:36:46.140 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 13:36:46.142 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 13:36:46.143 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 13:36:46.143 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 473 ms
21-Aug-2023 13:36:46.167 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
21-Aug-2023 13:36:46.167 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
21-Aug-2023 13:36:47.080 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:47.150 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:47.157 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/SAAC.war
21-Aug-2023 13:36:49.770 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:49.937 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/SAAC.war has finished in 2,780 ms
21-Aug-2023 13:36:49.937 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/foundry.war
21-Aug-2023 13:36:52.413 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:52.578 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/foundry.war has finished in 2,641 ms
21-Aug-2023 13:36:52.578 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/xyzproject.war
21-Aug-2023 13:36:54.110 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.112 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/xyzproject.war has finished in 1,534 ms
21-Aug-2023 13:36:54.113 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/demo
21-Aug-2023 13:36:54.145 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.146 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/demo has finished in 33 ms
21-Aug-2023 13:36:54.146 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/.settings
21-Aug-2023 13:36:54.216 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.217 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/.settings has finished in 71 ms
21-Aug-2023 13:36:54.217 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/WebContent
21-Aug-2023 13:36:54.247 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.249 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/WebContent has finished in 32 ms
21-Aug-2023 13:36:54.249 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/build
21-Aug-2023 13:36:54.279 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.280 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/build has finished in 31 ms
21-Aug-2023 13:36:54.280 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/src
21-Aug-2023 13:36:54.310 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.312 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/src has finished in 31 ms
21-Aug-2023 13:36:54.312 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/css
21-Aug-2023 13:36:54.341 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.342 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/css has finished in 30 ms
21-Aug-2023 13:36:54.342 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/dist
21-Aug-2023 13:36:54.371 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.372 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/dist has finished in 30 ms
21-Aug-2023 13:36:54.373 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/fonts
21-Aug-2023 13:36:54.402 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.403 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/fonts has finished in 30 ms
21-Aug-2023 13:36:54.403 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/img
21-Aug-2023 13:36:54.432 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.433 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/img has finished in 30 ms
21-Aug-2023 13:36:54.433 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/js
21-Aug-2023 13:36:54.463 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.464 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/js has finished in 31 ms
21-Aug-2023 13:36:54.675 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.712 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.714 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anmsss
21-Aug-2023 13:36:54.746 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.747 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anmsss has finished in 33 ms
21-Aug-2023 13:36:54.747 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/.settings
21-Aug-2023 13:36:54.776 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.778 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/.settings has finished in 30 ms
21-Aug-2023 13:36:54.778 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/WebContent
21-Aug-2023 13:36:54.808 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.809 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/WebContent has finished in 31 ms
21-Aug-2023 13:36:54.809 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/build
21-Aug-2023 13:36:54.839 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.840 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/build has finished in 31 ms
21-Aug-2023 13:36:54.840 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/src
21-Aug-2023 13:36:54.916 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.917 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/src has finished in 77 ms
21-Aug-2023 13:36:54.917 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anms
21-Aug-2023 13:36:54.946 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.947 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anms has finished in 30 ms
21-Aug-2023 13:36:54.947 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/css
21-Aug-2023 13:36:54.975 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:54.977 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/css has finished in 29 ms
21-Aug-2023 13:36:54.977 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/dist
21-Aug-2023 13:36:55.006 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.007 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/dist has finished in 30 ms
21-Aug-2023 13:36:55.007 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/fonts
21-Aug-2023 13:36:55.036 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.037 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/fonts has finished in 30 ms
21-Aug-2023 13:36:55.037 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/img
21-Aug-2023 13:36:55.064 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.065 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/img has finished in 28 ms
21-Aug-2023 13:36:55.065 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/js
21-Aug-2023 13:36:55.093 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.094 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/js has finished in 29 ms
21-Aug-2023 13:36:55.094 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/market
21-Aug-2023 13:36:55.121 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.122 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/market has finished in 28 ms
21-Aug-2023 13:36:55.123 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/obaba_shop_api
21-Aug-2023 13:36:55.150 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.151 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/obaba_shop_api has finished in 29 ms
21-Aug-2023 13:36:55.151 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/_errorpages
21-Aug-2023 13:36:55.178 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.179 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/_errorpages has finished in 28 ms
21-Aug-2023 13:36:55.212 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.244 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.245 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khbdemo_obaba_in/_errorpages
21-Aug-2023 13:36:55.273 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.274 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khbdemo_obaba_in/_errorpages has finished in 29 ms
21-Aug-2023 13:36:55.305 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.337 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:55.375 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 13:36:55.390 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jsr310-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.624 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.630 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.691 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/istack-commons-runtime-3.0.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.693 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/stax-ex-1.8.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.697 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.843 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/byte-buddy-1.10.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.845 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/mimepull-1.9.13.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.859 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-annotations-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:55.862 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.045 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-databind-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.052 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jdk8-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.086 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.jws-api-2.1.0.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.107 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/saaj-impl-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.115 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.136 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/FastInfoset-1.2.16.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.275 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/txw2-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.408 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.506 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-core-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.756 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-module-parameter-names-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:56.800 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jaxb-runtime-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:57.067 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:57.076 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 13:36:57.239 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:57.241 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war
21-Aug-2023 13:36:58.316 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 13:36:59.073 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to detect ServletContainerInitializers for context with name [/Obabaerp-0.0.1-SNAPSHOT]
 java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.servlet.ServletContainerInitializer not found in /usr/local/tomcat8/temp/jar_cache2854860084499458167.tmp
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:144)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
	at java.net.URL.openStream(URL.java:1093)
	at org.apache.catalina.startup.WebappServiceLoader.parseConfigFile(WebappServiceLoader.java:162)
	at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:136)
	at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1631)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1140)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:36:59.074 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.configureStart Marking this application unavailable due to previous error(s)
21-Aug-2023 13:36:59.074 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more components marked the context as not correctly configured
21-Aug-2023 13:36:59.075 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/Obabaerp-0.0.1-SNAPSHOT] startup failed due to previous errors
21-Aug-2023 13:36:59.079 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war has finished in 1,839 ms
21-Aug-2023 13:36:59.079 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com
21-Aug-2023 13:36:59.106 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.107 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com has finished in 28 ms
21-Aug-2023 13:36:59.107 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/data
21-Aug-2023 13:36:59.134 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.135 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/data has finished in 27 ms
21-Aug-2023 13:36:59.135 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/jar
21-Aug-2023 13:36:59.163 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.164 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/jar has finished in 28 ms
21-Aug-2023 13:36:59.164 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/org
21-Aug-2023 13:36:59.191 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.192 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/org has finished in 28 ms
21-Aug-2023 13:36:59.192 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/util
21-Aug-2023 13:36:59.220 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.221 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/util has finished in 28 ms
21-Aug-2023 13:36:59.456 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.491 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.495 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com
21-Aug-2023 13:36:59.522 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.523 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com has finished in 28 ms
21-Aug-2023 13:36:59.523 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/css
21-Aug-2023 13:36:59.549 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.551 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/css has finished in 28 ms
21-Aug-2023 13:36:59.551 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/dist
21-Aug-2023 13:36:59.577 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.579 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/dist has finished in 28 ms
21-Aug-2023 13:36:59.579 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/fonts
21-Aug-2023 13:36:59.606 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.607 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/fonts has finished in 27 ms
21-Aug-2023 13:36:59.607 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/img
21-Aug-2023 13:36:59.637 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.638 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/img has finished in 31 ms
21-Aug-2023 13:36:59.638 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/js
21-Aug-2023 13:36:59.666 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.667 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/js has finished in 29 ms
21-Aug-2023 13:36:59.702 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.754 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.785 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.816 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.847 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:36:59.876 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.034 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.066 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.067 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/market
21-Aug-2023 13:37:00.095 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.096 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/market has finished in 28 ms
21-Aug-2023 13:37:00.096 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/_errorpages
21-Aug-2023 13:37:00.143 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.144 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/_errorpages has finished in 47 ms
21-Aug-2023 13:37:00.144 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/css
21-Aug-2023 13:37:00.170 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.171 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/css has finished in 27 ms
21-Aug-2023 13:37:00.172 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/dist
21-Aug-2023 13:37:00.198 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.199 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/dist has finished in 27 ms
21-Aug-2023 13:37:00.200 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/fonts
21-Aug-2023 13:37:00.226 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.227 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/fonts has finished in 27 ms
21-Aug-2023 13:37:00.228 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/img
21-Aug-2023 13:37:00.254 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.256 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/img has finished in 27 ms
21-Aug-2023 13:37:00.256 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/js
21-Aug-2023 13:37:00.282 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.283 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/js has finished in 27 ms
21-Aug-2023 13:37:00.283 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/obaba_shop_api
21-Aug-2023 13:37:00.309 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.310 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/obaba_shop_api has finished in 27 ms
21-Aug-2023 13:37:00.312 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war
21-Aug-2023 13:37:00.344 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.345 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war has finished in 34 ms
21-Aug-2023 13:37:00.346 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD
21-Aug-2023 13:37:00.375 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.376 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD has finished in 31 ms
21-Aug-2023 13:37:00.405 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.435 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.465 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.494 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.495 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/anms_erp_api
21-Aug-2023 13:37:00.546 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.547 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/anms_erp_api has finished in 52 ms
21-Aug-2023 13:37:00.547 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/Images
21-Aug-2023 13:37:00.572 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.573 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/Images has finished in 26 ms
21-Aug-2023 13:37:00.573 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/application
21-Aug-2023 13:37:00.598 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.599 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/application has finished in 26 ms
21-Aug-2023 13:37:00.599 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/bere
21-Aug-2023 13:37:00.625 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.625 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/bere has finished in 26 ms
21-Aug-2023 13:37:00.626 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/cgi-bin
21-Aug-2023 13:37:00.651 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.652 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/cgi-bin has finished in 26 ms
21-Aug-2023 13:37:00.652 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/css
21-Aug-2023 13:37:00.678 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.679 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/css has finished in 27 ms
21-Aug-2023 13:37:00.679 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/js
21-Aug-2023 13:37:00.705 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.706 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/js has finished in 27 ms
21-Aug-2023 13:37:00.706 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/system
21-Aug-2023 13:37:00.732 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.733 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/system has finished in 27 ms
21-Aug-2023 13:37:00.765 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.803 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.804 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/anmspl202304
21-Aug-2023 13:37:00.833 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.834 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/anmspl202304 has finished in 30 ms
21-Aug-2023 13:37:00.834 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/assets
21-Aug-2023 13:37:00.859 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.860 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/assets has finished in 26 ms
21-Aug-2023 13:37:00.897 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.948 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.950 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/alfateh
21-Aug-2023 13:37:00.976 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:00.977 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/alfateh has finished in 27 ms
21-Aug-2023 13:37:00.977 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
21-Aug-2023 13:37:01.007 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.008 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 30 ms
21-Aug-2023 13:37:01.008 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
21-Aug-2023 13:37:01.032 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.033 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 25 ms
21-Aug-2023 13:37:01.033 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
21-Aug-2023 13:37:01.058 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.059 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 26 ms
21-Aug-2023 13:37:01.059 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
21-Aug-2023 13:37:01.083 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.084 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 25 ms
21-Aug-2023 13:37:01.084 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
21-Aug-2023 13:37:01.109 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.110 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 26 ms
21-Aug-2023 13:37:01.141 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.169 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.200 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.230 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.432 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.462 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.464 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in
21-Aug-2023 13:37:01.490 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.491 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in has finished in 27 ms
21-Aug-2023 13:37:01.491 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/.settings
21-Aug-2023 13:37:01.518 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.519 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/.settings has finished in 27 ms
21-Aug-2023 13:37:01.519 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent
21-Aug-2023 13:37:01.544 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.545 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent has finished in 26 ms
21-Aug-2023 13:37:01.545 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages
21-Aug-2023 13:37:01.571 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.572 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages has finished in 27 ms
21-Aug-2023 13:37:01.572 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms
21-Aug-2023 13:37:01.597 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.598 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms has finished in 26 ms
21-Aug-2023 13:37:01.598 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss
21-Aug-2023 13:37:01.625 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.626 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss has finished in 27 ms
21-Aug-2023 13:37:01.626 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/build
21-Aug-2023 13:37:01.652 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.654 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/build has finished in 28 ms
21-Aug-2023 13:37:01.654 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/css
21-Aug-2023 13:37:01.681 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.682 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/css has finished in 28 ms
21-Aug-2023 13:37:01.682 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/dist
21-Aug-2023 13:37:01.729 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.729 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/dist has finished in 47 ms
21-Aug-2023 13:37:01.730 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/fonts
21-Aug-2023 13:37:01.755 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.756 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/fonts has finished in 27 ms
21-Aug-2023 13:37:01.756 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/img
21-Aug-2023 13:37:01.781 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.782 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/img has finished in 26 ms
21-Aug-2023 13:37:01.782 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/js
21-Aug-2023 13:37:01.807 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.808 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/js has finished in 26 ms
21-Aug-2023 13:37:01.808 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/market
21-Aug-2023 13:37:01.835 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.836 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/market has finished in 28 ms
21-Aug-2023 13:37:01.836 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api
21-Aug-2023 13:37:01.862 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.863 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api has finished in 27 ms
21-Aug-2023 13:37:01.863 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/src
21-Aug-2023 13:37:01.890 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.891 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/src has finished in 28 ms
21-Aug-2023 13:37:01.920 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.954 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.956 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/obabainjune08
21-Aug-2023 13:37:01.984 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:01.985 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/obabainjune08 has finished in 29 ms
21-Aug-2023 13:37:01.985 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/assets
21-Aug-2023 13:37:02.011 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.012 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/assets has finished in 27 ms
21-Aug-2023 13:37:02.012 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/abc
21-Aug-2023 13:37:02.243 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.246 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/abc has finished in 234 ms
21-Aug-2023 13:37:02.246 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/welcome
21-Aug-2023 13:37:02.272 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.273 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/welcome has finished in 27 ms
21-Aug-2023 13:37:02.273 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/khb_obaba_in
21-Aug-2023 13:37:02.298 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.299 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/khb_obaba_in has finished in 26 ms
21-Aug-2023 13:37:02.329 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.357 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.359 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
21-Aug-2023 13:37:02.442 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.448 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 89 ms
21-Aug-2023 13:37:02.449 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
21-Aug-2023 13:37:02.480 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.481 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 31 ms
21-Aug-2023 13:37:02.481 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
21-Aug-2023 13:37:02.509 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.510 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 29 ms
21-Aug-2023 13:37:02.510 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
21-Aug-2023 13:37:02.539 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.539 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 29 ms
21-Aug-2023 13:37:02.540 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
21-Aug-2023 13:37:02.592 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 53 ms
21-Aug-2023 13:37:02.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/src
21-Aug-2023 13:37:02.619 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:02.620 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/src has finished in 27 ms
21-Aug-2023 13:37:02.678 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/istack-commons-runtime-3.0.12.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:02.699 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-core-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:02.857 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jsr310-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:02.958 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.032 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/txw2-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.036 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.098 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-databind-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.279 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/11/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/HikariCP-3.4.5.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.335 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.509 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/byte-buddy-1.10.22.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.512 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jdk8-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.742 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.743 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-module-parameter-names-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.745 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-annotations-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.793 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jaxb-runtime-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 13:37:03.877 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:03.914 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log 2 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 13:37:05.819 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring embedded WebApplicationContext
21-Aug-2023 13:37:08.770 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.771 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/org
21-Aug-2023 13:37:08.798 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.799 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/org has finished in 27 ms
21-Aug-2023 13:37:08.799 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/data
21-Aug-2023 13:37:08.826 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.827 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/data has finished in 27 ms
21-Aug-2023 13:37:08.827 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/jar
21-Aug-2023 13:37:08.868 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.869 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/jar has finished in 42 ms
21-Aug-2023 13:37:08.869 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/util
21-Aug-2023 13:37:08.896 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.897 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/util has finished in 28 ms
21-Aug-2023 13:37:08.928 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.957 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:08.986 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.014 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.015 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages
21-Aug-2023 13:37:09.043 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.044 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages has finished in 29 ms
21-Aug-2023 13:37:09.077 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.107 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.137 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.170 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.200 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.229 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.259 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.288 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.345 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.373 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.403 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.430 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.460 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.493 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.522 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.549 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.579 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.607 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.638 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.667 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.668 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/_errorpages
21-Aug-2023 13:37:09.693 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.694 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/_errorpages has finished in 26 ms
21-Aug-2023 13:37:09.694 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist_obaba_shop
21-Aug-2023 13:37:09.720 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.721 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist_obaba_shop has finished in 26 ms
21-Aug-2023 13:37:09.721 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/admin
21-Aug-2023 13:37:09.746 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.747 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/admin has finished in 26 ms
21-Aug-2023 13:37:09.747 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist
21-Aug-2023 13:37:09.779 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.780 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist has finished in 33 ms
21-Aug-2023 13:37:09.780 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/company
21-Aug-2023 13:37:09.812 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.813 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/company has finished in 33 ms
21-Aug-2023 13:37:09.813 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/css
21-Aug-2023 13:37:09.873 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.874 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/css has finished in 61 ms
21-Aug-2023 13:37:09.874 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/franchise
21-Aug-2023 13:37:09.900 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.900 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/franchise has finished in 26 ms
21-Aug-2023 13:37:09.900 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/images
21-Aug-2023 13:37:09.926 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.927 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/images has finished in 27 ms
21-Aug-2023 13:37:09.927 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/img
21-Aug-2023 13:37:09.952 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.953 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/img has finished in 26 ms
21-Aug-2023 13:37:09.953 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/includes
21-Aug-2023 13:37:09.979 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:09.980 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/includes has finished in 26 ms
21-Aug-2023 13:37:09.980 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/js
21-Aug-2023 13:37:10.006 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.006 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/js has finished in 26 ms
21-Aug-2023 13:37:10.007 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/uploads
21-Aug-2023 13:37:10.032 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.033 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/uploads has finished in 26 ms
21-Aug-2023 13:37:10.033 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/user
21-Aug-2023 13:37:10.059 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.060 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/user has finished in 27 ms
21-Aug-2023 13:37:10.090 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.118 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.119 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/_errorpages
21-Aug-2023 13:37:10.145 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.146 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/_errorpages has finished in 27 ms
21-Aug-2023 13:37:10.146 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/DEMO
21-Aug-2023 13:37:10.172 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.173 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/DEMO has finished in 27 ms
21-Aug-2023 13:37:10.173 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/Licensing
21-Aug-2023 13:37:10.198 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.199 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/Licensing has finished in 26 ms
21-Aug-2023 13:37:10.199 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/admin
21-Aug-2023 13:37:10.227 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.229 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/admin has finished in 29 ms
21-Aug-2023 13:37:10.229 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/assets
21-Aug-2023 13:37:10.259 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.260 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/assets has finished in 31 ms
21-Aug-2023 13:37:10.261 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/class
21-Aug-2023 13:37:10.293 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.294 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/class has finished in 33 ms
21-Aug-2023 13:37:10.294 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css
21-Aug-2023 13:37:10.320 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.321 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css has finished in 27 ms
21-Aug-2023 13:37:10.321 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/data
21-Aug-2023 13:37:10.346 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.347 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/data has finished in 26 ms
21-Aug-2023 13:37:10.347 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/database
21-Aug-2023 13:37:10.412 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.413 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/database has finished in 66 ms
21-Aug-2023 13:37:10.413 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/images
21-Aug-2023 13:37:10.438 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.438 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/images has finished in 25 ms
21-Aug-2023 13:37:10.438 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/interface
21-Aug-2023 13:37:10.463 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.464 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/interface has finished in 26 ms
21-Aug-2023 13:37:10.464 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/js
21-Aug-2023 13:37:10.489 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.489 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/js has finished in 25 ms
21-Aug-2023 13:37:10.490 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/library
21-Aug-2023 13:37:10.514 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.515 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/library has finished in 25 ms
21-Aug-2023 13:37:10.515 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/nbproject
21-Aug-2023 13:37:10.540 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.541 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/nbproject has finished in 25 ms
21-Aug-2023 13:37:10.541 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/php
21-Aug-2023 13:37:10.566 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.566 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/php has finished in 25 ms
21-Aug-2023 13:37:10.567 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/sampleB
21-Aug-2023 13:37:10.591 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.592 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/sampleB has finished in 25 ms
21-Aug-2023 13:37:10.592 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css1
21-Aug-2023 13:37:10.617 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 13:37:10.618 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css1 has finished in 25 ms
21-Aug-2023 13:37:10.627 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
21-Aug-2023 13:37:10.636 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 13:37:10.637 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 24493 ms
21-Aug-2023 16:54:53.505 INFO [http-nio-8080-exec-10] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:16.948 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
21-Aug-2023 17:28:16.949 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 17:28:17.000 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 17:28:17.050 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
21-Aug-2023 17:28:17.071 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 17:28:17.252 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [SAAC] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
21-Aug-2023 17:28:17.591 WARNING [khb.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [foundry] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 17:28:17.601 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 17:28:17.604 WARNING [anms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 17:28:17.670 WARNING [obaba.anmspl.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:85)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 17:28:17.686 WARNING [autoclutchess.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 17:28:17.709 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
21-Aug-2023 17:28:17.710 WARNING [ms.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
 com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
21-Aug-2023 17:28:17.840 INFO [visitorpass.obaba.in-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
21-Aug-2023 17:28:17.862 WARNING [visitorpass.obaba.in-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
 com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 java.lang.Thread.run(Thread.java:750)
21-Aug-2023 17:28:17.943 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
21-Aug-2023 17:28:18.026 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 17:28:18.113 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
21-Aug-2023 17:28:18.114 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 17:28:21.826 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.844 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.845 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.845 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.845 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.846 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.846 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.847 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.847 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.847 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.848 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.848 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.849 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.849 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.850 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.850 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.852 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.852 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.853 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.853 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.853 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.854 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.854 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.854 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.857 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.857 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.858 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.858 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.859 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.860 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.860 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.860 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.861 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.861 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.862 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.862 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.863 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.864 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.864 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.865 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.865 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.866 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.867 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.867 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.868 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.869 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.869 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.869 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.870 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.870 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.870 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.871 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
21-Aug-2023 17:28:21.872 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
21-Aug-2023 17:28:21.874 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.382.b05-1.el7_9.x86_64/jre
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_382-b05
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Red Hat, Inc.
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1000M
21-Aug-2023 17:28:21.875 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024M
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024M
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
21-Aug-2023 17:28:21.876 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
21-Aug-2023 17:28:21.954 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
21-Aug-2023 17:28:21.964 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 17:28:21.966 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 17:28:21.967 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
21-Aug-2023 17:28:21.967 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 539 ms
21-Aug-2023 17:28:21.989 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
21-Aug-2023 17:28:21.990 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
21-Aug-2023 17:28:22.914 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:22.988 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:22.995 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/SAAC.war
21-Aug-2023 17:28:25.650 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:25.817 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/SAAC.war has finished in 2,821 ms
21-Aug-2023 17:28:25.817 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/foundry.war
21-Aug-2023 17:28:28.328 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:28.491 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/foundry.war has finished in 2,674 ms
21-Aug-2023 17:28:28.491 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obabain/khb_obaba_in/xyzproject.war
21-Aug-2023 17:28:30.016 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.017 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obabain/khb_obaba_in/xyzproject.war has finished in 1,526 ms
21-Aug-2023 17:28:30.018 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/demo
21-Aug-2023 17:28:30.083 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.085 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/demo has finished in 67 ms
21-Aug-2023 17:28:30.085 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/.settings
21-Aug-2023 17:28:30.117 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.118 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/.settings has finished in 33 ms
21-Aug-2023 17:28:30.118 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/WebContent
21-Aug-2023 17:28:30.148 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.149 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/WebContent has finished in 31 ms
21-Aug-2023 17:28:30.149 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/build
21-Aug-2023 17:28:30.180 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.181 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/build has finished in 32 ms
21-Aug-2023 17:28:30.181 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/src
21-Aug-2023 17:28:30.210 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.211 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/src has finished in 30 ms
21-Aug-2023 17:28:30.211 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/css
21-Aug-2023 17:28:30.240 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.241 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/css has finished in 30 ms
21-Aug-2023 17:28:30.241 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/dist
21-Aug-2023 17:28:30.270 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.271 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/dist has finished in 30 ms
21-Aug-2023 17:28:30.271 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/fonts
21-Aug-2023 17:28:30.299 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.301 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/fonts has finished in 30 ms
21-Aug-2023 17:28:30.301 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/img
21-Aug-2023 17:28:30.330 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.331 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/img has finished in 30 ms
21-Aug-2023 17:28:30.331 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khb_obaba_in/js
21-Aug-2023 17:28:30.360 INFO [khb.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.361 INFO [khb.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khb_obaba_in/js has finished in 30 ms
21-Aug-2023 17:28:30.565 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.602 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.604 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anmsss
21-Aug-2023 17:28:30.634 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.635 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anmsss has finished in 31 ms
21-Aug-2023 17:28:30.635 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/.settings
21-Aug-2023 17:28:30.665 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.666 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/.settings has finished in 31 ms
21-Aug-2023 17:28:30.666 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/WebContent
21-Aug-2023 17:28:30.695 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.696 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/WebContent has finished in 30 ms
21-Aug-2023 17:28:30.696 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/build
21-Aug-2023 17:28:30.765 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.767 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/build has finished in 71 ms
21-Aug-2023 17:28:30.767 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/src
21-Aug-2023 17:28:30.800 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.801 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/src has finished in 34 ms
21-Aug-2023 17:28:30.801 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/anms
21-Aug-2023 17:28:30.829 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.830 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/anms has finished in 29 ms
21-Aug-2023 17:28:30.830 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/css
21-Aug-2023 17:28:30.858 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.859 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/css has finished in 29 ms
21-Aug-2023 17:28:30.859 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/dist
21-Aug-2023 17:28:30.888 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.889 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/dist has finished in 30 ms
21-Aug-2023 17:28:30.889 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/fonts
21-Aug-2023 17:28:30.917 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.918 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/fonts has finished in 29 ms
21-Aug-2023 17:28:30.918 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/img
21-Aug-2023 17:28:30.946 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.947 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/img has finished in 29 ms
21-Aug-2023 17:28:30.947 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/js
21-Aug-2023 17:28:30.975 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:30.976 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/js has finished in 29 ms
21-Aug-2023 17:28:30.976 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/market
21-Aug-2023 17:28:31.009 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.010 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/market has finished in 34 ms
21-Aug-2023 17:28:31.010 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/obaba_shop_api
21-Aug-2023 17:28:31.038 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.039 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/obaba_shop_api has finished in 29 ms
21-Aug-2023 17:28:31.039 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anms_obaba_in/_errorpages
21-Aug-2023 17:28:31.066 INFO [anms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.067 INFO [anms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anms_obaba_in/_errorpages has finished in 28 ms
21-Aug-2023 17:28:31.101 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.133 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.135 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/khbdemo_obaba_in/_errorpages
21-Aug-2023 17:28:31.162 INFO [khbdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.164 INFO [khbdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/khbdemo_obaba_in/_errorpages has finished in 29 ms
21-Aug-2023 17:28:31.195 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.227 INFO [helpdesk.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:31.267 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 17:28:31.346 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-core-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.487 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.509 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.512 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-annotations-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.512 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/stax-ex-1.8.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.651 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jdk8-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.768 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:31.806 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.soap-api-1.4.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.079 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/byte-buddy-1.10.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.116 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.xml.ws-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.135 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/istack-commons-runtime-3.0.8.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.152 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-module-parameter-names-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.456 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-databind-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.500 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jaxb-runtime-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.513 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/saaj-impl-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.532 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/FastInfoset-1.2.16.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.534 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/mimepull-1.9.13.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.655 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jackson-datatype-jsr310-2.10.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.656 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.jws-api-2.1.0.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.658 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.803 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/anmspl/obaba_anmspl_com/WEB-INF/lib/txw2-2.3.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:32.876 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:32.886 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 17:28:33.210 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:33.215 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war
21-Aug-2023 17:28:34.355 WARNING [obaba.anmspl.com-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will be used.
21-Aug-2023 17:28:34.937 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to detect ServletContainerInitializers for context with name [/Obabaerp-0.0.1-SNAPSHOT]
 java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.servlet.ServletContainerInitializer not found in /usr/local/tomcat8/temp/jar_cache8078301207958946782.tmp
	at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:144)
	at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:152)
	at java.net.URL.openStream(URL.java:1093)
	at org.apache.catalina.startup.WebappServiceLoader.parseConfigFile(WebappServiceLoader.java:162)
	at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:136)
	at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1631)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1140)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:34.938 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.ContextConfig.configureStart Marking this application unavailable due to previous error(s)
21-Aug-2023 17:28:34.938 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more components marked the context as not correctly configured
21-Aug-2023 17:28:34.939 SEVERE [obaba.anmspl.com-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/Obabaerp-0.0.1-SNAPSHOT] startup failed due to previous errors
21-Aug-2023 17:28:34.944 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/anmspl/obaba_anmspl_com/Obabaerp-0.0.1-SNAPSHOT.war has finished in 1,729 ms
21-Aug-2023 17:28:34.944 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com
21-Aug-2023 17:28:34.973 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:34.974 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/obaba_obabaerp_com has finished in 30 ms
21-Aug-2023 17:28:34.974 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/data
21-Aug-2023 17:28:35.001 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.002 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/data has finished in 28 ms
21-Aug-2023 17:28:35.002 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/jar
21-Aug-2023 17:28:35.037 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.038 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/jar has finished in 36 ms
21-Aug-2023 17:28:35.038 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/org
21-Aug-2023 17:28:35.072 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.073 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/org has finished in 35 ms
21-Aug-2023 17:28:35.073 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/obaba_anmspl_com/util
21-Aug-2023 17:28:35.101 INFO [obaba.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.102 INFO [obaba.anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/obaba_anmspl_com/util has finished in 29 ms
21-Aug-2023 17:28:35.343 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.375 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.378 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com
21-Aug-2023 17:28:35.404 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.405 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/autoclutches_visitpas_com has finished in 27 ms
21-Aug-2023 17:28:35.405 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/css
21-Aug-2023 17:28:35.432 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.433 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/css has finished in 28 ms
21-Aug-2023 17:28:35.433 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/dist
21-Aug-2023 17:28:35.467 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.468 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/dist has finished in 35 ms
21-Aug-2023 17:28:35.468 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/fonts
21-Aug-2023 17:28:35.494 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.496 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/fonts has finished in 28 ms
21-Aug-2023 17:28:35.496 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/img
21-Aug-2023 17:28:35.524 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.525 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/img has finished in 29 ms
21-Aug-2023 17:28:35.525 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/autoclutchess_obaba_in/js
21-Aug-2023 17:28:35.555 INFO [autoclutchess.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.557 INFO [autoclutchess.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/autoclutchess_obaba_in/js has finished in 31 ms
21-Aug-2023 17:28:35.595 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.624 INFO [dms.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.679 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.710 INFO [new.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.739 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.767 INFO [silkmark.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.921 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.953 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.954 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/market
21-Aug-2023 17:28:35.986 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:35.987 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/market has finished in 32 ms
21-Aug-2023 17:28:35.987 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/_errorpages
21-Aug-2023 17:28:36.013 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.014 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/_errorpages has finished in 27 ms
21-Aug-2023 17:28:36.014 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/css
21-Aug-2023 17:28:36.040 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.041 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/css has finished in 27 ms
21-Aug-2023 17:28:36.041 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/dist
21-Aug-2023 17:28:36.090 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.091 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/dist has finished in 50 ms
21-Aug-2023 17:28:36.091 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/fonts
21-Aug-2023 17:28:36.117 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.118 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/fonts has finished in 27 ms
21-Aug-2023 17:28:36.118 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/img
21-Aug-2023 17:28:36.144 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.145 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/img has finished in 27 ms
21-Aug-2023 17:28:36.145 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/js
21-Aug-2023 17:28:36.174 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.174 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/js has finished in 29 ms
21-Aug-2023 17:28:36.174 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/ms_obaba_in/obaba_shop_api
21-Aug-2023 17:28:36.201 INFO [ms.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.203 INFO [ms.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/ms_obaba_in/obaba_shop_api has finished in 29 ms
21-Aug-2023 17:28:36.208 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war
21-Aug-2023 17:28:36.242 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.243 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/tomcat8/angular/angular_obaba_shop/ROOT.war has finished in 35 ms
21-Aug-2023 17:28:36.243 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD
21-Aug-2023 17:28:36.275 INFO [angular.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.276 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/angular/angular_obaba_shop/ROOT_HOLD has finished in 33 ms
21-Aug-2023 17:28:36.313 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.350 INFO [ration.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.381 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.410 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.411 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/anms_erp_api
21-Aug-2023 17:28:36.438 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.439 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/anms_erp_api has finished in 28 ms
21-Aug-2023 17:28:36.439 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/Images
21-Aug-2023 17:28:36.465 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.466 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/Images has finished in 27 ms
21-Aug-2023 17:28:36.467 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/application
21-Aug-2023 17:28:36.493 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.494 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/application has finished in 26 ms
21-Aug-2023 17:28:36.494 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/bere
21-Aug-2023 17:28:36.542 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.543 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/bere has finished in 49 ms
21-Aug-2023 17:28:36.543 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/cgi-bin
21-Aug-2023 17:28:36.568 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.569 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/cgi-bin has finished in 26 ms
21-Aug-2023 17:28:36.571 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/css
21-Aug-2023 17:28:36.604 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.605 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/css has finished in 34 ms
21-Aug-2023 17:28:36.605 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/js
21-Aug-2023 17:28:36.630 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.631 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/js has finished in 26 ms
21-Aug-2023 17:28:36.631 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserp_obaba_in/system
21-Aug-2023 17:28:36.656 INFO [anmserp.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.657 INFO [anmserp.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserp_obaba_in/system has finished in 25 ms
21-Aug-2023 17:28:36.687 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.719 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.720 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/anmspl202304
21-Aug-2023 17:28:36.751 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.753 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/anmspl202304 has finished in 33 ms
21-Aug-2023 17:28:36.754 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/assets
21-Aug-2023 17:28:36.779 INFO [anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.780 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/assets has finished in 27 ms
21-Aug-2023 17:28:36.811 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.840 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.841 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/alfateh
21-Aug-2023 17:28:36.867 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.868 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/alfateh has finished in 27 ms
21-Aug-2023 17:28:36.868 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
21-Aug-2023 17:28:36.895 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.896 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 28 ms
21-Aug-2023 17:28:36.897 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
21-Aug-2023 17:28:36.923 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.924 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 28 ms
21-Aug-2023 17:28:36.924 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
21-Aug-2023 17:28:36.984 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:36.984 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 60 ms
21-Aug-2023 17:28:36.985 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
21-Aug-2023 17:28:37.016 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.017 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 32 ms
21-Aug-2023 17:28:37.017 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
21-Aug-2023 17:28:37.043 INFO [alfatehprojects.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.044 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 27 ms
21-Aug-2023 17:28:37.075 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.105 INFO [obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.137 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.168 INFO [erp.anmspl.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.351 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.400 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.402 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in
21-Aug-2023 17:28:37.428 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.428 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms_obaba_in has finished in 26 ms
21-Aug-2023 17:28:37.429 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/.settings
21-Aug-2023 17:28:37.454 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.455 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/.settings has finished in 26 ms
21-Aug-2023 17:28:37.455 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent
21-Aug-2023 17:28:37.484 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.485 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/WebContent has finished in 30 ms
21-Aug-2023 17:28:37.485 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages
21-Aug-2023 17:28:37.510 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.511 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/_errorpages has finished in 26 ms
21-Aug-2023 17:28:37.511 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anms
21-Aug-2023 17:28:37.536 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.537 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anms has finished in 26 ms
21-Aug-2023 17:28:37.537 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss
21-Aug-2023 17:28:37.562 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.563 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/anmsss has finished in 26 ms
21-Aug-2023 17:28:37.563 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/build
21-Aug-2023 17:28:37.588 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.590 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/build has finished in 27 ms
21-Aug-2023 17:28:37.590 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/css
21-Aug-2023 17:28:37.615 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.616 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/css has finished in 26 ms
21-Aug-2023 17:28:37.616 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/dist
21-Aug-2023 17:28:37.643 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.644 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/dist has finished in 28 ms
21-Aug-2023 17:28:37.646 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/fonts
21-Aug-2023 17:28:37.674 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.675 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/fonts has finished in 29 ms
21-Aug-2023 17:28:37.675 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/img
21-Aug-2023 17:28:37.700 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.701 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/img has finished in 26 ms
21-Aug-2023 17:28:37.701 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/js
21-Aug-2023 17:28:37.726 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.727 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/js has finished in 26 ms
21-Aug-2023 17:28:37.727 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/market
21-Aug-2023 17:28:37.752 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.753 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/market has finished in 26 ms
21-Aug-2023 17:28:37.753 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api
21-Aug-2023 17:28:37.798 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.799 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/obaba_shop_api has finished in 45 ms
21-Aug-2023 17:28:37.799 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemoo_obaba_in/src
21-Aug-2023 17:28:37.825 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.825 INFO [anmserpdemoo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemoo_obaba_in/src has finished in 26 ms
21-Aug-2023 17:28:37.853 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.881 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.882 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/obabainjune08
21-Aug-2023 17:28:37.907 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.908 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/obabainjune08 has finished in 26 ms
21-Aug-2023 17:28:37.908 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/assets
21-Aug-2023 17:28:37.934 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:37.934 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/assets has finished in 26 ms
21-Aug-2023 17:28:37.935 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/abc
21-Aug-2023 17:28:38.135 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.138 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/abc has finished in 202 ms
21-Aug-2023 17:28:38.138 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/welcome
21-Aug-2023 17:28:38.163 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.164 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/welcome has finished in 25 ms
21-Aug-2023 17:28:38.164 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/khb_obaba_in
21-Aug-2023 17:28:38.210 INFO [obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.211 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/khb_obaba_in has finished in 47 ms
21-Aug-2023 17:28:38.242 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.272 INFO [visitorpass.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.273 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
21-Aug-2023 17:28:38.376 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.382 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 109 ms
21-Aug-2023 17:28:38.382 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
21-Aug-2023 17:28:38.411 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.412 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 30 ms
21-Aug-2023 17:28:38.412 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
21-Aug-2023 17:28:38.439 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.440 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 27 ms
21-Aug-2023 17:28:38.440 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
21-Aug-2023 17:28:38.468 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.469 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 29 ms
21-Aug-2023 17:28:38.469 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
21-Aug-2023 17:28:38.495 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.496 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 27 ms
21-Aug-2023 17:28:38.496 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/src
21-Aug-2023 17:28:38.522 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:38.523 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/src has finished in 27 ms
21-Aug-2023 17:28:38.746 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/byte-buddy-1.10.22.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:38.871 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-core-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.113 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-module-parameter-names-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.119 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jsr310-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.175 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [META-INF/versions/11/module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/HikariCP-3.4.5.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.186 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-datatype-jdk8-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.234 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jaxb-runtime-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.236 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-annotations-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.412 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/istack-commons-runtime-3.0.12.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.433 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/classmate-1.5.1.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.587 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jackson-databind-2.11.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.590 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-api-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.620 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.623 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/jakarta.activation-1.2.2.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.635 SEVERE [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.ContextConfig.processAnnotationsJar Unable to process Jar entry [module-info.class] from Jar [file:/home/obabain/visitorpass_obaba_in/WEB-INF/lib/txw2-2.3.4.jar] for annotations
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
	at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
	at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:54)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:174)
	at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2053)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1999)
	at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1969)
	at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1923)
	at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1166)
	at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:783)
	at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)
	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
	at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5213)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
	at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 17:28:39.800 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:39.837 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log 2 Spring WebApplicationInitializers detected on classpath
21-Aug-2023 17:28:41.673 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring embedded WebApplicationContext
21-Aug-2023 17:28:44.658 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.659 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/org
21-Aug-2023 17:28:44.685 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.686 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/org has finished in 27 ms
21-Aug-2023 17:28:44.686 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/data
21-Aug-2023 17:28:44.724 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.725 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/data has finished in 39 ms
21-Aug-2023 17:28:44.725 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/jar
21-Aug-2023 17:28:44.751 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.752 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/jar has finished in 27 ms
21-Aug-2023 17:28:44.752 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/visitorpass_obaba_in/util
21-Aug-2023 17:28:44.778 INFO [visitorpass.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.779 INFO [visitorpass.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/visitorpass_obaba_in/util has finished in 27 ms
21-Aug-2023 17:28:44.808 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.843 INFO [obabaerp.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.882 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.910 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.911 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages
21-Aug-2023 17:28:44.938 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.938 INFO [anmserpdemo.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/anmserpdemo_obaba_in/_errorpages has finished in 27 ms
21-Aug-2023 17:28:44.968 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:44.998 INFO [grl.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.029 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.059 INFO [saac.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.096 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.127 INFO [obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.156 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.185 INFO [erp.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.248 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.275 INFO [autoclutches.obaba.in-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.305 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.335 INFO [artist.obaba.shop-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.366 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.397 INFO [livingsalts.obabajobs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.427 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.458 INFO [ksrtc.ksrtceccs.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.488 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.516 INFO [visitpas.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.546 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.574 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.575 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/_errorpages
21-Aug-2023 17:28:45.600 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.601 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/_errorpages has finished in 26 ms
21-Aug-2023 17:28:45.601 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist_obaba_shop
21-Aug-2023 17:28:45.627 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.628 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist_obaba_shop has finished in 27 ms
21-Aug-2023 17:28:45.628 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/admin
21-Aug-2023 17:28:45.654 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.655 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/admin has finished in 27 ms
21-Aug-2023 17:28:45.655 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/artist
21-Aug-2023 17:28:45.686 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.687 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/artist has finished in 32 ms
21-Aug-2023 17:28:45.688 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/company
21-Aug-2023 17:28:45.723 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.725 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/company has finished in 37 ms
21-Aug-2023 17:28:45.726 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/css
21-Aug-2023 17:28:45.784 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.785 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/css has finished in 59 ms
21-Aug-2023 17:28:45.785 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/franchise
21-Aug-2023 17:28:45.811 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.813 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/franchise has finished in 28 ms
21-Aug-2023 17:28:45.813 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/images
21-Aug-2023 17:28:45.838 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.839 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/images has finished in 26 ms
21-Aug-2023 17:28:45.839 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/img
21-Aug-2023 17:28:45.864 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.866 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/img has finished in 26 ms
21-Aug-2023 17:28:45.866 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/includes
21-Aug-2023 17:28:45.899 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.900 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/includes has finished in 34 ms
21-Aug-2023 17:28:45.900 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/js
21-Aug-2023 17:28:45.925 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.927 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/js has finished in 26 ms
21-Aug-2023 17:28:45.927 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/uploads
21-Aug-2023 17:28:45.952 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.953 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/uploads has finished in 26 ms
21-Aug-2023 17:28:45.953 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/newstarar/public_html/user
21-Aug-2023 17:28:45.978 INFO [newstarartists.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:45.979 INFO [newstarartists.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/newstarar/public_html/user has finished in 26 ms
21-Aug-2023 17:28:46.007 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.035 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.036 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/_errorpages
21-Aug-2023 17:28:46.063 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.064 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/_errorpages has finished in 28 ms
21-Aug-2023 17:28:46.064 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/DEMO
21-Aug-2023 17:28:46.089 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.090 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/DEMO has finished in 26 ms
21-Aug-2023 17:28:46.090 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/Licensing
21-Aug-2023 17:28:46.116 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.117 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/Licensing has finished in 27 ms
21-Aug-2023 17:28:46.117 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/admin
21-Aug-2023 17:28:46.143 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.144 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/admin has finished in 27 ms
21-Aug-2023 17:28:46.144 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/assets
21-Aug-2023 17:28:46.170 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.171 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/assets has finished in 27 ms
21-Aug-2023 17:28:46.171 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/class
21-Aug-2023 17:28:46.197 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.198 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/class has finished in 27 ms
21-Aug-2023 17:28:46.198 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css
21-Aug-2023 17:28:46.224 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.224 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css has finished in 26 ms
21-Aug-2023 17:28:46.225 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/data
21-Aug-2023 17:28:46.250 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.251 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/data has finished in 26 ms
21-Aug-2023 17:28:46.251 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/database
21-Aug-2023 17:28:46.310 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.311 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/database has finished in 60 ms
21-Aug-2023 17:28:46.311 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/images
21-Aug-2023 17:28:46.339 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.340 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/images has finished in 28 ms
21-Aug-2023 17:28:46.340 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/interface
21-Aug-2023 17:28:46.365 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.365 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/interface has finished in 25 ms
21-Aug-2023 17:28:46.365 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/js
21-Aug-2023 17:28:46.390 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.390 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/js has finished in 25 ms
21-Aug-2023 17:28:46.391 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/library
21-Aug-2023 17:28:46.415 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.416 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/library has finished in 25 ms
21-Aug-2023 17:28:46.416 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/nbproject
21-Aug-2023 17:28:46.440 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.441 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/nbproject has finished in 25 ms
21-Aug-2023 17:28:46.441 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/php
21-Aug-2023 17:28:46.466 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.467 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/php has finished in 26 ms
21-Aug-2023 17:28:46.467 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/sampleB
21-Aug-2023 17:28:46.491 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.492 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/sampleB has finished in 25 ms
21-Aug-2023 17:28:46.492 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/srimataha/public_html/css1
21-Aug-2023 17:28:46.517 INFO [srimatahangarahalli.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
21-Aug-2023 17:28:46.518 INFO [srimatahangarahalli.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/srimataha/public_html/css1 has finished in 25 ms
21-Aug-2023 17:28:46.529 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
21-Aug-2023 17:28:46.538 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
21-Aug-2023 17:28:46.539 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 24571 ms
21-Aug-2023 18:15:06.991 INFO [http-nio-8080-exec-4] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 18:15:06.992 INFO [http-nio-8080-exec-5] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:750)

21-Aug-2023 22:34:27.629 INFO [http-nio-8080-exec-4] org.apache.tomcat.util.http.LegacyCookieProcessor.processCookieHeader Cookies: Invalid cookie. Value not a token or quoted value
 Note: further occurrences of Cookie errors will be logged at DEBUG level.