Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIRA Not loading #69

Open
AnujNautiyal1956 opened this issue Mar 13, 2018 · 8 comments
Open

JIRA Not loading #69

AnujNautiyal1956 opened this issue Mar 13, 2018 · 8 comments

Comments

@AnujNautiyal1956
Copy link

Hello ,
I am running the Docker Image of Jira on an AWS Redhat EC2 instance .
I am using the port 8085 for my traffic .However when i visit the url JIRA welcome page does open ,but it gets stuck and keeps on loading .
I try try to refresh the page but nothing happens
When i use the Docker ps -a command i can see my container is up and running but the url stops responding.
I have to either stop or completely terminate my EC2 instance and then try again .
This has happened for quite sometime now and i presume it would not work at all .
Kindly advise on this issue

@cptactionhank
Copy link
Owner

JIRA runs on port 8080

@AnujNautiyal1956
Copy link
Author

Hello,
Please find attached screen shot where i have used the port 8080 as you suggested .
The screen shot shows JIRA keeps on loading but there is no response and ultimately i have to close either the instance or kill the container .
atlassiasn_jira

@odiazdom
Copy link

Hi!

I'm actually experiencing this problem too, using an AWS EC2 CentOS Instance (I've made sure it's big enough). Sometimes it goes OK, but then it starts working slowly and it doesn't even load!

I tried to access it through another browser, though, and I managed to connect to the login page but then I logged in an It started to load slowly again... It might be something inside the container, but I'm not sure If It's a JIRA problem or a Docker problem.

When this happened, there where two people using the same login in JIRA.

Any advice?

@AnujNautiyal1956
Copy link
Author

Hello ,
Could you let me know which Ec2 instance are you using ?
I am currently workingn on a t2 Medium Redphat instance .
I presume this could be something related to this .

Regards

@odiazdom
Copy link

I don't think so... I am using a t2.xlarge right now.

@AnujNautiyal1956
Copy link
Author

Hi Martin ,
Kindly advise on this ?

@odiazdom
Copy link

Seems that my problem was two people accessing the same account in JIRA: I've talked with the one I was working with and he confirmed me that it was going okay until I logged in, so...

Right now we've been working with the container, each on its own account, and no problems so far.

@AnujNautiyal1956 problem could be a different thing, although...

@manishalankala
Copy link

Yes i did tried in these in my google cloud

Didn't worked out
docker run --detach --publish 8080:8081 cptactionhank/atlassian-jira:latest
docker run --detach --publish 8180:8081 cptactionhank/atlassian-jira:latest

when i checked in the docker logs container ID

default one of httpservice you can find takes 8080 port

Below steps worked

docker pull cptactionhank/atlassian-jira
Go to GCP firewall rules and specified tcp - 8081
docker run --detach --publish 8081:8080 cptactionhank/atlassian-jira:latest

Here source port is 8081
Destination port is 8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants