mcollina / mows

Using MQTT.js in the browser over WebSocket -- Built with browserify!
72 stars 12 forks source link

mosca error when start up standalone with websocket on beaglebone black #19

Closed StanleyAM closed 9 years ago

StanleyAM commented 9 years ago

I installed mosca on beaglebone black (arm-based embedded device) successful. And I tried to start up standalone mosca with websocket support and the command likes below:

mosca -v --http-port 3000 --http-bundle --http-static ./ | bunyan

but I got the error message:

<< events.js:72 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE at errnoException (net.js:901:11) at Server._listen2 (net.js:1039:14) at listen (net.js:1061:10) at net.js:1143:9 at dns.js:72:18 at process._tickCallback (node.js:415:13) <<

Any suggestion to solve this problem? Thanks

StanleyAM commented 9 years ago

Sorry, I posted this issue in wrong place.