ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)

端口占用导致的,修改下,或者取消远程debug配置。

JAVA_OPTS="-server -Xms512m -Xmx1024m -XX:PermSize=256M -XX:MaxNewSize=512m -XX:MaxPermSize=1024m -Djava.awt.headless=true"
CATALINA_OPTS="-Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=19898"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-12-20
  • 2021-11-17
  • 2022-12-23
  • 2021-09-05
  • 2021-04-15
猜你喜欢
  • 2022-01-04
  • 2021-10-05
  • 2021-10-05
  • 2022-12-23
  • 2021-05-29
  • 2022-02-11
相关资源
相似解决方案