Jira linux installation

Matt Morrison December 13, 2016

I'm trying to install JIRA 7.2.4 on a linux VM. I'm ONLY using this to migrate issues from Bugzilla (and then to JIRA cloud).

Installation looked successful but trying to browse to <myhostname>:8080 gives me a connection refused error. I think port 8080 is open

tcp        0      0 :::8080                     :::*                        LISTEN      25490/java          

 

2 answers

0 votes
Matt Morrison December 14, 2016

Awesome - worked. Thanks!

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 13, 2016

Probably you need to open port in the firewall. For CENTOS 7 which is my favorite linux flavor I run command like this:

firewall-cmd --zone=public --add-port=8080/tcp --permanent

More details for CENTOS 7: http://stackoverflow.com/questions/24729024/centos-7-open-firewall-port

This is system specific so please do research for your type of linux.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events