https://issues.apache.org/bugzilla/show_bug.cgi?id=50484
--- Comment #1 from Oleg <[email protected]> 2011-08-18 13:19:58 UTC --- We experienced the same problem when upgrading oracle drivers from 10.x to 11.2.0.2. Issue could be resolved by adding -Djava.security.egd=file:///dev/urandom to jvm system properties by doing export ANT_OPTS="-Djava.security.egd=file:///dev/urandom" prior to running ant. It is not specific to ant, but to jdbc driver which is now using /dev/random which doesn't have enough entropy on servers. More info could be found in: https://forums.oracle.com/forums/thread.jspa?messageID=3793101 http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/ -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
