Advertisement
Guest User

Untitled

a guest
Dec 28th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. root@beaglebone:/var/lib/cloud9# node weatherstation.js
  2. 'fibers' not loaded
  3. If desired, try installing it with:
  4. curl http://npmjs.org/install.sh | bash
  5. npm install fibers
  6. Delay operations loops will consume CPU cycles
  7. Invoke using 'node-fibers' if node version < 0.5.2
  8. info - socket.io started
  9.  
  10. node.js:134
  11. throw e; // process.nextTick error, or 'error' event on first tick
  12. ^
  13. Error: Server already opened
  14. at Server.listen (net.js:1023:42)
  15. at [object Object].begin (/var/lib/cloud9/bonescript/index.js:355:21)
  16. at /var/lib/cloud9/weatherstation.js:53:12
  17. at Object.run (/var/lib/cloud9/bonescript/index.js:268:9)
  18. at Object.<anonymous> (/var/lib/cloud9/weatherstation.js:56:4)
  19. at Module._compile (module.js:411:26)
  20. at Object..js (module.js:417:10)
  21. at Module.load (module.js:343:31)
  22. at Function._load (module.js:302:12)
  23. at Array.<anonymous> (module.js:430:10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement