wget localhost - connection refused - Atlassian Installation on AWSsmbd (samba daemon) does not listen on ports 139/445OpenVPN working when started from CLI, but not when started using init.d script on bootmy local cisco devices to backup on my local lappy as tftp server in Ubuntu 16.04Unable to install docker - invoke-rc.d: initscript docker, action “start” failedFailed to start raise network interface on Ubuntu 16.04ping: unknown host google.com and host unreachableping 8.8.8.8services failing to start - control process exited with error codeInstall Redis-Server on Ubuntu 16.04 LTS minimalWhy does Apparmor fail after I install MySQL on 18.04.1 LTS?site inaccesible when i run a vhost

What force enables us to walk? Friction or normal reaction?

Should I intervene when a colleague in a different department makes students run laps as part of their grade?

Is there an antonym(a complementary antonym) for "spicy" or "hot" regarding food (I DO NOT mean "seasoned" but "hot")?

How can I say in Russian "I am not afraid to write anything"?

What would the United Kingdom's "optimal" Brexit deal look like?

Scam? Checks via Email

tabularx caption is shown multiple times in list of tables

Does Dispel Magic destroy Artificer Turrets?

Filter search results by multiple filters in one operation

Japanese reading of an integer

Why does Canada require bilingualism in a lot of federal government posts?

Why do they sell Cat 5 Ethernet splitters if you can’t split the signal?

How could Nomadic scholars effectively memorize libraries worth of information

Is there a word to describe someone who is, or the state of being, content with hanging around others without interacting with them?

Telling manager project isn't worth the effort?

Why would anyone ever invest in a cash-only etf?

How to store my pliers and wire cutters on my desk?

Exploiting the delay when a festival ticket is scanned

To find islands of 1 and 0 in matrix

How did "ordnance" lose the "i"?

Is there a way to know the composition of a Team GO Rocket before going into the fight?

What language is Raven using for her attack in the new 52?

Why tantalum for the Hayabusa bullets?

Why were contact sensors put on three of the Lunar Module's four legs? Did they ever bend and stick out sideways?



wget localhost - connection refused - Atlassian Installation on AWS


smbd (samba daemon) does not listen on ports 139/445OpenVPN working when started from CLI, but not when started using init.d script on bootmy local cisco devices to backup on my local lappy as tftp server in Ubuntu 16.04Unable to install docker - invoke-rc.d: initscript docker, action “start” failedFailed to start raise network interface on Ubuntu 16.04ping: unknown host google.com and host unreachableping 8.8.8.8services failing to start - control process exited with error codeInstall Redis-Server on Ubuntu 16.04 LTS minimalWhy does Apparmor fail after I install MySQL on 18.04.1 LTS?site inaccesible when i run a vhost






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am trying to debug why I get a connection error when trying to setup Confluence on an AWS Instance.



I tried to do a simple test command on the CLI and got an error "Connection Refused" which makes me think perhaps its a Ubuntu Firewall issue, but I disabled UFW and it doesn't seem to have FirewallD. What other culprits/things could I try to disable/configure?



root@confluence:/usr/src# wget http://localhost:8090
--2018-05-16 01:03:37-- http://localhost:8090/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8090... failed: Connection refused.

root@confluence:/usr/src# free -m
total used free shared buff/cache available
Mem: 990 191 145 11 653 627
Swap: 0 0 0

root@confluence:/usr/src# systemctl status confluence
● confluence.service
Loaded: loaded (/etc/init.d/confluence; bad; vendor preset: enabled)
Active: active (exited) since Wed 2018-05-16 01:03:25 UTC; 1min 3s ago
Docs: man:systemd-sysv-generator(8)
Process: 22595 ExecStart=/etc/init.d/confluence start (code=exited, status=0/SUCCESS)

May 16 01:03:25 confluence confluence[22595]: To run Confluence in the foreground, start the server with start-confluence.sh -fg
May 16 01:03:25 confluence confluence[22595]: executing using dedicated user: confluence
May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session opened for user confluence by (uid=0)
May 16 01:03:25 confluence confluence[22595]: If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DO
May 16 01:03:25 confluence confluence[22595]: Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
May 16 01:03:25 confluence confluence[22595]: Existing PID file found during start.
May 16 01:03:25 confluence confluence[22595]: Removing/clearing stale PID file.
May 16 01:03:25 confluence confluence[22595]: Tomcat started.
May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session closed for user confluence
May 16 01:03:25 confluence systemd[1]: Started confluence.service.









share|improve this question






























    2















    I am trying to debug why I get a connection error when trying to setup Confluence on an AWS Instance.



    I tried to do a simple test command on the CLI and got an error "Connection Refused" which makes me think perhaps its a Ubuntu Firewall issue, but I disabled UFW and it doesn't seem to have FirewallD. What other culprits/things could I try to disable/configure?



    root@confluence:/usr/src# wget http://localhost:8090
    --2018-05-16 01:03:37-- http://localhost:8090/
    Resolving localhost (localhost)... 127.0.0.1
    Connecting to localhost (localhost)|127.0.0.1|:8090... failed: Connection refused.

    root@confluence:/usr/src# free -m
    total used free shared buff/cache available
    Mem: 990 191 145 11 653 627
    Swap: 0 0 0

    root@confluence:/usr/src# systemctl status confluence
    ● confluence.service
    Loaded: loaded (/etc/init.d/confluence; bad; vendor preset: enabled)
    Active: active (exited) since Wed 2018-05-16 01:03:25 UTC; 1min 3s ago
    Docs: man:systemd-sysv-generator(8)
    Process: 22595 ExecStart=/etc/init.d/confluence start (code=exited, status=0/SUCCESS)

    May 16 01:03:25 confluence confluence[22595]: To run Confluence in the foreground, start the server with start-confluence.sh -fg
    May 16 01:03:25 confluence confluence[22595]: executing using dedicated user: confluence
    May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session opened for user confluence by (uid=0)
    May 16 01:03:25 confluence confluence[22595]: If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DO
    May 16 01:03:25 confluence confluence[22595]: Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
    May 16 01:03:25 confluence confluence[22595]: Existing PID file found during start.
    May 16 01:03:25 confluence confluence[22595]: Removing/clearing stale PID file.
    May 16 01:03:25 confluence confluence[22595]: Tomcat started.
    May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session closed for user confluence
    May 16 01:03:25 confluence systemd[1]: Started confluence.service.









    share|improve this question


























      2












      2








      2








      I am trying to debug why I get a connection error when trying to setup Confluence on an AWS Instance.



      I tried to do a simple test command on the CLI and got an error "Connection Refused" which makes me think perhaps its a Ubuntu Firewall issue, but I disabled UFW and it doesn't seem to have FirewallD. What other culprits/things could I try to disable/configure?



      root@confluence:/usr/src# wget http://localhost:8090
      --2018-05-16 01:03:37-- http://localhost:8090/
      Resolving localhost (localhost)... 127.0.0.1
      Connecting to localhost (localhost)|127.0.0.1|:8090... failed: Connection refused.

      root@confluence:/usr/src# free -m
      total used free shared buff/cache available
      Mem: 990 191 145 11 653 627
      Swap: 0 0 0

      root@confluence:/usr/src# systemctl status confluence
      ● confluence.service
      Loaded: loaded (/etc/init.d/confluence; bad; vendor preset: enabled)
      Active: active (exited) since Wed 2018-05-16 01:03:25 UTC; 1min 3s ago
      Docs: man:systemd-sysv-generator(8)
      Process: 22595 ExecStart=/etc/init.d/confluence start (code=exited, status=0/SUCCESS)

      May 16 01:03:25 confluence confluence[22595]: To run Confluence in the foreground, start the server with start-confluence.sh -fg
      May 16 01:03:25 confluence confluence[22595]: executing using dedicated user: confluence
      May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session opened for user confluence by (uid=0)
      May 16 01:03:25 confluence confluence[22595]: If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DO
      May 16 01:03:25 confluence confluence[22595]: Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
      May 16 01:03:25 confluence confluence[22595]: Existing PID file found during start.
      May 16 01:03:25 confluence confluence[22595]: Removing/clearing stale PID file.
      May 16 01:03:25 confluence confluence[22595]: Tomcat started.
      May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session closed for user confluence
      May 16 01:03:25 confluence systemd[1]: Started confluence.service.









      share|improve this question














      I am trying to debug why I get a connection error when trying to setup Confluence on an AWS Instance.



      I tried to do a simple test command on the CLI and got an error "Connection Refused" which makes me think perhaps its a Ubuntu Firewall issue, but I disabled UFW and it doesn't seem to have FirewallD. What other culprits/things could I try to disable/configure?



      root@confluence:/usr/src# wget http://localhost:8090
      --2018-05-16 01:03:37-- http://localhost:8090/
      Resolving localhost (localhost)... 127.0.0.1
      Connecting to localhost (localhost)|127.0.0.1|:8090... failed: Connection refused.

      root@confluence:/usr/src# free -m
      total used free shared buff/cache available
      Mem: 990 191 145 11 653 627
      Swap: 0 0 0

      root@confluence:/usr/src# systemctl status confluence
      ● confluence.service
      Loaded: loaded (/etc/init.d/confluence; bad; vendor preset: enabled)
      Active: active (exited) since Wed 2018-05-16 01:03:25 UTC; 1min 3s ago
      Docs: man:systemd-sysv-generator(8)
      Process: 22595 ExecStart=/etc/init.d/confluence start (code=exited, status=0/SUCCESS)

      May 16 01:03:25 confluence confluence[22595]: To run Confluence in the foreground, start the server with start-confluence.sh -fg
      May 16 01:03:25 confluence confluence[22595]: executing using dedicated user: confluence
      May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session opened for user confluence by (uid=0)
      May 16 01:03:25 confluence confluence[22595]: If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DO
      May 16 01:03:25 confluence confluence[22595]: Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
      May 16 01:03:25 confluence confluence[22595]: Existing PID file found during start.
      May 16 01:03:25 confluence confluence[22595]: Removing/clearing stale PID file.
      May 16 01:03:25 confluence confluence[22595]: Tomcat started.
      May 16 01:03:25 confluence runuser[22602]: pam_unix(runuser:session): session closed for user confluence
      May 16 01:03:25 confluence systemd[1]: Started confluence.service.






      networking server firewall wget aws






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 16 '18 at 1:05









      FreeSoftwareServersFreeSoftwareServers

      7961 gold badge7 silver badges22 bronze badges




      7961 gold badge7 silver badges22 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0














          I was using a low powered server. I literally had to leave it over night and it was working the next day. I'm not 100% sure this was the issue but please try that approach.






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036756%2fwget-localhost-connection-refused-atlassian-installation-on-aws%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I was using a low powered server. I literally had to leave it over night and it was working the next day. I'm not 100% sure this was the issue but please try that approach.






            share|improve this answer





























              0














              I was using a low powered server. I literally had to leave it over night and it was working the next day. I'm not 100% sure this was the issue but please try that approach.






              share|improve this answer



























                0












                0








                0







                I was using a low powered server. I literally had to leave it over night and it was working the next day. I'm not 100% sure this was the issue but please try that approach.






                share|improve this answer













                I was using a low powered server. I literally had to leave it over night and it was working the next day. I'm not 100% sure this was the issue but please try that approach.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 15 at 4:20









                FreeSoftwareServersFreeSoftwareServers

                7961 gold badge7 silver badges22 bronze badges




                7961 gold badge7 silver badges22 bronze badges






























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036756%2fwget-localhost-connection-refused-atlassian-installation-on-aws%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?