启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099;

时间:2015-05-10 11:18:39   收藏:0   阅读:8783
 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099; nested exception is: 
java.net.BindException: Address already in use: JVM_Bind
Disconnected from server 
 
端口被占用,进入windows命令,查看什么进程被占用了
netstat -aon|findstr 1099
显示技术分享
然后关闭占用该端口的进程,

taskkill -f -pid 1104

 
 
技术分享
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!