标签:tps 端口 命令 microsoft .net sof cep sans intellij
代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 1099
端口被占用
解决方案:
1.查找出占用进程id
2.杀死进程
命令:
1.netstat -ano|findstr 1099
2.taskkill -f -pid 4836
Intellij 代理抛出异常错误: java.rmi.server.ExportException: Port already in use: 1099,端口被占用
标签:tps 端口 命令 microsoft .net sof cep sans intellij
原文地址:https://www.cnblogs.com/socketqiang/p/9397662.html