<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p>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...)</p><p>events.js:72</p><p> throw er; // Unhandled 'error' event</p><p> ^</p><p>Error: bind EADDRINUSE</p><p> at errnoException (net.js:901:11)</p><p> at net.js:1081:30</p><p> at Object.1:1 (cluster.js:592:5)</p><p> at handleResponse (cluster.js:171:41)</p><p> at respond (cluster.js:192:5)</p><p> at handleMessage (cluster.js:202:5)</p><p> at process.EventEmitter.emit (events.js:117:20)</p><p> at handleMessage (child_process.js:318:10)</p><p> at child_process.js:392:7</p><p> at process.handleConversion.net.Native.got (child_process.js:91:7)</p><p>25 Oct 14:12:15 - Worker 16256 died (8)</p><p>Netstat -l:</p><p>Active Internet connections (only servers)</p><p>Proto Recv-Q Send-Q Local Address Foreign Address State </p><p>tcp 0 0 *:7557 *:* LISTEN </p><p>tcp 0 0 localhost:27017 *:* LISTEN </p><p>tcp 0 0 localhost:6379 *:* LISTEN </p><p>tcp 0 0 *:7567 *:* LISTEN </p><p>tcp 0 0 *:http *:* LISTEN </p><p>tcp 0 0 *:ssh *:* LISTEN </p><p>tcp 0 0 *:7547 *:* LISTEN </p><p>tcp6 0 0 [::]:6379 [::]:* LISTEN </p><p>tcp6 0 0 [::]:ssh [::]:* LISTEN </p><p>Active UNIX domain sockets (only servers)</p><p>Proto RefCnt Flags Type State I-Node Path</p><p>unix 2 [ ACC ] STREAM LISTENING 10033 /tmp/mongodb-27017.sock</p><p>unix 2 [ ACC ] STREAM LISTENING 11551 /var/run/acpid.socket</p><p>unix 2 [ ACC ] STREAM LISTENING 8940 @/com/ubuntu/upstart</p><p>unix 2 [ ACC ] STREAM LISTENING 9113 /var/run/dbus/system_bus_socket</p><p>unix 2 [ ACC ] SEQPACKET LISTENING 9083 /run/udev/control</p><p>kgermann@config:~$ kgermann@config:~$ netstat -l</p><p>NG 10033 /tmp/mongodb-27017.sock</p><p>unix 2 [ ACC ] STREAM LISTENING 11551 /var/run/acpid.socket</p><p>unix 2 [ ACC ] STREAM LISTENING 8940 @/com/ubuntu/upstart</p><p>unix 2 [ ACC ] STREAM LISTENING 9113 /var/run/dbus/system_bus_socket</p><p>unix 2 [ ACC ] SEQPACKET LISTENING 9083 /run/udev/control</p><p>What port should I look out for? Anyone else experience this?</p></body></html>