JPS 命令错误:主机标识符格式错误
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关键是“<主机名>”不是 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.