I have just installed jira. I crossed the db setup and all. While choosing the avatar internet got disconnected. After got internet, Im not able to continue the further steps. I am getting error while type my ip 64.202.186.248:8080 it showing "
64.202.186.248 refused to connect.
You would need to drop your database and reinstall JIRA.
While JIRA has not gotten to the Dashboard, it is not truly installed.
Hence:
I hope this helps.
Cheers
@Ismael Jimoh thanks for your reply. I am trying to stop my jira but I can't. It showing error like this. "PID file found but either no matching process was found or the current user does not have permission to stop the process. Stop aborted."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Potentially the instance is no longer running. I will suggest looking at your running applications on linux you can run (ps aux|grep jira) to see if it is running.
If it isn't then you can always continue the other steps mentioned.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh I run that command it showing "root 2775 0.0 0.0 112708 980 pts/0 S+ 03:52 0:00 grep --color=auto jira" I tried "kill -9 2775" but I can't able to kill the process. It showing "No such process"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh thank you so much I follow those steps which you have mentioned. Now working. Thanks a lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh I have another one issue. Server connection refused automatically for every 15min. It showing
64.202.186.248 refused to connect.
ERR_CONNECTION_REFUSED
Can you please help me to solve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately I will need more information because this seems more like a network error than one from JIRA if it is happening every 15 minutes.
Without more information on the error you get, it is hard to confirm what the root cause is.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh I am working on jira. but suddenly it showing "This site can't be reached" "Refused to connect". After restart jira its working and suddenly again going down. its showing "Refused to connect"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Slice Carving ,
Please grab us some logs as it would be the best way to determine why you are getting the error you are reporting.
There could be any number of things that could be causing your JIRA to behave as it is, from insufficient resource, to not able to communicate with database, e.t.c.
The logs before you last restart would help shed some light.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh I checked error log. This is my error "2019-07-09T22:06:26.511-0700: 287.906: [GC (Allocation Failure) 2019-07-09T22:06:26.512-0700: 287.908: [DefNew: 356797K->284K(401152K), 0.1186361 secs] 891557K->535044K(1292420K), 0.1200772 secs] [Times: user=0.12 sys=0.00, real=0.12 secs]"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its not working for me, Is there any other solutions for this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your question is bit confusing me. Why do you need internet connection for installing Jira server?
Is database running on same server or on remote server?
What does logs show? Check logs for detailed troubleshooting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Suhas P thanks for your response. I checked error log. This is my error "2019-07-09T22:06:26.511-0700: 287.906: [GC (Allocation Failure) 2019-07-09T22:06:26.512-0700: 287.908: [DefNew: 356797K->284K(401152K), 0.1186361 secs] 891557K->535044K(1292420K), 0.1200772 secs] [Times: user=0.12 sys=0.00, real=0.12 secs]"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This means there no enough space for GC. JVM ran out of space during Garbage collection. Could you tell how much ram do you have on the server and how much is allocated for Java heap?
Try increasing java heap memory in setenv.sh (in Unix based) file in <jira_instaltion>/bin directory.
https://confluence.atlassian.com/adminjiraserver/increasing-jira-application-memory-938847654.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Suhas P Already I have a
JVM_MINIMUM_MEMORY="384m"
JVM_MAXIMUM_MEMORY="2048m"
but still having same problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try keeping both Min and max values same 2G.
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.
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.