Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The article explains why this happens and what you can do about it.

...

Entropy Pool Issues

The JDBC interface requires random numbers to encrypt the connection. Java releases before 1.12 use the /dev/random file for high quality of randomness. However, when the entropy pool is is falling below the number of 64 units then /dev/random will block while reading random numbers.

...