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

how to start genieacs-sim without error #13

Open
raulllima opened this issue Jun 2, 2021 · 1 comment
Open

how to start genieacs-sim without error #13

raulllima opened this issue Jun 2, 2021 · 1 comment

Comments

@raulllima
Copy link

root@fqdn:~/genieacs-sim# ./genieacs-sim
Simulator 000000 started
/root/genieacs-sim/simulator.js:288
if (err) throw err;
^

Error: connect ECONNREFUSED 127.0.0.1:7547
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1133:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7547
}
Simulator 000000 died (1). Restarting in 10 seconds...
^C

@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