JPS 命令错误:主机标识符格式错误

发布于 2024-12-05 03:46:38 字数 433 浏览 3 评论 0原文

我在 JPS 命令 docs 中发现我们可以在主机标识符中设置RMI注册表端口。

我尝试了以下

jps XX.XXXX.X.XX:8725

它返回一个奇怪的错误:

Malformed Host Identifier: XX.XXX.X.XX:8725

usage: jps [-help]

jps [-q] [-mlvV] [<hostid>]

Definitions:

<hostid>:      <hostname>[:<port>]

我做错了什么吗?

I found in the JPS command docs that we can set the RMI registry port in the host identifier.

I tried the following

jps XX.XXXX.X.XX:8725

It returns a weired error:

Malformed Host Identifier: XX.XXX.X.XX:8725

usage: jps [-help]

jps [-q] [-mlvV] [<hostid>]

Definitions:

<hostid>:      <hostname>[:<port>]

Am I doing something wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

や三分注定 2024-12-12 03:46:38

关键是“<主机名>”不是 IP

如果我输入我的 IP,我会得到相同的响应,但如果我输入我的主机名,则会得到相同的响应。

the key is "< hostname >" not IP

If I put my IP, I get the same response, but works if I put my host name.

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