After I run start-jira.sh script file at the first time, and I use my browser to access to Jira.
I have a page. And after I choose one of 2 options, I got 500 error page.
Hi @DinhLeHoang ,
welcome to the Atlassian community!
Please could you share log appearing in the secondo screenshot if you click on "Request assistance"? That could be helpful to support you!
Let us know,
Fabio
Hi Fabio, I change mysql version and start it again. But it's still not working. This is the page and the log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check that MySql setup is existing and it is reacheble from your JIRA instance server.
Did u add the MySQL JDBC driver?
Copy the driver to the following directory:
<Jira-installation-directory>/lib
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I check Mysql is reachable from JIRA instance server? This is java command when I start JIRA server
I used username and password to login successfully to MySQL server. The same information I used in dbconfig.xml file
And this is my /lib folder
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A jar like mysql-connector-java-5.1.49-bin.jar should be present on /lib
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.