Unable to open debugger port in IntelliJ IDEA

后端 未结 29 1686
误落风尘
误落风尘 2021-01-30 08:21

I have a problem that I can not set up my application in debug mode with IntelliJ IDE, but run mode is OK.

My OS is Windows 7, IDE is IntelliJ IDEA, web container is Tom

29条回答
  •  野性不改
    2021-01-30 08:32

    It happens occasionally that when I restart my computer, everything is OK. Perhaps there is a port conflict.

    Restart the computer works because instances of Java or Tomcat are killed during the restart. You can also consider killing the specific processes from Task Manager

    This also happens if there is an issue in the context.xml file. In my case, I had accidentally changed the context value.

提交回复
热议问题