LSNODE: EEXIST: file already exists, uv_pipe_open

#1
Hello there!

There is a client trying to run some application via Node, and we can run it using pure node, but when we try to run via LSNODE, we get the following error in the logs:

err = this._handle.open(fd);
^

Error: EEXIST: file already exists, uv_pipe_open
at new Socket (net.js:314:26)
at process.getStdin [as stdin] (internal/process/stdio.js:85:19)
at Object.<anonymous> (/srv/xxxxxxxxxxxxxxxxxx/www/index.js:89:9)
at Module._compile (internal/modules/cjs/loader.js:945:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:962:10)
at Module.load (internal/modules/cjs/loader.js:798:32)
at Function.Module._load (internal/modules/cjs/loader.js:711:12)
at Module.require (internal/modules/cjs/loader.js:838:19)
at require (internal/modules/cjs/helpers.js:74:18)
at startApplication (/usr/local/lsws/fcgi-bin/lsnode.js:48:5) {
errno: -17,
code: 'EEXIST',
syscall: 'uv_pipe_open'
}


Can someone here help me with this? =(

Thanks in advance!
 
Top