Hello,
after Upgrade Jira . It is not tarting now . I get this message
MySQL session isolation level 'REPEATABLE-READ' is no longer supported. Session isolation level must be 'READ-COMMITTED'. See http://confluence.atlassian.com/x/GAtmDg
when i connect by Browser.
Here is how to solve. But for Windows https://confluence.atlassian.com/confkb/confluence-fails-to-start-and-throws-mysql-session-isolation-level-repeatable-read-is-no-longer-supported-error-241568536.html
How can i fix this in Ubuntu ?
Greets
Ralf
It's the same as the windows doc says, but on Linux, your my.cnf file could be in one of several places, depending on how you installed your mysql service.
Consult the docs for your install of mysql (although if you want to skip that, or you're not sure, start by searching /etc and /usr for a my.cnf file)
ok i found this file . Make Entry. Now reboot.
Now this appear after restart:
Type Exception Report
Message An exception occurred processing [errors.jsp] at line [13]
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.apache.jasper.JasperException: An exception occurred processing [errors.jsp] at line [13] 10: <link rel="shortcut icon" href="johnson/fav-confluence.ico"> 11: <% 12: JohnsonPageI18NProvider johnsonPageI18NProvider = (JohnsonPageI18NProvider) BootstrapUtils.getBootstrapContext().getBean("johnsonPageI18NProvider"); 13: String translations = johnsonPageI18NProvider.getTranslations().serialize(); 14: %> 15: <script> 16: window.i18n = <%=translations%>;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the logs for the rest of the error.
My guess is that it will end with a "can't talk to your database" type error, but there is no way to be sure about that without reading the logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.