gpt4 book ai didi

java.rmi.ConnectException : Connection refused to host

转载 作者:行者123 更新时间:2023-12-02 03:10:25 30 4
gpt4 key购买 nike

我正在尝试运行 RMI 应用程序。我已经使用以下命令启动了 rmiregistry:rmiregistry 6789

现在我在 eclipse 中运行服务器应用程序并传递以下 VM 参数:-Djava.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory-Dava.naming.provider.url=rmi://localhost:6789

抛出以下错误消息:javax.naming.ServiceUnavailableException [根异常是 java.rmi.ConnectException:连接拒绝主机:172.17.209.154;嵌套异常是: java.net.ConnectException:连接被拒绝:连接]

172.17.209.154是我机器的IP。

任何人都可以查明错误是什么吗?

最佳答案

第二个虚拟机参数中缺少字母“j”-Djava.naming.provider.url=rmi://localhost:6789

关于java.rmi.ConnectException : Connection refused to host,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41142310/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com