JIRAのグラフが文字化け(お豆腐)
おそらく日本語フォントだろう
- ぐぐるとまさにズバリなのがあった
対応
- JIRAはJREを同梱しているのでインストールしたディレクトリのJREをいじる
- fontconfig.btc, fontconfig.properties.srcには日本語設定が入っていないので以下のように対応した
$ cd /usr/local/jira/jre/lib $ mv fontconfig.bfc fontconfig.bfc.org $ mv fontconfig.properties.src fontconfig.properties.src.org $ ln -s fontconfig.RedHat.6.bfc fontconfig.bfc $ ln -s fontconfig.RedHat.6.properties.src fontconfig.properties.src $ sudo aptitude search kochi $ sudo aptitude install ttf-kochi-gothic ttf-kochi-mincho
上の記事はCentOS前提で、自分の環境はUbuntuだけどとりあえず文字化け直りました。(JIRAの再起動はいるけど)