Hi,
I haved installed jira, but when i open the setup page en fill in the database configuration. The pages loads forever and in the logs i see a out of memory exception.
"(java.lang.OutOfMemoryError: unable to create new native thread)"
Does anyone know how to fix this?
Damian
Hello @Damian
Please, check the following article:
Hello @Grigory Salnikov
Thank you for your help. Unfortunalety the link you describe does not fix the problem.
I followed every step but the jira keeps showing me the error page and the logs still says the error as described above.
I run jira in a virtual machine, is it possible the problem lays there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Damian !
Yes, it might be the issue. How much free RAM does your server have? You can check it using the following command:
free -m
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, have a look at some recommendations here:
it might help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The virtual machine has 7.4 gb ram left, i do not have access to host machine. (It is hosted by strato.nl)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The article jou provided has fixed the problem. Thank you for your help, your amazing.
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.
Hi @Damian
You can increase the heap size following the steps here:
If you are increasing the heap size to be more than 4gb, we recommend using G1GC as it is more efficient for instance with larger heap
To use G1GC, please add this parameter to the JVM arguments as per Setting properties and options on startup and then restart JIRA
-XX:+UseG1GC
(i) Restart JIRA for the changes to take effect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Adrian Stephen
Thank you for your help, unfortunately increasing the heap size doesnot fix this problem. I have raised the heapsize to 4gb. Which should be enough i think, as this is a fresh installation with no users and projects yet.
If it helps, in the logs i see error that the navigation plugin could not be loaded. Maybe the problem lies there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds like you need to increase the amount of RAM you have allocated on the server. The link below may be of some help:
https://confluence.atlassian.com/doc/server-hardware-requirements-guide-30736403.html
I recommend increasing the RAM, restarting and running the installer again.
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.