this was an install of the latest jira server, it already has these lines
im going to reinstall this software one more time then im over trying this, any modern self respecting software should be running with a self signed cert from the jump anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Sorry to hear about these problems, but thanks for posting the screenshot here. It helps us understand exactly what is happening.
You are going to need to make some changes to the $JIRAINSTALL/conf/server.xml file in order to make this work. We detail these in the KB Jira server startup fails with Tomcat misconfigured error. Basically you need to locate each <Connector> tag in that file and then add the two following parameters to each one:
relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
Once this is done, you then need to save that file, and restart Jira. That should correct this problem, but please note that if you have Jira configured to use more than one port such as 443 and 80, you'll have to repeat that step in each <Connector>
That screenshot also shows another unrelated problem Jira has, I can see that your Jira is aware of an unsupported collation on the database in use here. That can pose other problems with Jira not working as expected. After you have fixed the server.xml issue, I'd then recommend these steps in order to correct the collation problem.
By following these steps you can then import your previous data into a supported database with the correct database setup.
Let me know if you have any questions.
Andy
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.