报错解决:找不到mycat.pid文件
MyCat启动不成功,先输入下面的命令查看启动状态:
[root@zzz-node01 conf]# ../bin/mycat status
Mycat-server is not running.
再输入下面的命令,查看报错信息:
[root@zzz-node01 conf]# ../bin/mycat console
Running Mycat-server...wrapper | ERROR: Could not write pid file /opt/mycat/logs/mycat.pid: No such file or directory
看到如上报错信息后,可以在mycat目录下创建一个logs目录,再重启或启动mycat,即可解决。
[root@zzz-node01 mycat]# mkdir logs