java.io.IOException: The server sockets created using the LocalRMIServerSocketFactory的解决方案之一
SpringBoot项目启动报错java.io.IOException: The server sockets created using the LocalRMIServerSocketFactory only accept connections from clients running on the host where the RMI remote objects have been ex
·
SpringBoot项目启动报错
java.io.IOException: The server sockets created using the LocalRMIServerSocketFactory only accept connections from clients running on the host where the RMI remote objects have been exported.
翻译:使用LocalRMIServerSocketFactory创建的服务器套接字仅接受来自已导出RMI远程对象的主机上运行的客户端的连接
解决方案:
打开【Edit Configuration】
VM options :-Dcom.sun.management.jmxremote.local.only=false
重新启动项目,完成!
更多推荐
已为社区贡献6条内容
所有评论(0)