Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect ECONNREFUSED 127.0.0.1:8529 #876

Closed
PhuongThaoNguyen opened this issue Mar 7, 2019 · 3 comments
Closed

connect ECONNREFUSED 127.0.0.1:8529 #876

PhuongThaoNguyen opened this issue Mar 7, 2019 · 3 comments

Comments

@PhuongThaoNguyen
Copy link

Expected Behavior

run OTnode in testnet network

Actual Behavior

Steps to Reproduce the Problem

2019-03-07T07:44:59.895Z - error - Please make sure Arango server is up and running
{ Error: connect ECONNREFUSED 127.0.0.1:8529
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 8529,
response: undefined }
2019-03-07T07:44:59.898Z - info - Notifying Bugsnag of exception...

Specifications

  • Version:
  • Platform:
@PhuongThaoNguyen
Copy link
Author

screenshot from 2019-03-05 14-42-52

@user01010111
Copy link

This was happening to me as well, however (for me, at least) this was caused by running docker via "sudo".

To get this to work you need to run as root, so "sudo su" to move to root, then run your commands from there.

I'd recommend you:

sudo su
docker container rm otnode
docker run -it --name=otnode -p 8900:8900 -p 5278:5278 -p 3000:3000 -v /root/.origintrail_noderc:/ot-node/.origintrail_noderc quay.io/origintrail/otnode-mariner:release_mariner

Note the "docker run" command above has an absolute path, not the "~/.origintrail_noderc" path which I think is what was breaking it when run via sudo.

Also, your screenshot exposes your wallet address, your houston password and your public IP address. I would highly recommend you destroy the wallet and change your identity so these items are redacted correctly.

@djordjekovac
Copy link
Contributor

This issue is being closed as inactive due to the date of the last activity on it. If you believe this is still a problem, please create a new issue and confirm that it is reproducible in the current ot-node release version.

We are working towards closing open issues that meet specific criteria and ask you to create a new one for those that that are truly bugs in current release. We'll be monitoring those issues so that they are properly managed.

Thank you,
OriginTrail Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants