when i try to create a new space i got: An unknown server error has occurred.
simple like that.
Hello there Gustavo!
I would like to start off by understanding a few points:
1- has this worked at some point in the past?
2- is this instance a new instance?
3- was there any change applied to the instance?
4- what database are you currently using?
5- which version of Confluence are you running?
The error reported is relatively known and seems to stem from problematic blueprints in your instance. Other customers had similar issues, like in this other Community thread:
- Unknown server error when trying to create a space
The steps provided there are the following:
Solution:
1- Backup database or even better the whole system ( VM snapshot / XM backup ). You better try this on your staging / dev system!
2- Shutdown Confluence
3- Delete tables:
DROP TABLE "AO_54C900_SPACE_BLUEPRINT_AO";
DROP TABLE "AO_54C900_C_TEMPLATE_REF";
DROP TABLE "AO_54C900_CONTENT_BLUEPRINT_AO";
4- Clean plugin cache: https://confluence.atlassian.com/confkb/how-to-clear-confluence-plugins-cache-297664846.html
5- Restart Confluence
Keep in mind that trying this workaround in a test environment is the best approach! Procedures that deal with your database directly must be treated with extra care. Knowing this, we strongly advise to always backup your database before touching it.
Please, let us know your thoughts on this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1- has this worked at some point in the past?
yes, for 3 days worked.
2- is this instance a new instance?
new and fresh instance, with 3 days of years old
3- was there any change applied to the instance?
no, if had, was in configuration. Not in server envoiriment.
4- what database are you currently using?
mysql 5.7.24
5- which version of Confluence are you running?
6.12.2
Obs1)
when i try to delete -> AO_54C900_CONTENT_BLUEPRINT_AO
#1217 - Cannot delete or update a parent row: a foreign key constraint fails
Obs2)
works, with only 2 tables removed.
now i acan add spaces again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!Online 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.