Forums

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

Windows Confluence server IP address change

Arsie Eyetea July 8, 2019

I changed the domain and IP address of my Confluence server. Version is 6.14.3

 

I can't access the server now. DNS is updated. I can ping and access the server. 

 

I saw notes about modifying the server.xml file but my server.xml file doesn't match the examples shown online. 

 

I get:

 

This site can’t be reached

atlas refused to connect.

Try:

ERR_CONNECTION_REFUSED

2 answers

1 accepted

0 votes
Answer accepted
Arsie Eyetea July 8, 2019

Hi. I was actually able to telnet to port 8090 from the network. It was listening. I wound up just removing Confluence completely, installing fresh and importing my database :) problem solved. Thanks for your input!

0 votes
JP _AC Bielefeld Leader_
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.
July 8, 2019

Hi,

are you accessing the Confluence server directly or do you use a reverse proxy between the Confluence server & your browser?

Best

JP

JP _AC Bielefeld Leader_
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.
July 8, 2019

Ah, and one more idea:

Did you check the settings of the local windows firewall?

Best

JP

Arsie Eyetea July 8, 2019

Hi, thanks for your response. I'm not sure if I'm using a reverse proxy. I'm accessing the server at its local IP:8090. 

Windows Firewall is off and stays off. 

 

I added the "address="127.0.0.1" field to the server.xml file found in  C:\Program Files\Atlassian\Confluence\conf

 

 

HTTP - Proxying Confluence via Apache or Nginx over HTTP

If you're proxying traffic to Confluence over HTTP, uncomment the connector below and comment out the others.
Make sure you provide the right information for proxyName and proxyPort.

For more information see:
Apache - https://confluence.atlassian.com/x/4xQLM
nginx - https://confluence.atlassian.com/x/TgSvEg

==============================================================================================================
-->

<!--
<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
address="127.0.0.1"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="http" proxyName="<subdomain>.<domain>.com" proxyPort="80"/>

Arsie Eyetea July 8, 2019

Also, after modifying that I restarted the Windows Server, restarted the confluenceSQl service and started the Tomcat server. 

Arsie Eyetea July 8, 2019

More to this: I can't even access Confluence directly from the server it's on. localhost:8090 doesn't work. 

 

This site can’t be reached

localhost refused to connect.

 

ERR_CONNECTION_REFUSED

JP _AC Bielefeld Leader_
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.
July 8, 2019

Hi,

open a command window & enter: netstat -an

You should watch for the LISTEN rows & your port 8090

Setting 127.0.0.1 as a listener address can be misleading. Try using the real IP address of the server in the server.xml

Best

JP

Arsie Eyetea July 8, 2019

Hi. I was actually able to telnet to port 8090 from the network. It was listening. I wound up just removing Confluence completely, installing fresh and importing my database :) problem solved. Thanks for your input!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events