wget localhost - connection refused - Atlassian Installation on AWS Announcing the arrival of...
Estimate capacitor parameters
Area of a 2D convex hull
Blender game recording at the wrong time
Stop battery usage [Ubuntu 18]
Is 1 ppb equal to 1 μg/kg?
Single author papers against my advisor's will?
Fishing simulator
What LEGO pieces have "real-world" functionality?
Writing Thesis: Copying from published papers
How should I respond to a player wanting to catch a sword between their hands?
Complexity of many constant time steps with occasional logarithmic steps
Biased dice probability question
Determine whether f is a function, an injection, a surjection
Can a non-EU citizen traveling with me come with me through the EU passport line?
Is it possible to ask for a hotel room without minibar/extra services?
Statistical model of ligand substitution
Working around an AWS network ACL rule limit
Do working physicists consider Newtonian mechanics to be "falsified"?
When is phishing education going too far?
Antler Helmet: Can it work?
Using "nakedly" instead of "with nothing on"
Is drag coefficient lowest at zero angle of attack?
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
If I can make up priors, why can't I make up posteriors?
wget localhost - connection refused - Atlassian Installation on AWS
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Unable to upgrade Ubuntu Server as psa-imp won't uninstallsmbd (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 codeWhy 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;
}
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
add a comment |
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
add a comment |
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
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
networking server firewall wget aws
asked May 16 '18 at 1:05
FreeSoftwareServersFreeSoftwareServers
7561722
7561722
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered 8 mins ago
FreeSoftwareServersFreeSoftwareServers
7561722
7561722
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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