Please some one help us in below issue
When jira end users try to access it then it displayed a white screen .
This problem suddenly started. Our jira application running on linux machine.
Linux machine memory is 1GB.
We have 15 projects , 150 users and 4K issues.
I enquired with linux admin team regarding this issue .
Admin Team told memory exausted on linux machine.
Now memory increased from 1GB to 4GB.
Currently allowcated memory for JIRA in setenv.sh is as follows
JVM_MINIMUM_MEMORY="256m"
JVM_MAXIMUM_MEMORY="768m"
do i need to increase these memory to avoid problem?
Hello,
Please, clarify if the issue is happening when the users tries to access every page of JIRA, even the login Dashboard.
Also, see the documentation below for increasing the JVM memory, you may want to give it a try:
https://confluence.atlassian.com/display/JIRA/Increasing+JIRA+Memory
In the majority of the cases that I've seen a blank screen, the cause was actually user trying to access JIRA without the context path in the URL.
You may check in your server.xml if you have context path and make sure the users are using it in the URL.
<Context docBase="${catalina.home}/atlassian-jira" path="/jira" reloadable="false" useHttpOnly="true">
In this example the context path is /jira
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for reply. This jira is in use from 2012 , suddenly this problem started.
Could you tell me for existing jira also give this kind of problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more thing , if its a context path problem then why it gives memory exausted error on linux server machine
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.