Page Properties Report macro doesn't display any content
Platform Notice: Server, Data Center, and Cloud By Request - This article was written for the Atlassian server and data center platforms but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
The Page Properties Report macro displays a table containing all the pages that contain the Page Properties macro and labels that must be specified in the Page Properties Report configuration.
However, when there's an indexing problem in the Confluence Instance, the Page Properties Report macro will not be able to display any new content from the Page Properties.
Environment
- Confluence Server, regardless of the version.
- Confluence Data Center, regardless of the version.
Diagnosis
- Newly created content isn't shown in any search field within Confluence;
If the indexes are corrupted, the following log entries will appear in atlassian-confluence.log files:
Caused by: org.springframework.dao.DataAccessResourceFailureException: Failed to read id for journal 'main_index': For input string: "<0x00><0x00><0x00><0x00><0x00>" ... Caused by: java.lang.NumberFormatException: For input string: "<0x00><0x00><0x00><0x00><0x00>" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:578) at java.lang.Long.parseLong(Long.java:631) at com.atlassian.confluence.impl.journal.FilesystemJournalStateStore.getMostRecentId(FilesystemJournalStateStore.java:44) ... 277 more
Cause
The Confluence may be facing an indexing problem.
The most common reasons for indexing failure are described in Searching and Indexing Troubleshooting
Solution
- Clear any plugin cache
- Rebuild the indexes in Confluence. If necessary, rebuild it from scratch.