Atlassian

From Briki
Revision as of 20:04, 24 November 2016 by Andrew (talk | contribs)
Jump to: navigation, search

Repeated requests to re-authenticate administrator password on JIRA

Atlassian process fails to start on boot

  • On boot, ubuntu starts processes using "service xxx start" (rather than "/etc/init.d/service start"). This difference means there is no SHELL defined, and users with their shell set to /bin/false cannot run processes using "su". In that case, change the start-xxx.sh and stop-xxx.sh scripts in the application bin directory to:
    • export SHELL=/bin/sh
    • Use "su -m user -c cmd" (rather than "su -l user -c cmd") to run the command as the chosen user

Stash crashes immediately on startup

  • If shell for stash user (eg. atlstash) is set to /bin/false, ensure sudo (not "su") is used to switch user in start-stash.sh and stop-stash.sh

Setting up JIRA standalone (old)