Notification Box Is Empty

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When opening the notification or task box in the upper right corner, it is empty.

atlassian-confluence.log に次のメッセージが表示される。

caused by: java.sql.SQLException: Incorrect string value: '\xE3\x81\xAB\xE3\x81\x82...' for column 'DATA' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1078)
2013-05-30 12:27:40,139 ERROR [http-8090-1] [xxxx] toResponse Exception thrown from resource
 -- referer: http://xx.xxx.de:8090/plugins/servlet/notifications-miniview#notification | url: /rest/mywork/latest/notification/nested | userName: admin
com.google.common.util.concurrent.UncheckedExecutionException: java.util.NoSuchElementException
	at com.google.common.cache.CustomConcurrentHashMap$ComputedUncheckedException.get(CustomConcurrentHashMap.java:3305)
	at com.google.common.cache.CustomConcurrentHashMap$ComputingValueReference.compute(CustomConcurrentHashMap.java:3441)
	at com.google.common.cache.CustomConcurrentHashMap$Segment.compute(CustomConcurrentHashMap.java:2322)

診断

Run the following query against the Confluence database. The collation for all tables should be unicode utf-8, if they are not set to unicode utf-8 then proceed to the resolution section of this article.

(info) For Oracle databases, the equivalent for utf-8 is AL32UTF8

show table status;

原因

Incorrect configuration of database encoding.

ソリューション

Follow the instructions at the following page to convert the database to utf-8 character encoding:

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.