28 Messages
Failed to obtain JDBC Connection; nested exception is com.owl.org.postgresql.util.PSQLException
Hello Data Citizen,
I hope you are well
We are building a Databricks notebook to run DQ Scan from data pipelin. However, The notebook is throwing following error randomly.
annotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.owl.org.postgresql.util.PSQLException:
Some Additional Notes:
- We have defined API connection parameters correctly,
- The notebook randomly works successfully which is not helping us to identify the root-cause of the error.
- Then log outcome is not clear as well(I have attached the log for review)
muhammadsalahuddin
28 Messages
2 years ago
Following is the log as I am unable to attach the file.
CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.owl.org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Caused by: PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Caused by: ConnectException: Connection refused (Connection refused)
*** at com.owl.org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83)***
*** at com.owl.org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:646)***
*** at com.owl.org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:960)***
*** at com.owl.org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:981)***
*** at com.owl.org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:328)***
*** at com.owl.common.dao.RuleDao.insert(RuleDao.java:159)***
*** at com.owl.common.bll.RuleBll.addRule(RuleBll.java:163)***
*** at $linecb2e85910228433f9a7b4e613a3e0d0495.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw.(command-1340048994656904:12)***
*** at $linecb2e85910228433f9a7b4e613a3e0d0495.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw.(command-1340048994656904:130)***
*** at $linecb2e85910228433f9a7b4e613a3e0d0495.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw.(command-1340048994656904:132)***
*** at $linecb2e85910228433f9a7b4e613a3e0d0495.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw.(command-1340048994656904:134)***
*** at $linecb2e85910228433f9a7b4e613a3e0d0495.$read$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw$$iw.(command-1340048994656904:136)***
0
0