严重: StandardServer.await: create[localhost:8017]: java.net.BindException: Address already in use: JV

问题原因:

端口占用。

解决方式:

检查端口的占用的情况,杀掉进程。
参考:https://www.cnblogs.com/xiaohuilong/p/5670342.html

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_42664961/article/details/108572546