Gradle 6+ Daemon Cannot accept connection from remote address

386 Views Asked by At

Ever since upgrading to gradle 6.x (tested on 6.0, 6.0.1, 6.1.1, 6.2.2) on one EC2 instance running ubuntu 18.04, I can't get a gradle daemon to start, they just endlessly create and crash with the Error "Cannot accept connection from remote address is host <some-ip>" where that IP is the EC2 host private ip. I've seen similar issues online, but no working suggestions on how to fix it. I've tried allowing that IP and the port mentioned in the logs with ufw, but no dice.

0

There are 0 best solutions below