Re: Java & IPv6: ServerSocketChannel.open() throws SocketException

2017-09-15 Thread nyg nyg
Sorry for the formatting... not sure what happened. I hope it will be better this time: -- Hello all, I get the following exception when calling ServerSocketChannel.open(): Exception in thread "main" java.net.SocketException: Invalid argument at sun.nio.ch.Net.socket0(Native Method) at

Java & IPv6: ServerSocketChannel.open() throws SocketException

2017-09-15 Thread nyg
Hello all, I get the following exception when calling ServerSocketChannel.open(): Exception in thread "main" java.net.SocketException: Invalid argument    at sun.nio.ch.Net.socket0(Native Method)    at sun.nio.ch.Net.serverSocket(Net.java:415)    at sun.nio.ch.ServerSocketChannelImpl.(ServerSock