-
Bug
-
Resolution: Fixed
-
Highest
-
8.4.0, 8.5.0, 8.3.1, 8.4.1, 8.5.1, 8.5.2, 8.5.3, 8.5.7
-
38
-
Severity 2 - Major
-
172
-
Issue Summary
Accessing the Cache statistics page on Confluence installed on Windows Operating System and with Java version 17 results in 'Fetch of cache statistics failed' error message.
When the below curl command is used to refresh the cache statistics, the page works for a few minutes and results in the same error message.
curl -u <adminUsername>:<adminPassword> -X DELETE "<base_url}/rest/cacheManagement/1.0/cacheEntries"
This is reproducible on Data Center: yes
Steps to Reproduce
- Install Confluence v8.3.1 on Windows Server 2019.
- Download and install Java version 17 on Windows.
- Configure Confluence to use Java version 17.
- Navigate to General Configuration -> Cache Management
Expected Results
The Cache Management page displays the cache statistics.
Actual Results
We get to see the 'Fetch of cache statistics failed' error message.
Workaround
- No proper workaround is available at the moment. Below command helps to view the page for a very short period.
curl -u <adminUsername>:<adminPassword> -X DELETE "<base_url>/rest/cacheManagement/1.0/cacheEntries"
PowerShell
cURL.exe --request DELETE --url '<base_url>/rest/cacheManagement/1.0/cacheEntries' --user <adminUsername>:<adminPassword>
- Alternate workaround is to use Java11.
Edit: a workaround is to add `--add-opens java.base/java.util.concurrent=ALL-UNNAMED` to the jpms.txt file, and restart Confluence.
- is related to
-
CONFSERVER-91250 Upgrading Windows Confluence to a version with bundled Java 17 does not add the necessary Java Options
-
- Closed
-
Cache Statistics Dashboard doesn't work with Java 17 but works with Java 11 on Windows
-
Bug
-
Resolution: Fixed
-
Highest
-
8.4.0, 8.5.0, 8.3.1, 8.4.1, 8.5.1, 8.5.2, 8.5.3, 8.5.7
-
38
-
Severity 2 - Major
-
172
-
Issue Summary
Accessing the Cache statistics page on Confluence installed on Windows Operating System and with Java version 17 results in 'Fetch of cache statistics failed' error message.
When the below curl command is used to refresh the cache statistics, the page works for a few minutes and results in the same error message.
curl -u <adminUsername>:<adminPassword> -X DELETE "<base_url}/rest/cacheManagement/1.0/cacheEntries"
This is reproducible on Data Center: yes
Steps to Reproduce
- Install Confluence v8.3.1 on Windows Server 2019.
- Download and install Java version 17 on Windows.
- Configure Confluence to use Java version 17.
- Navigate to General Configuration -> Cache Management
Expected Results
The Cache Management page displays the cache statistics.
Actual Results
We get to see the 'Fetch of cache statistics failed' error message.
Workaround
- No proper workaround is available at the moment. Below command helps to view the page for a very short period.
curl -u <adminUsername>:<adminPassword> -X DELETE "<base_url>/rest/cacheManagement/1.0/cacheEntries"
PowerShell
cURL.exe --request DELETE --url '<base_url>/rest/cacheManagement/1.0/cacheEntries' --user <adminUsername>:<adminPassword>
- Alternate workaround is to use Java11.
Edit: a workaround is to add `--add-opens java.base/java.util.concurrent=ALL-UNNAMED` to the jpms.txt file, and restart Confluence.
- is related to
-
CONFSERVER-91250 Upgrading Windows Confluence to a version with bundled Java 17 does not add the necessary Java Options
-
- Closed
-