Install Jira Server 6.3.3 on Ubuntu 14.04 successful but cannot run localhost:8080

Ronn Nguyen August 15, 2014

I have try to install many time Jira 6.3.3 on Ubuntu 14.04 (512MB Ram) by executing the .bin file.

Below is

#java -version:

- java version "1.7.0_65"

- Java(TM) SE Runtime Environment (build 1.7.0_65-b17)

- Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

and

#apache2 -v

Server version: Apache/2.4.7 (Ubuntu)

Server built: Jul 22 2014 14:36:38

Now I my installation

I execute the command

#sudo ./atlassian-jira-6.3.3-x64.bin

choose default option

And the jira 6.3.3 installed successful

But I can NOT access to http://localhost:8080on local brower or http://104.131.212.195:8080/from another computer.

Anybody know reason why I got this break?
Please let me know what is my missing?

2 answers

0 votes
Diego Zarpelon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 15, 2014

you may be having a problem with your firewall.

try doing iptables -A INPUT --dport 8080 -j ACCEPT

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 15, 2014

What does "can not access" mean? What's the error message?

Is Jira actually running?

Are you sure you have it on port 8080? Does netstat -plant tell you "java" or "tomcat" is listening on port 8080?

(Forget apache for now, concentrate on getting Jira up locally - might be worth turning off apache completely so it doesn't get in the way)

Suggest an answer

Log in or Sign up to answer