How to access http://localhost:8090 from external

apopovic77 February 21, 2018

Hi,

i installed confluence on my linux via ssh. Now i can connect via http://localhost:8090/?!? How to do that from external?

Thank you for help.

BR Alexander

3 answers

3 votes
Machadinho
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 21, 2018

Hello Alexander, how are you doing?

 

 

localhost points to the local address of your server, so if you'd like to access it externally, simply use the IP address of your Linux.

e.g. http://192.168.0.15:8090/

  • Use the command ifconfig to find out the IP address of your machine.

Hope that helps!

Regards,

Lucas Machado

apopovic77 February 22, 2018

Hi, Thx for your help. i understand it should work with the ip.

 

First i tried it with my FQDN, i didnt think about the ip. now i realise, that my problem lies somewhere else.

 

cat /opt/atlassian/confluence/logs/catalina.out

Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0) failed; error='Cannot allocate memory' (errno=12)

#

# There is insufficient memory for the Java Runtime Environment to continue.

# Native memory allocation (mmap) failed to map 1073741824 bytes for committing reserved memory.

# An error report file with more information is saved as:

# /tmp/hs_err_pid23305.log

Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000c0000000, 1073741824, 0) failed; error='Cannot allocate memory' (errno=12)

#

# There is insufficient memory for the Java Runtime Environment to continue.

# Native memory allocation (mmap) failed to map 1073741824 bytes for committing reserved memory.

# An error report file with more information is saved as:

# /tmp/hs_err_pid3682.log

 

i guess i need get more memory.

 

thank you for your help.

 

BR ALex

Kurt Klinner
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.
February 22, 2018

@apopovic77

 

Hi Alex

 

either you have to less memory in your box to satisfy the needs of Confluence or your heap  config needs to be adjusted.

Br

 

Kurt

apopovic77 February 22, 2018

Hi Kurt,

i installed it on a linode.com host which only has 1 GB RAM. I know saw that the minimum requirements for confluence is 6 GB.

I guess i need a different server.

Thx Alexander

Kurt Klinner
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.
February 22, 2018

@apopovic77

 

Jepp, looks like

Let me know how it goes as soon as you have a larger server available

 

Cheers

Kurt

0 votes
Kurt Klinner
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.
February 21, 2018

Hi Alex,

 

check https://confluence.atlassian.com/confkb/forcing-confluence-to-bind-a-specific-interface-237569002.html for more details.

 

Another option if you would stick to use localhost, would be to run an nginx as reverse proxy in front of your instance

 

BR

Kurt

0 votes
Sid
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.
February 21, 2018

ip address:8090  should work.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events