I want to connect Bamboo with my mysql database, I followed the instructions and he still didn't detected the mysql-connector-java-5.1.46-bin.jar in the library Folder. The installation folder is /opt/atlassian/bamboo-2.
All library folders didn't worked for me:
./atlassian-bamboo/WEB-INF/lib
./atlassian-bamboo/repositoryScripts/lib
./atlassian-bamboo/layout/setup/lib
./atlassian-bamboo/lib
./scripts/lib
./lib
./tools/apache-maven-3.5.0/lib
./tools/byteman/lib
Hi Lukas,
Thanks for your question!
What error are you seeing in the logs?
Can you give a try to the following steps:
Thanks,
Robhit
Hi Robhit,
There're no errors in the logs and it still doesn't work. There's no "Loading mysql driver" or something like that. Everything is ending up in "JDBC driver for MySQL is no longer bundled with Bamboo due to licensing restrictions. Consult Bamboo documentation for manual installation instructions.".
Thank,
Lukas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lukas,
I understand you would have taken the right steps. But just to double confirm did you restart the application after putting the jar file in the lib directory?
Few more things we could check:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robhit,
I even restarted the root server to confirm that it is not working. Here's the log: https://pastebin.com/nagCL9F6. The mysql connector library is only placed in the library directory. I'm executing the bamboo server with root privileges.
Proof:
root@rs002665:/opt/atlassian/bamboo-2# find -name 'mysql-connector-java-5.1.46-bin.jar'
./lib/mysql-connector-java-5.1.46-bin.jar
Thanks,
Lukas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lukas,
In that case, I would recommend opening a support request for a thorough investigation.
Thanks,
Robhit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same problem today and I found a log in the path {bamboo.home}/logs/atlassian-bamboo.log there is information about the error, in my case it was an error with the configuration of the database and the templates , related to the bamboo.cfg.xml file, I stopped bamboo, renamed the file, restarted bamboo, modified the settings and was able to continue with the installation.
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.