错误: 代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
解决方法:
打开命令行
netstat -ano | findstr 1099
TCP 0.0.0.0:1099 0.0.0.0:0 LISTENING 208
然后
taskkill /F /pid 208
也可以
打开任务管理器,找到pid为208的进程,然后杀掉