关于您的错误,您可以在停止期间安全地忽略此错误:
2017.06.15 06:03:46 WARN web[o.a.c.l.WebappClassLoaderBase] 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:143) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
关于第二个错误:
java.net.UnknownHostException: ip-10-10-1-144: ip-10-10-1-144: Name or service not known
我怀疑机器的名称(ip-10-10-1-144)没有定义 /etc/hosts (根据你使用Debian的mysql描述)
/etc/hosts
因此,将以下代码段添加到 /etc/hosts 应该解决这个问题:
127.0.1.1 ip-10-10-1-144