错误回顾:
Running Mycat-server...
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=64M; support was removed in 8.0
wrapper | Startup failed: Timed out waiting for a signal from the JVM.
wrapper | JVM did not exit on request, terminated
wrapper | JVM exited on its own while waiting to kill the application.
wrapper | JVM exited in response to signal SIGKILL (9).
wrapper | Launching a JVM...
解决方法:
vim mycat/conf/wrapper.conf
在里面添加
wrapper.startup.timeout=300
重新启动
进入bin目录
./mycat console
或
./mycat start