agensgraph icon indicating copy to clipboard operation
agensgraph copied to clipboard

Agensgraph Environment setting after Installation (post installation setting)

Open AnwarsaeedDMU opened this issue 2 years ago • 1 comments

I installed Agensgraph from the setup file and also unzip AgensBrowser file which is opened in Browser but can't process anything, when I want to create a new node it gives me the error 'DataAccessException->Could not get JDBC Connection; nested exception is org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver., SQL Code->08004 updateLabel is abort'. Maybe it's because of the post Installation setting or environment setting, I read the documentation of Bitnine.net but still don't understand it. can anyone help to set it for me? I am really new to these things. System have: OS window 10, PostgreSQL 10.4, Agensgraph 2.1.2 and AgensBrowser web v1.0 (since 2018-02-01) agenbrowser

Thanks in Advance!!

AnwarsaeedDMU avatar Mar 06 '22 03:03 AnwarsaeedDMU

Please check after adding the following in the pg_hba.conf file. vi pg_hba.conf

#IPv4 local connections: host all all 0.0.0.0/0 md5

The postgresql.conf file also needs to modify the parameters below. listen_addresses = '*'

kysmou avatar Jun 17 '22 08:06 kysmou