Hi Team, I have upgraded my h2DB jar from 1.4.199 to 1.4.200 and when deploying it on Tomcat 9.0.44 it was giving the following error:
This is not the case with h2 DB version 1.4.199. How can I solve this? Any pointers? WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ca-nim-sm_h2DB] appears to have started a thread named [H2 TCP Server (tcp://10.230.44.99:55171)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.net.DualStackPlainSocketImpl.accept0(Native Method) java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131) java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) java.net.PlainSocketImpl.accept(PlainSocketImpl.java:199) java.net.ServerSocket.implAccept(ServerSocket.java:560) java.net.ServerSocket.accept(ServerSocket.java:528) org.h2.server.TcpServer.listen(TcpServer.java:263) org.h2.tools.Server.run(Server.java:610) java.lang.Thread.run(Thread.java:748) Thanks, Balamurali -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/fc4541e5-fbb1-4017-a005-2fc2c81845c2n%40googlegroups.com.
