the JDBC Driver has been forcibly unregistered

mysql         5.6.35

tomcat       7.0.81


tomcat和mysql的启动顺序全部都是chkconfig : 2345 10 90

由于tomcat要读取mysql中的数据,所以出现了如下的报错



chkconfig: 2345 20 80 (这里作一下特殊说明:20 是该程序开机的启动优先级,值越小越优先;80是关机时的优先级,值越小越先关闭;这里就可以设定linux值的开关机顺序了)

把mysql的启动调到tomcat之前,然后chkconfig --del mysql  删除mysql,再chkconfig --add mysql添加mysql解决此问题


cd /etc/init.d   ##进入init.d

ls tomcat*|awk '{print "chkconfig " $1 "off"}' |bash   ##关闭tomcat自启

ls tomcat*|awk '{print "chkconfig --del "$1}'|bash  ##删除tomcat*的启动项

ls tomcat*|awk '{print $1}'|grep -v *bak|xargs sed -i 's/chkconfig 2345 10 90/chkconfig 2345 64 36 /g'  ##更改tomcat*中的启动顺序

ls tomcat*|awk '{print "chkconfig --add "$1 }'|bash  ##添加tomcat自启



进入init.d修改之前需要先备份源文件,水平有限,不会一条命令写出备份多个文件的命令。

若有人看见发现可以优化的地方希望在下发留言。

修改时间18.5.9 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
12-Jul-2023 18:36:28.896 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 12-Jul-2023 18:36:28.898 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/setting] startup failed due to previous errors 2023-07-12 18:36:28,899 [// - - ] INFO org.springframework.web.context.support.XmlWebApplicationContext - Closing Root WebApplicationContext: startup date [Wed Jul 12 18:36:27 CST 2023]; root of context hierarchy 2023-07-12 18:36:28,900 [// - - ] INFO org.springframework.cache.ehcache.EhCacheManagerFactoryBean - Shutting down EhCache CacheManager 12-Jul-2023 18:36:28.908 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [setting] 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. 12-Jul-2023 18:36:28.908 WARNING [localhost-startStop-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [setting] 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:143) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
07-13
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值