Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLRecoverableException: IO Error: Connection reset

TharangaHerathJan 18 2018

I have went through few articles related to the connection rest issue some what similar behavior to my issue.

https://community.oracle.com/thread/943911

and suggesting add value on JVM

-Djava.security.egd=file:/dev/../dev/urandom

But

In different places specifying this value in differently

like

-Djava.security.egd=file:/dev/./urandom

-Djava.security.egd=file:///dev/urandom

also suggesting to change jre/lib/security/java.security

#securerandom.source=file:/dev/random

securerandom.source=file:/dev/./urandom

Any idea what is the correct way to change these values ?

Your help is highly appriciate

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2018
Added on Jan 18 2018
0 comments
1,029 views