Dear community,
we ran into problems after upgrading a dockered Confluence Server from 8.3.2 to 8.3.3 due to CVE-2023-22515.
After the upgrade confluence shows the error
License Inconsistency: Confluence support and upgrades for your current license have expired
When accessing the page to enter the license key, a system error is shown with the cause
Unable to find resource '/template/simple/textarea.vm'
In the docker logs we see the error
Catalina-utility-1 ERROR Unable to create Filter com.atlassian.confluence.impl.logging.filter.BurstFilter due to ClassNotFoundException:com.atlassian.confluence.impl.logging.filter.BurstFilter java.lang.ClassNotFoundException: com.atlassian.confluence.impl.logging.filter.BurstFilter
Any information or solution would be appreciated!
Hi,
we managed to fix this issue by creating the "simple" theme in the confluence docker container which then allowed us to re-enter our current license and restart confluence.
We created the "simple" theme by copying the aui theme into the direcetory confluence expected the simple theme to exist in as follows:
docker exec -it confluence_app_1 /bin/bash
cd /opt/atlassian/confluence/confluence/template
cp -r aui simple
We could then reload the page to enter our license key, enter the key and restart confluence.
@Simon Thelen simple but working, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.