I am facing issues with deployment of ArcGIS Monitor on SUSE Linux Enterprise Server 15 Service Pack 4. The installation goes well without any errors however when I try to start the service, I get the error shown below:
XXX:/usr/lib/arcgis/monitor/bin> ./arcgis-monitor
node:internal/errors:477
ErrorCaptureStackTrace(err);
^
Error: spawn netstat ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
at process.runNextTicks [as _tickCallback] (node:internal/process/task_queues:64:3)
at Function.runMain (pkg/prelude/bootstrap.js:1984:13)
at node:internal/main/run_main_module:17:47 {
errno: -2,
code: 'ENOENT',
syscall: 'spawn netstat',
path: 'netstat',
spawnargs: [ '-r', '-n', '-A', 'inet' ],
cmd: 'netstat -r -n -A inet',
stdout: '',
stderr: ''
}
Node.js v18.5.0
I have setup Postgres and configured it according to the directions also provided in the PDF.
I am doing this on two machines and getting similar results, any ideas would help to resolve this issue?
I used the installation instruction PDF that come with the installation files.
Solved! Go to Solution.
Hello,
It appears that netstat may be missing from your machine. Can you please install netstat and then try starting the ArcGIS Monitor service?
Josh
Hello,
It appears that netstat may be missing from your machine. Can you please install netstat and then try starting the ArcGIS Monitor service?
Josh