Cannot run project from IntelliJ IDEA because of jdwp error

前端 未结 6 1911
抹茶落季
抹茶落季 2021-02-07 05:55

I have a project in IntelliJ IDEA I want to run locally. When I click its debug button it says:

ERROR: Cannot load this JVM TI agent twice, check your java comma         


        
6条回答
  •  半阙折子戏
    2021-02-07 06:26

    I had the same problem in my case -Xrunjdwp was set twice: one in the IDEA debug configuration and again in the system variables in CATAALINA_OPTS.

    once I removed it from system variables (inside the IDEA it is read only) problem was fixed

提交回复
热议问题