惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
H
Help Net Security
V
Visual Studio Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
The Cloudflare Blog
Martin Fowler
Martin Fowler
D
Docker
腾讯CDC
F
Fortinet All Blogs
雷峰网
雷峰网
GbyAI
GbyAI
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - 叶小钗

博客园 - pent

记一次有内存泄漏的性能测试 持续关注质量——产品属于每一个人 Bug bash、ZBB与软件质量 遭遇QTP描述性编程的对象识别错误 如何使用ping和tracert命令检测丢包 软件测试招聘之难【转】 何经华:我在职场30年 买房炒股是中国百姓最理性的选择 自动化测试十大要点[转] 质量名言 让你受益匪浅的IT培训语录 一千元的代价 如何使用Oracle sql loader批量导入数据 LoadRunner字符串与参数的操作及转换技巧 LoadRunner中多值关联的3种处理方式 【推荐】-Web下的整体测试 QTP User-Defined Function 学习经验汇总 LoadRunner Settings for Web Timeout Error 薪资留人还是情感留人?
Jira升级小插曲
pent · 2008-06-12 · via 博客园 - pent

Old Version: Professional Edition, Version: 3.0.3-#75
New Version: Professional Edition, Version: 3.12.3-#302

backup data to xml文件后,在新版本上Restore Data from xml,Error:
Failed to import data: Error in action: com.atlassian.jira.action.admin.DataImport@1ddcd5f, result: error Error

parsing export file. Your export file is invalid. This may be due to a CDATA bug in older versions of JIRA

(http://jira.atlassian.com/browse/JRA-4980). Exception is org.xml.sax.SAXParseException: The element type "body"

must be terminated by the matching end-tag "</body>".

发现这是jira旧版本的一个bug,找到fix pack,更新到服务器上,重新备份导出,恢复成功。

fixpack:
http://repository.atlassian.com/ofbcore/jars/ofbcore-entity-2.1.1-atlassian-06122004.jar

and copy to your WEB-INF/lib/ directory (atlassian-jira/WEB-INF/lib/ in JIRA Standalone; webapp/WEB-INF/lib/ in JIRA

WAR/Webapp). You must also delete the old WEB-INF/lib/ofbcore-entity-2.1.1.jar file, which this replaces.