Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira install GUI not showing in browser

eiger3970
Contributor
September 12, 2018

I installed Jira on CentOS minimal from machine1 via terminal, onto machine2.

CLI install was smooth and I see the final message:

[code]

Installation of JIRA Software 7.12.1 is complete
Your installation of JIRA Software 7.12.1 is now ready and can be accessed
via your browser.
JIRA Software 7.12.1 can be accessed at http://localhost:8080
Finishing installation ...
[root@localhost home]#

[/code]

On machine1 > Browser > 192.168.1.141:8080 error: This site can't be reached.

Machine1 can ping machine2.

How can I view the GUI?

3 answers

0 votes
eiger3970
Contributor
September 12, 2018

Solved by using man firewall-cmd.

Open port: firewall-cmd --add-port=8080/tcp

List open ports: firewall-cmd --list-all

Save as permanent rule: firewall-cmd --runtime

 

For some reason, CentOS or Jira install default doesn't have port 8080 open...why?

0 votes
Orkun Gedik
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.
September 12, 2018

Hello,

Can you run "ps -ef | grep jira" command on machine2 and share the result here please.

0 votes
Alexey Matveev
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.
September 12, 2018

Hello,

Are you sure that you do not have any firewalls in machine2?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events