You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
A fatal error has occured
The following problem occurre, which prevents Atlassian Bitbucket from starting_
The database, as urrently configured, is not accessible. Communication link failure
I ran into this issue (Upgrading Bitbucket Server from 7.21.2 to 7.21.5. One of the other errors I saw (besides the one you mention) relate to SSL:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
So in my bitbucket.properties file, I added "&useSSL=false" to the end of my jdbc.url. After restarting bitbucket as a service - it came up fine. Not sure what changed to drive the break between versions. Hopefully this is helpful to you and/or others down the road!
The better answer is probably to fix the SSL issue and use encryption for connection to the DB, but since my instance runs on the same host as the DB server (MySQL), I am not as concerned with it.
Hi Ty,
thank you very much. This was helpful. For me it's the same. DB and Application running on the same host. I inserted your solution and now the application comes up and is running.
Best regards
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martin,
Do you see anything else in the Bitbucket Server log? You can find it at <BitbucketHome>/log/atlassian-bitbucket.log
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian,
i found following error message:
ERROR [spring-startup] com.zaxxer.hikari.pool.HikariPool bitbucket -
Exception during pool initialization. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communication link failure
Rgds
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.