RE: Apparently-random UnknownHostException while attempting POST operation

2013-09-25 Thread Robert Dodier
Problem solved, I hope -- apparently IPv6 causes trouble for the Java VM -- this is a bug in Java, but a workaround is to put -Djava.net.preferIPv4Stack=true on the Java command line. It seems to have made the UnknownHostException go away, so I am happy! Others have bumped into this bug; see:

Re: Apparently-random UnknownHostException while attempting POST operation

2013-09-25 Thread Jerome Louvel
Thanks Robert for sharing your solution to this issue! Best regards, Jerome 2013/9/25 Robert Dodier robert.dod...@gmail.com Problem solved, I hope -- apparently IPv6 causes trouble for the Java VM -- this is a bug in Java, but a workaround is to put -Djava.net.preferIPv4Stack=true on the