During installation of Confluence 7.2, the server hangs during the setup of the database schema and ends up with a stuck thread. Once the stuck thread recovers and I refresh the page, the batch.css file fails with a 500 error. If I go to the path of the batch.css file, the page says that the container was not started. There are two batch.css files that this happens on: one for the generic style and the other for the setup style.
The server I am running on has 4gb of ram and 3 cpu cores. I've attached the log for Confluence and the stacktrace on the batch.css file.
So it turns out that the problem was not with the amount of RAM or timeouts occurring during the setup. I was accessing the Confluence from behind Cloudflare which automatically caches pages, including the generated `batch.css` and `batch.js` files. By adding a page rule to bypass caching for the application, it fixed everything.
Thanks for trying to help with debugging @brbojorque
In the log it says it stuck, I would suggest to increase the memory allocation.
4GB RAM is a bit low, remember by default Confluence will use 2GB max and 1GB for synchrony.
--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would it be possible to disable synchrony overall and run with 4gb of ram, or would I need to do some other tuning? I am only hosting this for 5 users, so I would like to be able to use as few resources as possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @akrantz ,
Try to decrease the JVM from 2GB to 1GB and try to start it again.
And in your DB please make sure it can handle the DB schema creation.
Use postgresql and optimize the connection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am currently using postgresql, but I'm not sure how to optimize the connect. Do you have any advice?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just redo the DB setup until the Postgres Db is completely done with the schema creation.
I'm sure your PSQL is fine.
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.
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.