Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. $ make deploy
  2. jitsu -c deploy
  3. warn: A newer version of jitsu is available. please update immediately
  4. help: To install the latest jitsu type `[sudo] npm install jitsu -g`
  5. warn: To continue without an update type 'yes'
  6. info: Welcome to Nodejitsu jetienne
  7. info: jitsu v0.12.1, node v0.8.6
  8. info: It worked if it ends with Nodejitsu ok
  9. info: Executing command deploy
  10. info: Analyzing application dependencies in src/server.js
  11. warn: Local package version appears to be old
  12. warn: The package.json version will be incremented automatically
  13. warn: About to write /Users/jeromeetienne/webwork/chatandfight/package.json
  14. warn: Using '*' as a version for dependencies may eventually cause issues
  15. warn: Use specific versions for dependencies to avoid future problems
  16. warn: See: http://package.json.jit.su for more information
  17. data:
  18. data: {
  19. data: private: true,
  20. data: scripts: { start: 'src/server.js' },
  21. data: subdomain: 'jetienne.chatandfight',
  22. data: name: 'chatandfight',
  23. data: engines: { node: '0.8.x' },
  24. data: dependencies: {
  25. data: jade: '*',
  26. data: express: '3.0.0rc3',
  27. data: socket.io: '0.9.x'
  28. data: },
  29. data: version: '0.0.0-79'
  30. data: }
  31. data:
  32. info: Creating snapshot 0.0.0-79
  33. info Uploading: [=============================] 100%
  34. info: Updating app chatandfight
  35. info: Activating snapshot 0.0.0-79 for chatandfight
  36. info: Starting app chatandfight
  37. error: Error running command deploy
  38. error: Nodejitsu Error (500): Internal Server Error
  39. error: There was an error while attempting to deploy the app
  40. error:
  41. error: Rackspace Error (404): Item not found
  42. error: Error output from Haibu:
  43. error:
  44. error: Error: Rackspace Error (404): Item not found
  45. error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
  46. error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
  47. error: at Request.EventEmitter.emit (events.js:99:17)
  48. error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:521:16)
  49. error: at Request.EventEmitter.emit (events.js:126:20)
  50. error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483:14)
  51. error: at IncomingMessage.EventEmitter.emit (events.js:126:20)
  52. error: at IncomingMessage._emitEnd (http.js:366:10)
  53. error: at IncomingMessage._emitPending (http.js:338:16)
  54. error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  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
  62. make: *** [deploy] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement