IDEA:Tomact Address localhost:1099 is already in use

Error running 'Tomcat 9.0.19': Address localhost:1099 is already in use

尝试解决

第一步:查询被占用端口

netstat  -ano | findstr 1099

结果为空,尴尬,不是说in use吗?

环境

  • Microsoft Windows [版本 10.0.19042.487]
  • IntelliJ IDEA 2019.1.2 (Ultimate Edition) Build #IU-191.7141.44, built on May 7, 2019
  • JRE: 1.8.0_202-release-1483-b49 amd64
  • JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

Windows 10 10.0

运行配置

本来以为是端口被占用,尝试换了端口,无论怎么换都是显示xx is already in use. 恳请各位大佬指点!

回答

有以下几种方式解决:

  1. 万事大吉方法,重启电脑试试
  2. 修改对应的JMX通信端口再试试

以上是 IDEA:Tomact Address localhost:1099 is already in use 的全部内容, 来源链接: utcz.com/a/41809.html

回到顶部