Advertisement
Guest User

Untitled

a guest
Aug 24th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. ^CMichaels-MacBook-Pro:Shout1 harbhub$ jitsu deploy
  2. info: Welcome to Nodejitsu harbhub
  3. info: It worked if it ends with Nodejitsu ok
  4. info: Executing command deploy
  5. warn:
  6. warn: Your package.json file is missing required fields:
  7. warn:
  8. warn: subdomain, engines
  9. warn:
  10. warn: Prompting user for required fields.
  11. warn: Press ^C at any time to quit.
  12. warn:
  13. prompt: subdomain: (harbhub.Shout1)
  14. prompt: engines.node: (0.6.x)
  15. warn: About to write /Users/harbhub/Sandbox/Shout1/package.json
  16. warn: Using '*' as version for dependencies may eventually cause issues.
  17. warn: Please use specific versions for dependencies to avoid future problems.
  18. data:
  19. data: {
  20. data: version: '0.0.1',
  21. data: dependencies: { express: '3.0.0rc1', jade: '*' },
  22. data: engines: { node: '0.6.x' },
  23. data: name: 'application-name',
  24. data: subdomain: 'harbhub.Shout1',
  25. data: private: true,
  26. data: scripts: { start: 'node app' }
  27. data: }
  28. data:
  29. prompt: Is this ok?: (yes) yes
  30. info: Analyzing your application dependencies in node app
  31. info: Checking app availability application-name
  32. info: Creating app application-name
  33. info: Creating snapshot 0.0.1
  34. info: Updating app application-name
  35. info: Activating snapshot 0.0.1 for application-name
  36. info: Starting app application-name
  37. error: Error running command deploy
  38. error: Nodejitsu Error (500): Internal Server Error
  39. error: There was an error while attempting to deploy your application.
  40. error:
  41. error: package.json error: can't find starting script: node app
  42. error: Package.json start script declared but not found
  43. error:
  44. error: This type of error is usually a user error.
  45. error: Error output from Haibu:
  46. error:
  47. error: Error: package.json error: can't find starting script: node app
  48. error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:232:17)
  49. error: at Object.oncomplete (fs.js:297:15)
  50. info: Nodejitsu not ok
  51. Michaels-MacBook-Pro:Shout1 harbhub$ jitsu deploy
  52. info: Welcome to Nodejitsu harbhub
  53. info: It worked if it ends with Nodejitsu ok
  54. info: Executing command deploy
  55. info: Analyzing your application dependencies in node app
  56. info: Checking app availability Shout1
  57. info: Creating app Shout1
  58. error: Error creating Shout1
  59. error: Nodejitsu Error (500): Internal Server Error
  60. error: Error running command deploy
  61. error: Nodejitsu Error (500): Internal Server Error
  62. warn: Error returned from Nodejitsu
  63. error: Error: App name / subdomain combination is not available
  64. error: at module.exports (/root/nodejitsu/lib/nodejitsu/resources/app/controller/available.js:23:17)
  65. error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13)
  66. error: at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:93:12)
  67. error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:179:14)
  68. error: at Couchdb.view (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:143:5)
  69. error: at Request.cradle.Connection.request [as _callback] (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:201:9)
  70. error: at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)
  71. error: at Request.EventEmitter.emit (events.js:91:17)
  72. error: at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16)
  73. error: at Request.EventEmitter.emit (events.js:88:17)
  74. info: Nodejitsu not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement