This question is in reference to Atlassian Documentation: Troubleshooting steps for Bitbucket Server Code Search
It's a great troubleshooting guide: now I know what's wrong. But it doesn't say anything about how to fix it! How do I install elasticsearch and get it running!?
Does $BITBUCKET_INSTALL_DIR/bin/start-search.sh work for you?
e.g. for me that's ./bitbucket-4.11.1/bin/start-search.sh
I also add these two lines to the beginning of that script (as well as the "stop-search.sh" one), but one of these days I'm going to dig deeper and figure out a way that I can stop doing this (annoying to have to remember to edit the files every time I upgrade Bitbucket):
export JAVA_HOME=`readlink -f /etc/alternatives/java_sdk` export BITBUCKET_HOME=/PATH/TO/bitbucket-home
Note: this is on Centos7. Technique for setting JAVA_HOME might be different in your environment. And if you're on windows the files to edit / invoke would probably be "start-search.bat" and "stop-search.bat".
p.s. I invite you to try my add-on: Bit-Booster for Bitbucket Server
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.