datitov-mac:src datitov$ ~/Java/jdk10/jdk/bin/jps 129.213.80.169:1099
Malformed Host Identifier: 129.213.80.169:1099
usage: jps [-help]
jps [-q] [-mlvV] [<hostid>]
Definitions:
<hostid>: <hostname>[:<port>]
Using the host name instead of the IP address works fine.
datitov-mac:src datitov$ ~/Java/jdk10/jdk/bin/jps 129.213.80.169:1099
26831 Jstatd
If the port number is not specified the IP address works fine as well.
datitov-mac:src datitov$ ~/Java/jdk10/jdk/bin/jps 129.213.80.169
26831 Jstatd
Malformed Host Identifier: 129.213.80.169:1099
usage: jps [-help]
jps [-q] [-mlvV] [<hostid>]
Definitions:
<hostid>: <hostname>[:<port>]
Using the host name instead of the IP address works fine.
datitov-mac:src datitov$ ~/Java/jdk10/jdk/bin/jps 129.213.80.169:1099
26831 Jstatd
If the port number is not specified the IP address works fine as well.
datitov-mac:src datitov$ ~/Java/jdk10/jdk/bin/jps 129.213.80.169
26831 Jstatd
- duplicates
-
JDK-8251155 HostIdentifier fails to canonicalize hostnames starting with digits
- Resolved