I am trying to install Bamboo 7.2.4 using MySQL 5.7.34. This is a new install and new database and thus I am using the configuration wizard to setup. I get to the stage where the wizard is asking to configure the database. Unfortunately, the setup just hangs.
It creates the database, but it gets hung and cannot move to the next stage of the step up.
Help!!
Hi Jason,
Check the database is configured correctly. Incorrect collation, BD user permissions, etc can cause some weird stuff to happen. Cheers!
Joshua,
I definitely made sure that the DB is configured as mentioned with the proper character set ( utf8 ) and the proper collation ( utf8_bin). I have created a bamboo user with the proper privileges.
However when I run I am "root" and not bamboo user.
Any thoughts on being a using the dedicated user to run?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
It is possible that the setup is not hanging on DB population, but on home directory population and the user may play a part of it.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Johsua,
Indeed I have Bamboo set up as a service using systemd.
I have created a dedicated user that has the required permissions and tried running as that dedicated user.
I have checked the logs and it does not give me an explicit ERROR that points me in any direction.
Everytime I try and set up I do the following,
external DB > MYSQL > Direct JDC connection > Provide privileged DB user to create DB > it then tells me that it is setting up the DB and just hangs there for hours telling me it is creating the DB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jason,
Does it finish? What does the end of the hang look like? Is it an error? Do you see tables being created/populated in the DB? The piece of information that will make all this make sense is still missing. No, I do not know exactly what it is. Yes, you have to find it. Please let us know what is under those rocks. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Joshua,
The install does not finish so no error code is shown. The database indeed gets created because when I enter the command show tables; there are tables.
The logs seem to stop at,
60601: Validate existing Atlassian User directories for Embedded Crowd migration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
That appears to be an upgrade task and not an install procedure. Are you connecting Bamboo to Jira or LDAP for user management?
There may be an issue with the atlassian-user.xml file: either it contains data it should not or it does not contain data it should. Cheers!
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.