Hi,
We are trying to migrate JIRA from jira cloud to jira server, JIRA installation has done on linux machine JIRA version Version : 7.12.1.
Facing issue while restoring XML backup zip formate getting below error please suggest.
Error importing data: org.xml.sax.SAXException: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:Action][updateauthor,vkatorgin][issue,33709][author,vkatorgin][created,2017-01-23 16:22:37.27][id,62590][type,comment][body,👏 ][updated,2017-01-23 16:22:37.27] (SQL Exception while executing the following:INSERT INTO jiraaction (ID, issueid, AUTHOR, actiontype, actionlevel, rolelevel, actionbody, CREATED, UPDATEAUTHOR, UPDATED, actionnum) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Incorrect string value: '\xF0\x9F\x91\x8F ' for column 'actionbody' at row 1)) java.lang.Exception: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:Action][updateauthor,vkatorgin][issue,33709][author,vkatorgin][created,2017-01-23 16:22:37.27][id,62590][type,comment][body,👏 ][updated,2017-01-23 16:22:37.27] (SQL Exception while executing the following:INSERT INTO jiraaction (ID, issueid, AUTHOR, actiontype, actionlevel, rolelevel, actionbody, CREATED, UPDATEAUTHOR, UPDATED, actionnum) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Incorrect string value: '\xF0\x9F\x91\x8F ' for column 'actionbody' at row 1))
Regards,
Alex Lekontsev.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The command is on that page
java -jar atlassian-xml-cleaner-0.1.jar entities.xml > entities-clean.xml
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.
works very well !!! Thanks
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.
Which database are you using? From a quick glance at the errors I would hazard a guess at mysql - which doesn't support the characters you are importing.
You can manually remove them all from the backup file before restoring.
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.