Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. vagrant@lucid32:~/app$ jitsu deploy
  2. info: Welcome to Nodejitsu semmy
  3. info: jitsu v0.10.3-1, node v0.8.8
  4. info: It worked if it ends with Nodejitsu ok
  5. info: Executing command deploy
  6. info: Analyzing application dependencies in ./server.js
  7. warn: Local package version appears to be old
  8. warn: The package.json version will be incremented automatically
  9. warn: About to write /home/vagrant/app/package.json
  10. data:
  11. data: {
  12. data: subdomain: 'pjs',
  13. data: engines: { node: '0.8.x' },
  14. data: version: '0.0.0-12',
  15. data: dependencies: {
  16. data: connect-redis: '1.0.x',
  17. data: mongoose: '1.4.x',
  18. data: connect-form: '0.2.x',
  19. data: express: '2.3.x'
  20. data: },
  21. data: scripts: { start: './server.js' },
  22. data: name: 'pjs'
  23. data: }
  24. data:
  25. prompt: Is this ok?: (yes) yes
  26. info: Creating snapshot 0.0.0-12
  27. info Uploading: [========================== ] 90%
  28. info: Updating app pjs
  29. info: Activating snapshot 0.0.0-12 for pjs
  30. info: Starting app pjs
  31. error: Error running command deploy
  32. error: Nodejitsu Error (500): Internal Server Error
  33. error:
  34. error: There was an error while attempting to start the app
  35. error: Error spawning drone
  36. error: Script prematurely exited
  37. error:
  38. error: This type of error is usually a user error.
  39. error: Error output from app:
  40. error:
  41. error: module.js:340
  42. error: throw err;
  43. error: ^
  44. error: Error: Cannot find module 'connect-form'
  45. error: at Function.Module._resolveFilename (module.js:338:15)
  46. error: at Function.Module._load (module.js:280:25)
  47. error: at Module.require (module.js:362:17)
  48. error: at require (module.js:378:17)
  49. error: at Object.<anonymous> (/opt/haibu/apps/semmy/pjs/package/server.js:8:12)
  50. error: at Module._compile (module.js:449:26)
  51. error: at Object.Module._extensions..js (module.js:467:10)
  52. error: at Module.load (module.js:356:32)
  53. error: at Function.Module._load (module.js:312:12)
  54. error: at Function.Module.runMain (module.js:492:10)
  55. help: For help with this error contact Nodejitsu Support:
  56. help: webchat: <http://webchat.nodejitsu.com/>
  57. help: irc: <irc://chat.freenode.net/#nodejitsu>
  58. help: email: <support@nodejitsu.com>
  59. help:
  60. help: Copy and paste this output to a gist (http://gist.github.com/)
  61. info: Nodejitsu not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement