This error can happen with any of shared libraries in
As user root, from your installation’s /bin directory, type the following:root@<host>:/opt/Niagara/Niagara-3.8.n/bin# . ./.niagara
Then try whatever command you used to produce this error again (wb, nre, niagarad, station).
This error can happen when starting a station. In the Linux OS, ports 1-1024 are “root ports,” meaning only an application
running with root privileges may bind to them. Since 'station' is running as the user 'niagara' (who does not have root privileges), it cannot bind to port 80. If you have not configured your station to start on a port
above 1024, you will see this error.
To fix this error, configure your station to start its WebService bound to port 8080, or another port above 1024.
Large Supervisor stations typically require more file descriptors than the default number set for most distributions. The situation may occur where you have many concurrently open files (histories, alarms, etc.) which causes the exception, “Too many files open”. This simply means the file descriptor (FD) limit is set too low. Use means available to increase the limit to a greater value.