You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/20 20:04:18 UTC

[GitHub] [maven-mvnd] yliu224 commented on issue #514: Unsupported address error when running linux machine

yliu224 commented on issue #514:
URL: https://github.com/apache/maven-mvnd/issues/514#issuecomment-998230925


   Yes, it's the same 
   
   ```
   ❯ mvnd -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -v
   mvnd native client 0.7.1-linux-amd64 (97c587c11383a67b5bd0ff8388bd94c694b91c1e)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.linux.LinuxNativePty
   Exception in thread "main" java.lang.IllegalArgumentException: Unsupported address: inet:/[0:0:0:0:0:0:0:1]:38953
   	at org.mvndaemon.mvnd.common.SocketFamily.fromString(SocketFamily.java:95)
   	at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:482)
   	at org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemon(DaemonConnector.java:452)
   	at org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemonWithId(DaemonConnector.java:438)
   	at org.mvndaemon.mvnd.client.DaemonConnector.startDaemon(DaemonConnector.java:288)
   	at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:122)
   	at org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:272)
   	at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:118)
   ❯ echo $JAVA_TOOL_OPTIONS
   -Xmx8192m -Djava.net.preferIPv6Addresses=true
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org