We recently upgraded from 6.2 to 6.12.0, and cannot now create any new spaces.
There are no errors in the logs when we try.
The error message we get is 'An unknown server error has occurred'
Hi Matt,
I would recommend reviewing Troubleshooting Issues with Page and Space Creation and making sure that your Java and database versions are compatible.
As for your logs, it does actually write a message about why the creation failed. Can you confirm which log file you looked at?
Be sure that it's located at <home directory>/logs/atlassian-confluence-log. You can try to tail the logs and then try to create a space, and you'll see the exact error message caused by this:
tail -f atlassian-confluence-log
If you still have issues, then I would recommend that you raise a support ticket and include your Support Zip so we can get a copy of your full logs and setup in order to help determine what the issue is.
Regards,
Shannon
Thanks for the reply Shannon.
My issues looks like this one. https://community.atlassian.com/t5/Confluence-questions/Unknown-server-error-when-trying-to-create-a-space/qaq-p/903634
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matt,
It does indeed, but the log files I mentioned would help us to determine the reason for sure.
At any rate, were you successful in correcting the issue with Julian's workaround mentioned on the discussion?
If not, please provide the logs as I requested. If you have any difficulty obtaining those, you can go ahead and create the support ticket and include your support zip, and we can help you from there!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The logs matched exactly what was in that ticket.
As for the fix, we've raised a change internally yo perform it next week.
Regards
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Matt,
Thank you for letting me know that! Please feel free to follow up here if you are unsuccessful with the workaround, and I can help you to raise the ticket for the team.
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I tries
DROP TABLE "AO_54C900_SPACE_BLUEPRINT_AO";
DROP TABLE "AO_54C900_C_TEMPLATE_REF";
DROP TABLE "AO_54C900_CONTENT_BLUEPRINT_AO";
and remove:
<confluence-home>/bundled-plugins
<confluence-home>/plugins-cache
<confluence-home>/plugins-osgi-cache
<confluence-home>/plugins-temp
<confluence-home>/bundled-plugins_language
And restart confluence 6.15 but still error An unknown server error has occurred :(
Need help for you, thanks so much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tuan,
Thank you for contacting us. You can confirm that you completely stopped Confluence prior to dropping the lines in the table?
Can you also confirm that the user running Confluence has full read/write privileges to the confluence-home directory?
If you continue to have issues, we'll need to know the following:
Thank you for your help!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was unable to create a space with the same error An unknown server error has occured.
This was a problem with the sql_mode parameter in mysql database.
The value was set to 'NO_AUTO_VALUE_ON_ZERO'. This is not good.
I modified the my.cnf configuration file of mysql, I added : sql_mode=""
Restart mysql server
Restart Confluence and the error is gone on my server instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lazom,
Thank you for reaching out to us here on Community. This issue must be really frustrating.
It appears that you've replied on an old thread that may not be related, so it will be hard to get people to view your question and be able to help you.
I would recommend that you create a brand-new question with your situation. That way the community will see it first, and be able to follow-up with you.
Let me know if you have any trouble.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shannon,
I was just saying that I had the error "An unknown server error has occured." and that I resolved it. I am sharing my experience : In case of a mySql database, the sql_mode parameter in mysql database must not be 'NO_AUTO_VALUE_ON_ZERO' as I said in the previous post, it resolved my problem. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Lazom,
Oh, well then, thank you so much for sharing that! Glad you were able to resolve the issue.
Take care,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.