码迷,mamicode.com
首页 > Web开发 > 详细

Confluence 6 "net.sf.hibernate.PropertyValueExcept

时间:2018-06-27 10:23:14      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:null   atl   atlassian   一个   ssi   ror   href   地方   错误信息   

如果你遇到了下面的错误信息,例如:

ERROR [Importing data task] [confluence.importexport.impl.ReverseDatabinder] endElement net.sf.hibernate.PropertyValueException: not-null property references a null or transient value: com.atlassian.user.impl.hibernate.DefaultHibernateUser.name

这个意思是在表中有一个不因为为 null 的地方的值为 null 了。在上面的例子中,这个在 USERS 表中的 name 列有记录为 null。有时候这个问题也会出现在 ATTACHMENTS 表中。

删除上面为 null 的记录,然后重新进行 xml 导出和导入。

 

https://www.cwiki.us/display/CONFLUENCEWIKI/Troubleshooting+XML+backups+that+fail+on+restore


Confluence 6 "net.sf.hibernate.PropertyValueExcept

标签:null   atl   atlassian   一个   ssi   ror   href   地方   错误信息   

原文地址:http://blog.51cto.com/ossez/2133007

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!