1. Comment Box Disappears: $soyTemplateRendererHelper.getRenderedTemplateHtml
https://confluence.atlassian.com/display/CONFKB/Comment+Box+Disappears%3A+%24soyTemplateRendererHelper.getRenderedTemplateHtml
confluence 中文亂碼的問題
統計圖形中的中文顯示不正常,這是由于 JRE 環境缺少中文字庫,或者相關庫缺少國際化支持。
解決方案
Icon
在linux 環境下,請按照下列步驟解決漢字方塊問題:
查看出現方塊的地方應該已經可以顯示漢字了。
Confluence 也需要這樣操作,否則在漢化的宏中會有方塊出現
解決方案:將原來的confluence-home目錄的index文件夾復制過來即可。
原因:confluence用apache啟動的,apache的mod_proxy連接超時
解決方案:
4.1 增加Proxy Timeout 值,默認是300秒
ProxyPass /confluence http://172.28.4.240:8090/confluence connectiontimeout=30000 timeout=30000
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout
4.2 如果用的是apache2.1或者更新的的版本,在mod_proxy 配置里啟用"keepalive" 參數,使任何防火墻都不會中斷連接。
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
4.3 不用apache啟動confluence
4.4. 分別備份database和confluence-home
confluence 定時備份手動備份失敗,報錯“java.io.IOException: No such file or directory”的問題
解決方案1:
Note that the path shown on http://<confluence URL>/admin/dailybackupadmin.action is misleading, to debug the path look at Confluence database – Look for an entry 'backupPath' in XML stored in BANDANA table
select * from BANDANA where BANDANAKEY = 'atlassian.confluence.settings';
https://jira.atlassian.com/browse/CONF-26943
解決方案2:
修改文件confluence-home/confluence.cfg.xml
confluence.cfg.xml
Icon
<property name="admin.ui.allow.daily.backup.custom.location">true</property>
查詢“spaces directory”的“person space”時報錯“An error occurred while searching for spaces”
解決方案:重建索引
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。