What is your server spec ? are you running other nodes / databases/ VMs etc on that same server?
Too many open files usually means that a process has exceeded the maximum number of open files
you can see the limit ulimit -n
then try to temporarily increase it ulimit -n 4096
. and try to spin off the node.
You can adjust 4096
to a higher.