So I came across a problem with a Java App not being able to open a connection to an Oracle Database.  It wasn’t a problem with Credentials or the SID but a failure to connect.  After a bit of digging I found that there wasn’t enough entropy in the system to get the required amount of bytes from /dev/random – the solution is to edit java.security to use /dev/urandom instead:

securerandom.source=file:/dev/urandom
Advertisement
Posted in Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.