Guest User

sandstorm log output

a guest
Apr 10th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ** Starting Sandstorm at: Mon Apr 11 04:12:57 2016
  2. ** Starting back-end...
  3. ** Starting MongoDB...
  4. note: noprealloc may hurt performance in many applications
  5. about to fork child process, waiting until server is ready for connections.
  6. forked process: 7
  7. child process started successfully, parent exiting
  8. Successfully added user: {
  9. "user" : "sandstorm",
  10. "roles" : [
  11. "readWriteAnyDatabase",
  12. "userAdminAnyDatabase",
  13. "dbAdminAnyDatabase"
  14. ]
  15. }
  16. ** Back-end and Mongo started; now starting front-end...
  17.  
  18. /programs/server/boot.js:283
  19. }).run();
  20. ^
  21. TypeError: Cannot call method 'slice' of null
  22. at Meteor.absoluteUrl.options (packages/meteor/url_server.js:11:1)
  23. at /programs/server/packages/meteor.js:1132:4
  24. at /programs/server/packages/meteor.js:1274:3
  25. at /programs/server/boot.js:242:10
  26. at Array.forEach (native)
  27. at Function._.each._.forEach (/programs/server/node_modules/underscore/underscore.js:79:11)
  28. at /programs/server/boot.js:137:5
  29. ** Front-end died immediately after starting.
  30. ** Sleeping for a bit before trying again...
  31.  
  32. /programs/server/boot.js:283
  33. }).run();
  34. ^
  35. TypeError: Cannot call method 'slice' of null
  36. at Meteor.absoluteUrl.options (packages/meteor/url_server.js:11:1)
  37. at /programs/server/packages/meteor.js:1132:4
  38. at /programs/server/packages/meteor.js:1274:3
  39. at /programs/server/boot.js:242:10
  40. at Array.forEach (native)
  41. at Function._.each._.forEach (/programs/server/node_modules/underscore/underscore.js:79:11)
  42. at /programs/server/boot.js:137:5
  43. ** Front-end died immediately after starting.
  44. ** Sleeping for a bit before trying again...
  45.  
  46. ....
  47. ....
  48. ....
  49.  
  50. then that same error repeats for the rest of the file
Advertisement
Add Comment
Please, Sign In to add comment