I'm not able to connect ivy with an oracle database. Ivy is installed on CentOS.
asked 19.12.2018 at 09:17 SupportIvyTeam ♦♦ |
The oracle jdbc driver needs some random numbers. For this it uses java to access /dev/random. /dev/random is run by the system and requires hardware interactions like mouse clicks. On highly virtualized systems this can be difficult. There are two possibilities: 1) Use /dev/urandom Add the following line in AxonIvyEngine.conf
2) Install entropy daemon Install an entropy daemon like haveged which feeds /dev/random. Further ressources: https://stackoverflow.com/questions/6110395/sqlrecoverableexception-i-o-exception-connection-reset answered 19.12.2018 at 09:31 Alex Suter ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 19.12.2018 at 09:17
Seen: 21,190 times
Last updated: 19.12.2018 at 09:32