Cannot run project from IntelliJ IDEA because of jdwp error

前端 未结 6 1907
抹茶落季
抹茶落季 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:24

    Thanks for the tips, it helped me work out the problem too. Mine was due to having set DEBUG_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

    In my catalina.bat

提交回复
热议问题