Question

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

  • 16 August 2023
  • 1 reply
  • 1970 views

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. 


1 reply

Userlevel 2

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