Forums

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

Cannot access port 8090 for confluence 5.5 in linux

Jerin ABraham May 26, 2014

Hi,

I installed confluence 5.5 in linux. I tried to connect to port 8090 I cant access. Help Please.

3 answers

0 votes
Jerin ABraham May 27, 2014

No port 8090 is not running. I did this:

<address>vi /etc/sysconfig/iptables</address>

Append rule as follows:

<address>-A INPUT -m state –state NEW -m tcp -p tcp –dport port_number -j ACCEPT</address><address>-make sure you change the port_number to actual number (8090 or 8088)</address>

Restart iptables:

<address># /etc/init.d/iptables restart</address>

Verify that port is open:

<address># netstat -tulpn | less</address><address> </address><address> </address><address>still not working. What to do?</address>
0 votes
Nic Brough -Adaptavist-
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.
May 27, 2014

What does your atlassian-confluence.log say? And the catalina.out file too?

What does "netstat -plant | grep 8090" get back? (Or, a lot less detailed, but should be independent of unix flavour, just "netstat -a | grep 8090"

But seriously, log files are your friend.

0 votes
William Zanchet [Atlassian]
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.
May 26, 2014

Hi Jerin,

I'd run the following command against your Linux box to see if indeed Confluence is running under 8090:

netstat -ntpl

Also, take a look in the atlassian-confluence.log to see if you can find an error there.
Cheers,

wz

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events