错误: 代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 9999; nested exception is:
java.net.BindException: Address already in use (Bind failed)

解决方法

mac 终端运行命令 :
lsof -i:9999
kill [PID]

IntelliJ IDEA 运行占用端口报错

相关文章:

  • 2021-05-11
  • 2022-12-23
  • 2021-12-22
  • 2022-01-07
  • 2021-08-01
  • 2022-02-16
  • 2021-09-05
猜你喜欢
  • 2021-06-24
  • 2021-12-15
  • 2021-10-13
  • 2022-12-23
  • 2022-01-07
  • 2021-09-04
  • 2021-12-20
相关资源
相似解决方案