Skip to main content
Question

JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException

  • August 16, 2023
  • 1 reply
  • 3910 views

Pritam2612
Fan

Getting this error While create JDBC connection for GreenPlum Database:

JDBC_06 - Failed to initialize connection pool: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: [Pivotal][Greenplum JDBC Driver][Greenplum]no pg_hba.conf entry for host "172.18.0.2", user "sdc", database "postgres", SSL off.

Using Greenplum 9.5 in docker. 

antmcmullen
StreamSets Employee
  • StreamSets Employee
  • August 17, 2023

Hi Pritam,

That error message would make me think you need to whitelist the IP address on your GreenPlum Server/Database


This webpage may help

https://docs.vmware.com/en/VMware-Greenplum/5/greenplum-database/security-guide-topics-Authenticate.html#topic_ln1_ptd_jr


Reply