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

I get this error whenever i start ./genieacs-sim #23

Open
Nirmeen23 opened this issue Jul 29, 2024 · 1 comment
Open

I get this error whenever i start ./genieacs-sim #23

Nirmeen23 opened this issue Jul 29, 2024 · 1 comment

Comments

@Nirmeen23
Copy link

/home/ubuntu/genieacs-sim/simulator.js:288
if (err) throw err;
^

Error: connect ECONNREFUSED 127.0.0.1:7547
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
Simulator 000000 died (1). Restarting in 10 seconds...

@vagkaefer
Copy link

The simulator is trying to connect to the ACS server at 127.0.0.1:7547 and is not succeeding.

Is your ACS on localhost and on this port? Check the parameters.

Use the --help option to see the parameters.

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

2 participants