Question
Regarding the External DB Connection
We have Defined the JNDI connection to the external Db through the pega. Whenever pega service started the ext database connection works fine. when they re-start the external db. the Pega looses the connection with external db and display's the following error in log. if we re-start pega service it works fine but if we do not re-start is there a way to auto re-connect to external db.
com.pega.pegarules.pub.database.ConnectionException: There was a problem getting a list: code: 17008 SQLState: 08003 Message: Closed Connection
08:08:42,472 INFO [stdout] (Dispatcher-Thread-93) DatabaseException caused by prior exception: java.sql.SQLRecoverableException: Closed Connection
08:08:42,472 INFO [stdout] (Dispatcher-Thread-93) | SQL Code: 17008 | SQL State: 08003
Hi,
I am not really sure but is your IP changing when you restarting?
Are you able to connect to DB after restart without any modification?
Only thing that can go wrong here is JNDI settings so see if the restart is affecting it in any way
Thank You.