Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×After upgrading our stash instance to the latest version of Bitbucket server we received the new code search functionality and everyone in the team was happy! We then migrated our database from MySQL to MS SQL and moved our server from Centos to windows server 2012 (in that order). Search is now not working () and when clicking on test in the search settings we are getting "Access to Elasticsearch was denied. Check username and password.".
We've checked the obvious things like firewall etc.. any ideas?
I came across this and later found an answer.
My port 7992 was stuck to an old process. I checked by typing the following command in (Linux) while bitbucket was turned off:
netstat -tlp
In the right column, it will list the process ID (PID). It needs to get stopped/killed. DON'T DO WHILE BITBUCKET IS RUNNING.
kill -9 [PID]
ex. kill -9 3792
Now start up bitbucket again and your good to go.
Enjoy,
Ben
I have the same problem. I found some config parameters in elasticsearch\config-template\buckler\buckler.yml
but if I use the credentials configured there, access isn't granted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, opened a support ticket on Friday
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't help you unfortunately, but I'd suggest opening an issue at support.atlassian.com. They might be able to look at logs form your instance and see if anything pops up. Good luck!
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.