Automated Application Backup Not Working

お困りですか?

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

コミュニティに質問

症状

Automated application backup does not work properly, however backing up data from the Administration tab works.

atlassian-jira.log に次のエラーが返される。

QuartzWorker-0 ERROR ServiceRunner BackupService [service.services.export.ExportService] An exception while running the export service "BackupService": Unterminated quote
java.lang.IllegalArgumentException: Unterminated quote
    at java.text.SimpleDateFormat.compile(Unknown Source)
    at java.text.SimpleDateFormat.initialize(Unknown Source)

The below error may also be present:

2012-10-25 02:32:14,713 QuartzWorker-1 ERROR ServiceRunner    Backup Service [service.services.export.ExportService] An exception while running the export service "Backup Service": Illegal pattern character 'Y'
java.lang.IllegalArgumentException: Illegal pattern character 'Y'
	at java.text.SimpleDateFormat.compile(Unknown Source)
	at java.text.SimpleDateFormat.initialize(Unknown Source)

原因

There is an extra quote at the beginning of OPT_DATE_FORMAT service parameter or the string is not correctly formed.

ソリューション

Correct the OPT_DATE_FORMAT so the string is correctly formed. In the above two examples, this would mean:

  1. Removing the quote (') character.
  2. Changing the Y characters to y.
Last modified on Mar 30, 2016

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

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