Advertisement
Guest User

jitsu errors

a guest
Jul 31st, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. $ jitsu deploy
  2. info: Welcome to Nodejitsu adamrothman
  3. info: jitsu v0.13.18, node v0.10.29
  4. info: It worked if it ends with Nodejitsu ok
  5. info: Executing command deploy
  6. info: Analyzing application dependencies in node server.js
  7. info: Creating snapshot 0.7.7
  8. info: Uploading: [=============================] 100%
  9.  
  10. ... npm does its thing ...
  11.  
  12. info: Done creating snapshot 0.7.7
  13. info: Updating app live-sale
  14. info: Activating snapshot 0.7.7 for live-sale
  15. info: Starting app live-sale
  16. error: Error running command deploy
  17. error: Errors occured while starting the application
  18. error: Error starting application. This could be a user error.
  19. error: info: Running start for app.
  20. error: info: Reading `package.json`...
  21. error: info: Starting application...
  22. error: info: Spawn: start --min-uptime 2000 -o /opt/run/forza.log -- forza -h multiplex.nodejitsu.com -p 8556 --start-log /opt/run/start.log --app-user adamrothman --app-name live-sale -- node server.js
  23. error: info: `aeternum` pid: 89348
  24. error: info: Writing pidfile: /root/app.pid
  25. error: info: Tailing forza log: /opt/run/start.log
  26. error: info: Tail closing..
  27. error: info: Retry # 1 with 1000ms interval
  28. error: info: Tailing forza log: /opt/run/start.log
  29. error: info: Tail closing..
  30. error: info: Retry # 2 with 5175ms interval
  31. error: info: Tailing forza log: /opt/run/start.log
  32. error: info: Tail closing..
  33. error: info: Retry # 3 with 10924ms interval
  34. error: info: Tailing forza log: /opt/run/start.log
  35. error: info: Tail closing..
  36. error: info: Retry # 4 with 24381ms interval
  37. error: info: Tailing forza log: /opt/run/start.log
  38. error: info: Tail closing..
  39. error: info: Retry # 5 with 46073ms interval
  40. error: info: Tailing forza log: /opt/run/start.log
  41. error: info: Tail closing..
  42. error: info: Tail failed after 5 retries
  43. error: error: Error: tailing start log exited poorly with code 1
  44. error:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement