Hi,
I have a very strange issue. Maybe you can help me.
When i try to import my backup from Jira4.43 to Jira5.06 I get a wired "Create Issue" Dialog. You can see it in the attachements. If i use no Backup the create Issue screen is working.
This strange create issue screen happens only when I am using the WAR version from Jira provided from the company I am working for. If I import the backup on my local machine (Windows 7 installer with tomcat) it works.
The provided version is installed on a Tomcat inside a Linux machine. Also a mysql DB is used.
Is there someone who got the same issue already?
It could be related to the ecoding. The database schema is UTF-8.
Any ideas what i can try to get it working?
Thanks :)
Hi,
I found finally the solution of the problem. It was caused by wrong format of systemencoding. It must be set to UTF-8. This can be done at the tomcat startup scripts via adding "-Dfile.encoding=utf-8".
Here is some more information: https://confluence.atlassian.com/display/JIRAKB/Internalisation+and+Encoding+Troubleshooting</code<>>
Hi Lucas,
thanks for you help.
I tried deleting $CATALINA_BASE/work/ and also $CATALINA_BASE/webapps. But none of these solutions worked.
Any other ideas?
Best Regards
Andi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andreas,
Since you're using the JIRA WAR, I believe this error is happening due some inconsistency on the Tomcat work directory. Would you try the following procedure:
- Shutdown Tomcat;
- Remove the content of $CATALINA_BASE/work;
- Start Tomcat once again.
After that please advise if the problem is still occurring.
Best regards,
Lucas Timm
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.