Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I connect gitbucket to Postgresql?

Sergey Green
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 14, 2016

Anyone?

 

 

The configuration entered is not valid. A database connection could not be established. Please check your configuration and try again.
com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:230)
com.atlassian.stash.internal.migration.DefaultMigrationService.validateConfiguration(DefaultMigrationService.java:85)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    ...
Could not get JDBC Connection; nested exception is org.postgresql.util.PSQLException: Connection to folsom:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
 org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
 com.atlassian.stash.internal.db.DefaultDatabaseValidator.validate(DefaultDatabaseValidator.java:44)
 com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:227)
    ...
Connection to folsom:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
org.postgresql.Driver$ConnectThread.getResult(Driver.java:365)
org.postgresql.Driver.connect(Driver.java:288)
java.sql.DriverManager.getConnection(DriverManager.java:664)
    ...
Connection refused
 java.net.PlainSocketImpl.socketConnect(Native Method)
 java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
 java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 14, 2016

It's pretty much what the error message says - you've given Bitbucket connection settings which point it to a non-existant or firewalled database server.

Check the hostname can be resolved from the Bitbucket server, and that you can reach it ("telnet folsom:5432" might be worth a shot on the server, as you'll get an error which is likely to have more information about the cause )

Nessin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2018

me sale este error al intentar conectar con postgresql 

-----------------------------------------------------------------

The configuration entered is not valid. A database connection could not be established. Please check your configuration and try again.
 com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:217)
 com.atlassian.stash.internal.migration.DefaultMigrationService.validateConfiguration(DefaultMigrationService.java:85)
 sun.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)
 ...
Could not get JDBC Connection; nested exception is org.postgresql.util.PSQLException: FATAL: Ident authentication failed for user "admin"
 org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
 com.atlassian.stash.internal.db.DefaultDatabaseValidator.validate(DefaultDatabaseValidator.java:44)
 com.atlassian.stash.internal.db.DefaultDatabaseManager.validateConfiguration(DefaultDatabaseManager.java:214)
 ...
FATAL: Ident authentication failed for user "admin"
 org.postgresql.Driver$ConnectThread.getResult(Driver.java:401)
 org.postgresql.Driver.connect(Driver.java:259)
 java.sql.DriverManager.getConnection(DriverManager.java:664)
 ...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events