root@bogon:/etc/init.d# service eureka-server start
Job for eureka-server.service failed because the control process exited with error code. See "systemctl status eureka-server.service" and "journalctl -xe" for details.
改为
root@bogon:/etc/init.d# ./eureka-server start
本文记录了一次使用Eureka服务过程中遇到的启动失败问题,并给出了通过直接运行脚本解决问题的方法。

346

被折叠的 条评论
为什么被折叠?



