Skip to content

Instantly share code, notes, and snippets.

@lloydwatkin
Created January 14, 2013 22:25
Show Gist options
  • Save lloydwatkin/4534099 to your computer and use it in GitHub Desktop.
Save lloydwatkin/4534099 to your computer and use it in GitHub Desktop.
Nodejitsu deploy errors
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.0-41
info Uploading: [=============================] 100%
info: Updating app pinitto.me
info: Activating snapshot 0.1.0-41 for pinitto.me
info: Starting app pinitto.me
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Rackspace Error (404): Item not found
error: Error output from Haibu:
error:
error: Error: Rackspace Error (404): Item not found
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
error: at Request.EventEmitter.emit (events.js:91:17)
error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:521:16)
error: at Request.EventEmitter.emit (events.js:115:20)
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483:14)
error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
error: at IncomingMessage._emitEnd (http.js:366:10)
error: at IncomingMessage._emitPending (http.js:338:16)
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <[email protected]>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
@lloydwatkin
Copy link
Author

[lloyd@desktop pinitto.me]$ node -v
v0.8.5
[lloyd@desktop pinitto.me]$ npm -v
1.1.46
[lloyd@desktop pinitto.me]$ jitsu -v
0.11.4

@lloydwatkin
Copy link
Author

{
"name": "pinitto.me",
"version": "0.1.0-42",
"description": "Open source corkboard-type application",
"main": "index.js",
"dependencies": {
"socket.io": "~0.9.11",
"captcha": "0.0.4",
"crypto": "0.0.3",
"express-validator": "0.3.0",
"validator": "0.4.19",
"ejs-locals": "1.0.2",
"express": "3.0.3",
"mongodb": "1.2.2",
"connect-mongo": "0.2.0",
"cookie": "0.0.5",
"connect": "2.7.0"
},
"devDependencies": {},
"scripts": {
"start": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pinittome/pinitto.me"
},
"keywords": [
"corkboard",
"open",
"source",
"node.js",
"websockets",
"socket.io"
],
"author": "Steven Lloyd Watkin [email protected]",
"license": "BSD",
"subdomain": "pinittome",
"domains": [
"www.pinitto.me",
"pinitto.me"
],
"engines": {
"node": "0.8.x"
}
}

@lloydwatkin
Copy link
Author

[lloyd@desktop pinitto.me]$ jitsu snapshots activate lloydwatkin/pinitto.me
prompt: Snapshot Name: 0.1.0-42
info: Activating snapshot 0.1.0-42
info: Snapshot 0.1.0-42 is now active
info: Starting app lloydwatkin/pinitto.me
info: App lloydwatkin/pinitto.me is now started
info: http://pinittome.jit.su on Port 80
info: Snapshot 0.1.0-42 is now running
info: Nodejitsu ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment