Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. BOMASML-T3YBFFT:rest-api usantsh$ node server
  2. { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
  3. js-bson: Failed to load c++ bson extension, using pure JS version
  4. Profile [ { userName: 'realize', password: 'realizeit' } ]
  5. Loading configs from /Users/usantsh/Programs/ole/export/home/apps/cgportal/usantsh/git/tempGit/discussion-service/rest-api/config-development.json
  6. [
  7. {
  8. "err": "Error: listen EADDRINUSE :::3000\n at Object.exports._errnoException (util.js:870:11)\n at exports._exceptionWithHostPort (util.js:893:20)\n at Server._listen2 (net.js:1237:14)\n at listen (net.js:1273:10)\n at Server.listen (net.js:1369:5)\n at Function.app.listen (/Users/usantsh/Programs/ole/export/home/apps/cgportal/usantsh/git/tempGit/discussion-service/rest-api/node_modules/express/lib/application.js:536:24)\n at Object.<anonymous> (/Users/usantsh/Programs/ole/export/home/apps/cgportal/usantsh/git/tempGit/discussion-service/rest-api/server.js:165:18)\n at Module._compile (module.js:410:26)\n at Object.Module._extensions..js (module.js:417:10)\n at Module.load (module.js:344:32)\n at Function.Module._load (module.js:301:12)\n at Function.Module.runMain (module.js:442:10)\n at startup (node.js:136:18)\n at node.js:966:3",
  9. "t": "01-08-2016 11:39:04.345"
  10. }
  11. ]
  12. [
  13. {
  14. "msg": "agent.tmpDir = \"/tmp/appd/fa857656f65cca84acc92fc783b6f5ee\"",
  15. "t": "01-08-2016 11:39:03.655"
  16. },
  17. {
  18. "msg": "agent.proxyCtrlDir = \"/tmp/appd/fa857656f65cca84acc92fc783b6f5ee/proxy/c\"",
  19. "t": "01-08-2016 11:39:03.658"
  20. },
  21. {
  22. "msg": "Loaded native extention.",
  23. "t": "01-08-2016 11:39:03.660"
  24. },
  25. {
  26. "msg": "launching proxy from master node 0",
  27. "t": "01-08-2016 11:39:03.661"
  28. },
  29. {
  30. "msg": "reusing existing proxy process",
  31. "t": "01-08-2016 11:39:03.662"
  32. },
  33. {
  34. "msg": "ProcessScanner - maxSnapshotsPerPeriod: 2",
  35. "t": "01-08-2016 11:39:03.669"
  36. },
  37. {
  38. "msg": "ProcessScanner - snapshotCountResetPeriodMS: 60000",
  39. "t": "01-08-2016 11:39:03.669"
  40. },
  41. {
  42. "msg": "ProcessScanner - autoSnapshotDurationSeconds: 10",
  43. "t": "01-08-2016 11:39:03.669"
  44. },
  45. {
  46. "msg": "found cluster module",
  47. "t": "01-08-2016 11:39:03.683"
  48. },
  49. {
  50. "msg": "found fs module",
  51. "t": "01-08-2016 11:39:03.684"
  52. },
  53. {
  54. "msg": "found http module",
  55. "t": "01-08-2016 11:39:03.684"
  56. },
  57. {
  58. "msg": "found https module",
  59. "t": "01-08-2016 11:39:03.690"
  60. },
  61. {
  62. "msg": "found mongodb module",
  63. "t": "01-08-2016 11:39:03.836"
  64. },
  65. {
  66. "msg": "found net module",
  67. "t": "01-08-2016 11:39:03.837"
  68. },
  69. {
  70. "msg": "uncaughtException:",
  71. "t": "01-08-2016 11:39:04.344"
  72. }
  73. ]
  74. error: Error: listen EADDRINUSE :::3000
  75. at Object.exports._errnoException (util.js:870:11)
  76. at exports._exceptionWithHostPort (util.js:893:20)
  77. at Server._listen2 (net.js:1237:14)
  78. at listen (net.js:1273:10)
  79. at Server.listen (net.js:1369:5)
  80. at Function.app.listen (/Users/usantsh/Programs/ole/export/home/apps/cgportal/usantsh/git/tempGit/discussion-service/rest-api/node_modules/express/lib/application.js:536:24)
  81. at Object.<anonymous> (/Users/usantsh/Programs/ole/export/home/apps/cgportal/usantsh/git/tempGit/discussion-service/rest-api/server.js:165:18)
  82. at Module._compile (module.js:410:26)
  83. at Object.Module._extensions..js (module.js:417:10)
  84. at Module.load (module.js:344:32)
  85. at Function.Module._load (module.js:301:12)
  86. at Function.Module.runMain (module.js:442:10)
  87. at startup (node.js:136:18)
  88. at node.js:966:3
  89. error: Uncaught Exception...
  90. Mongoose: posts.ensureIndex({ ancestors: 1 }) { background: true }
  91. Mongoose: boardaccessinfos.ensureIndex({ boardId: 1, participant: 1 }) { background: true }
  92. Mongoose: boards.ensureIndex({ app: 1, context: 1 }) { background: true }
  93. info: Connected to pearson-discussions Database.
  94. info: Connected to mongodb://localhost/pearson-discussions Database.
  95. error: Mongoose default connection disconnected
  96. info: Mongoose default connection disconnected through app termination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement