[mysql@mysqlhq scripts]$ cat /etc/redhat-release Kylin Linux release 3.3.1707 (Core) mysql version Server version: 5.6.15-log MySQL Community Server - (GPL) 1 初始情况 [root@mysqlhq scripts]# free -m total used free shared buff/cache available Mem: 15887
偶尔会遇到这样的现象 ssh 登录一台远程机器,显示下面的信息然后hang在那 Connecting to 192.168.137.102:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. 这是因为sshd 默认开启了UseDNS. 所以卡在解析dns那里. 解决办法 编辑sshd配置文件,UseDNS no 重启服务
No Spring WebApplicationInitializer types detected on classpath 下一句:Initializing Spring root WebApplicationContext 然后就没有然后了,感觉时间凝滞,因为tomcat再也不往下运行了,即使你等到天荒地老~ 原因:数据库原因 可能是集群原因 可能是字符串原因 可能是构造函数原因 可能是端口原因