RMI 连接被拒绝
当我启动 RMI 服务然后尝试连接到它时,发生了异常,显示“连接被拒绝”,但我尝试远程登录到可以建立连接的 RMI 服务。我的 RMI 服务器运行在 Linux 机器上,客户端服务器是 Web 服务器。
When I started RMI service and then I tried to connect to it and then an exception happened, which says "connection refused", but I try to telnet to RMI service what can establish the connection. My RMI server running on a Linux machine and client server is a web server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来好像您的
RMI-Registry
没有运行。通常,如果您查找 netstat 输出,您可以测试这一点。在 Linux 中:
您还可以测试它是否存在
That sounds like if your
RMI-Registry
is not running. Usually u can test this if you lookup netstat outputs.In Linux:
You can also test if it is present with
连接拒绝什么?如果它是 127.0.0.1 并且您需要远程地址,请参阅 RMI 常见问题。
Connection refused to what? If it was 127.0.0.1 and you were expecting a remote address, see item A.1 of the RMI FAQ.