IOI
IOI
Published on 2024-10-18 / 9 Visits
0

Confluence|Confluence报错:无法创建空间

错误信息:创建空间,遇到了未知服务器错误。

解决方案:

执行数据库命令

update BANDANA 
set BANDANAVALUE='<map>
  <entry>
    <string>confluence.extra.chart</string>
    <boolean>false</boolean>
  </entry>
</map>'
where BANDANAKEY='plugin.manager.state.Map';

Atlassian官方给出的相关处理方案(https://confluence.atlassian.com/confkb/missing-buttons-inside-the-top-bar-with-soytemplaterendererhelper-getrenderedtemplatehtml-error-message-appears-instead-867358888.html

作者:Kkoo

链接:https://www.pwwwp.com/

著作权归作者所有。商业转载请联系作者进行授权,非商业转载请注明出处。