RMI 连接被拒绝

发布于 2024-11-18 14:30:42 字数 108 浏览 0 评论 0原文

当我启动 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一个人的夜不怕黑 2024-11-25 14:30:42

听起来好像您的 RMI-Registry 没有运行。通常,如果您查找 netstat 输出,您可以测试这一点。

在 Linux 中:

rmiregistry &

您还可以测试它是否存在

ps aux | grep rmiregistry

That sounds like if your RMI-Registry is not running. Usually u can test this if you lookup netstat outputs.

In Linux:

rmiregistry &

You can also test if it is present with

ps aux | grep rmiregistry
无声无音无过去 2024-11-25 14:30:42

连接拒绝什么?如果它是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文