99网
您的当前位置:首页Identify and stop the process that‘s listening on port 8080 or configure this application to listen

Identify and stop the process that‘s listening on port 8080 or configure this application to listen

来源:99网

异常:

  IDEA发生闪退,但是闪退之前开着某个服务,重启IDEA之后,重启该服务,爆出如下异常:

解决:

  这是因为IDEA闪退前运行的服务还没有被关闭,此时只需要去关闭之前的服务然后就可以重启成功了;

依次执行如下操作:

win +R
cmd

示例中我要关闭的服务端口为8080

netstat -nao|findstr 8080

使用以下命令可以查看9456号进程的信息

tasklist|findstr "9456"

因篇幅问题不能全部显示,请点此查看更多更全内容