Disconnected from the target VM, address: ‘127.0.0.1:56577‘, transport: ‘socket‘

Disconnected from the target VM, address: ‘127.0.0.1:56577’, transport: ‘socket’

Disconnected from the target VM=与目标虚拟机断开连接。

PS:通俗点讲就是:你的端口已经被其他程序占用,无法连接目标虚拟机。

在cmd中输入命令:netstat -ano,查看所有端口的占用情况

去任务管理器中查找PID为10652

IDEA 与 Maven 的版本不兼容造成的

启动运行时:

Connected to the target VM, address: ‘127.0.0.1:56577’, transport: ‘socket’
maven配置是:

org.thymeleaf thymeleaf 3.0.11.RELEASE

而我用的是idea2019.1占用了端口

所以改一下版本

org.thymeleaf thymeleaf 2.1.4 启动运行时端口就改了 Connected to the target VM, address: '127.0.0.1:60206', transport: 'socket' 就没有报错了,完美解决

数据锁了

redis里删一下

你可能感兴趣的:(bug)