[ERROR] Communication error [INFO] java.net.ConnectException: Connection refused while compiling under 1.6

2009-05-14 Thread BR
I am getting this error while compiling with 1.6.4 under MacOSX 10.5.6 Anyone knows why? It seems to compile fine otherwise. [ERROR] Communication error [INFO] java.net.ConnectException: Connection refused [INFO] at java.net.PlainSocketImpl.socketConnect (Native Method

Re: Communication error [INFO] java.net.ConnectException: Connection refused while compiling under 1.6

2009-05-15 Thread Salvador Diaz
Hi, > [ERROR] Communication error > [INFO] java.net.ConnectException: Connection refused The connection was refused, so the server you're trying to communicate with is not accepting connections. You might want to check that. Without more details that's all I can guess. Hope that helps

Re: Communication error [INFO] java.net.ConnectException: Connection refused while compiling under 1.6

2009-05-15 Thread Salvador Diaz
Check that your firewall isn't blocking java. As far as I can tell, that's the more likely reason for that kind of exception. Hope that helps, Salvador On 15 mai, 03:23, BR wrote: > I am getting this error while compiling with 1.6.4 under MacOSX 10.5.6 > > Anyone knows why? It seems to compile

Re: Communication error [INFO] java.net.ConnectException: Connection refused while compiling under 1.6

2009-05-15 Thread Thomas Broyer
On 15 mai, 03:23, BR wrote: > I am getting this error while compiling with 1.6.4 under MacOSX 10.5.6 > > Anyone knows why? It seems to compile fine otherwise. AFAICT, the Compiler tries 2 kind of factories for its compile workers (that allow compiling permutations in parallel, and make the who