Guest User

Untitled

a guest
Jan 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. bobmayo56@ubuntu:~/proj/nlognbob/web$ jitsu apps destroy nlognbob
  2. info: Welcome to Nodejitsu
  3. info: It worked if it ends with Nodejitsu ok
  4. info: Executing command apps destroy nlognbob
  5. info: Authenticated as nlogn
  6. info: Destroying app nlognbob
  7. info: Nodejitsu ok
  8. bobmayo56@ubuntu:~/proj/nlognbob/web$ make deploy
  9. (cd utils; make version)
  10. make[1]: Entering directory `/media/truecrypt1/MayoPrivate/Proj/nlognbob/web/utils'
  11. echo Thu Oct 6 10:41:31 PDT 2011 nlognbob ubuntu
  12. Thu Oct 6 10:41:31 PDT 2011 nlognbob ubuntu
  13. sed -e 's/%%%DATE%%%/Thu Oct 6 10:41:31 PDT 2011/' -e "s/%%%USER%%%/bobmayo56/" -e "s/%%%HOST%%%/ubuntu/" -e "s/%%%REPO%%%/nlognbob/" < version.txt > version.js
  14. make[1]: Leaving directory `/media/truecrypt1/MayoPrivate/Proj/nlognbob/web/utils'
  15. jitsu deploy
  16. info: Welcome to Nodejitsu
  17. info: It worked if it ends with Nodejitsu ok
  18. info: Executing command deploy
  19. info: Authenticated as nlogn
  20. info: Analyzing your application dependencies in app.js
  21. warn: No application exists for nlognbob
  22. info: Checking app availability nlognbob
  23. info: Creating app nlognbob
  24. warn: Creating new snapshot for version 0.0.4-190
  25. info: Done creating snapshot 0.0.4-190
  26. info: Updating application nlognbob
  27. info: Activating snapshot 0.0.4-190 for nlognbob
  28. info: Stopping app nlognbob
  29. info: App nlognbob is now stopped
  30. info: Starting app nlognbob
  31. help:
  32. help: Usage:
  33. help:
  34. help: Deploys an application using the following steps:
  35. help:
  36. help: 1. Creates the application (if necessary)
  37. help: 2. Creates or validates the package.json
  38. help: 3. Packages and creates a new snapshot
  39. help: 4. Stops the application (if neccessary)
  40. help: 5. Starts the application
  41. help:
  42. help: jitsu deploy
  43. help: jitsu apps deploy
  44. help:
  45. error: Error running command deploy
  46. error: Nodejitsu Error (500): Internal Server Error
  47. warn: Error returned from Haibu
  48. error: Message: Unsupported
  49. error:
  50. error: Error: Unsupported
  51. error: at checkEngine (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/lib/install.js:493:14)
  52. error: at Array.0 (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
  53. error: at LOOP (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/node_modules/slide/lib/chain.js:15:13)
  54. error: at chain (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/node_modules/slide/lib/chain.js:20:4)
  55. error: at installOne_ (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/lib/install.js:471:3)
  56. error: at installOne (/root/haibu-orchestra/node_modules/haibu/node_modules/npm/lib/install.js:411:3)
  57. error: at /root/haibu-orchestra/node_modules/haibu/node_modules/npm/lib/install.js:347:9
  58. error: at /root/haibu-orchestra/node_modules/haibu/node_modules/npm/node_modules/slide/lib/async-map.js:54:35
  59. error: at Array.forEach (native)
  60. error: at /root/haibu-orchestra/node_modules/haibu/node_modules/npm/node_modules/slide/lib/async-map.js:54:11
  61. info: Nodejitsu not ok
  62. make: *** [deploy] Error 1
Add Comment
Please, Sign In to add comment