Getting the error below, but I see nothing in use using that same port (or any indication of what port is required through events.js at all...)
events.js:72
throw er; // Unhandled 'error' event
^
Error: bind EADDRINUSE
at errnoException (net.js:901:11)
at net.js:1081:30
at Object.1:1 (cluster.js:592:5)
at handleResponse (cluster.js:171:41)
at respond (cluster.js:192:5)
at handleMessage (cluster.js:202:5)
at process.EventEmitter.emit (events.js:117:20)
at handleMessage (child_process.js:318:10)
at child_process.js:392:7
at process.handleConversion.net.Native.got (child_process.js:91:7)
25 Oct 14:12:15 - Worker 16256 died (8)
Netstat -l:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:7557 *:* LISTEN
tcp 0 0 localhost:27017 *:* LISTEN
tcp 0 0 localhost:6379 *:* LISTEN
tcp 0 0 *:7567 *:* LISTEN
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:7547 *:* LISTEN
tcp6 0 0 [::]:6379 [::]:* LISTEN
tcp6 0 0 [::]:ssh [::]:* LISTEN
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ACC ] STREAM LISTENING 10033 /tmp/mongodb-27017.sock
unix 2 [ ACC ] STREAM LISTENING 11551 /var/run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 8940 @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 9113 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] SEQPACKET LISTENING 9083 /run/udev/control
kgermann@config:~$ kgermann@config:~$ netstat -l
NG 10033 /tmp/mongodb-27017.sock
unix 2 [ ACC ] STREAM LISTENING 11551 /var/run/acpid.socket
unix 2 [ ACC ] STREAM LISTENING 8940 @/com/ubuntu/upstart
unix 2 [ ACC ] STREAM LISTENING 9113 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] SEQPACKET LISTENING 9083 /run/udev/control
What port should I look out for? Anyone else experience this?
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
