Task Report Macro Generates PostgreSQL Error
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
問題
Task report macro generates an error when trying to be used.
Error rendering macro 'tasks-report-macro' : There was a SQL exception thrown by the Active Objects library: Database: - name:PostgreSQL - version:8.3.23 - minor version:3 - major version:8 Driver: - name:PostgreSQL Native Driver - version:PostgreSQL 9.2 JDBC4 (build 1002) org.postgresql.util.PSQLException: ERROR: syntax error at or near atlassian-confluence.log for the Task Report Macro causing the issue に次のエラーが返される。
ERROR [http-bio-2005-exec-886] [xhtml.view.macro.ViewMacroMarshaller] marshalInternal Error rendering macro: tasks-report-macro
-- url: /rest/tinymce/1/macro/preview | userName: xxx.xxxxx | referer: http://xxxxxx:xxxx/pages/editpage.action?pageId=10879059
com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
Database:
- name:PostgreSQL
- version:8.3.23
- minor version:3
- major version:8
Driver:
- name:PostgreSQL Native Driver
- version:PostgreSQL 9.2 JDBC4 (build 1002)
org.postgresql.util.PSQLException: ERROR: syntax error at or near "T_DUE_DATE"原因
This error is seen when an unsupported version of PostgreSQL is installed.
ソリューション
Please reference the following document to determine what versions PostgreSQL are compatible with the version of Confluence: Supported Platforms
Moving to a supported version of PostgreSQL will correct the issue.
この内容はお役に立ちましたか?