Confluence Administrators Can't See Space Admin Link
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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
Symptoms
Confluence Administrators Can't See Space Admin link. Confluence is integrated with Crowd.
Cause
The Hibernate Repository is enabled in confluence/WEB-INF/classes/atlassian-user.xml
. Crowd does not require this repository and this can interfere.
Resolution
Remove this line from confluence/WEB-INF/classes/atlassian-user.xml
and restart Confluence:
1
<hibernate name="Hibernate Repository" key="hibernateRepository" description="Hibernate Repository" cache="true" />
This file should only contain the Crowd repository configuration. Refer to Integrating Crowd with Atlassian Confluence for more details.
If the above procedure does not work, then try to change your current theme to the 'Default Theme' - more details about how to change the Theme can be found here.
Was this helpful?