Advertisements

Tuesday, October 27, 2015

Maven problem - NoHttpResponseException and I/O exception

This issue is related with the internet protocol version 6 of the network I'm working so it will be fixed adding the java arg to the command.

i.e.

mvn clean package -Djava.net.preferIPv4Stack=true

No comments:

Post a Comment