plateasebo.blogg.se

Failed to start mongodb server on port 3002
Failed to start mongodb server on port 3002











failed to start mongodb server on port 3002

Npm ERR! /home/lucas/node/nodetest1/npm-debug.logĪnd sudo netstat -lnp does not return any matching port 80's: sudo netstat -lnp Īctive Internet connections (only servers)

failed to start mongodb server on port 3002

Npm ERR! Additional logging details can be found in: Npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "start"

failed to start mongodb server on port 3002

Npm ERR! There is likely additional logging output above. Npm ERR! Tell the author that this fails on your system: Npm ERR! This is most likely a problem with the nodetest1 package, Unix 2 STREAM LISTENING 414450 /var/run/dbus/system_bus_sockeĪnd here is the log when trying to run on port 80 with node.js: npm startĪt (/home/lucas/node/nodetest1/node_modules/express/lib/applicatiĪt Object. Unix 2 STREAM LISTENING 16170 /tmp//tmux-1000/default Unix 2 STREAM LISTENING 5318 /var/run/acpid.socket Unix 2 SEQPACKET LISTENING 3692 /run/udev/control Unix 2 STREAM LISTENING 416227 /tmp/mongodb-27017.sock Unix 2 STREAM LISTENING 408230 /tmp/ssh-ofUeNNEwAqtP/agent.22 Unix 2 STREAM LISTENING 405680 /tmp/ssh-KdkxJfFLpKTC/agent.22 Proto RefCnt Flags Type State I-Node Path Proto Recv-Q Send-Q Local Address Foreign Address State I suspect port 80 is blocked from my output of netstat -an below, but how can I find the process id's of the addresses that are blocking port 80 below? netstat -anĪctive Internet connections (servers and established) I have experimented with ports 30, and both ports are working fine, but I get an error when running on port 80. I believe the port 80 on my remote instance is blocked, and I am trying to run a node.js app using port 80.













Failed to start mongodb server on port 3002