Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Created April 4, 2013 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeybaker/3c7744e8526077bb080a to your computer and use it in GitHub Desktop.
Save joeybaker/3c7744e8526077bb080a to your computer and use it in GitHub Desktop.
jitsu error2
$ jitsu deploy --debug
info: Welcome to Nodejitsu ubntjoey
info: jitsu v0.12.10, node v0.10.3
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node index.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/ubntjoey/InstantIt',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000',
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'ubntjoey/InstantIt',
debug: name: 'InstantIt',
debug: scripts:
debug: { test: 'grunt test',
debug: start: 'node index.js',
debug: 'server-start': 'supervisor -w app .',
debug: 'install-globals': 'sudo npm install -g grunt-cli supervisor',
debug: code: 'supervisor -x grunt -w Gruntfile.js -- code' },
debug: user: 'ubntjoey',
debug: subdomain: 'ubntjoey-mocks',
debug: snapshots:
debug: [ { id: '0.0.1-1',
debug: md5: '622b854110091e666c0b6658bcdd1bd6',
debug: filename: 'ubntjoey-InstantIt-0.0.1-1.tgz',
debug: ctime: 1364917597964,
debug: active: false,
debug: running: false } ],
debug: env:
debug: { SUBDOMAIN: 'ubntjoey-mocks',
debug: NODE_ENV: 'staging' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1364917513987,
debug: mtime: 1365096144358,
debug: resource: 'App',
debug: _rev: '10-42573e087b48cc6c5027fa6def24ca85',
debug: version: '0.0.1-2',
debug: dependencies:
debug: { handlebars: '~1.0',
debug: flatiron: '*',
debug: union: '~0.3',
debug: st: '~0.1',
debug: lodash: '~1',
debug: walker: '~1.0',
debug: cradle: '~0.6',
debug: backbone: '~1.0',
debug: 'flatiron-couch-backbone': '~0.1',
debug: 'underscore.string': '~2.3.1' },
debug: devDependencies:
debug: { grunt: '~0.4',
debug: 'grunt-bumpx': '~0.1',
debug: 'grunt-notify': '~0.1',
debug: 'grunt-contrib-jshint': '~0.1',
debug: 'grunt-contrib-livereload': '0.1',
debug: 'grunt-regarde': '~0.1',
debug: 'grunt-contrib-connect': '~0.1',
debug: 'grunt-contrib-handlebars': '~0.5',
debug: 'grunt-mocha': '~0.2',
debug: 'sinon-chai': '~2.3',
debug: chai: '~1.5',
debug: mocha: '~1.8',
debug: 'chai-jquery': '~1.1',
debug: 'grunt-shell': '~0.2',
debug: 'grunt-contrib-imagemin': '~0.1',
debug: 'grunt-contrib-clean': '~0.4',
debug: 'grunt-simple-mocha': '~0.3',
debug: 'grunt-contrib-less': '~0.5',
debug: 'grunt-browserify2': '~0.1',
debug: 'browserify-shim': '~2.0',
debug: nock: '~0.16',
debug: request: '~2.16.6' },
debug: main: 'index.js',
debug: description: '',
debug: repository: { type: 'git', url: '' },
debug: engines: { node: '0.8.x' },
debug: id: 'InstantIt',
debug: active:
debug: { id: '0.0.1-2',
debug: md5: '26b98d409f5960327d3de6a264acb72f',
debug: filename: 'ubntjoey-InstantIt-0.0.1-2.tgz',
debug: ctime: 1364917702174,
debug: active: false,
debug: running: false },
debug: subscriptionId: 3168360 } } }
info: Creating snapshot 0.0.6
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/ubntjoey/InstantIt/snapshots/0.0.6',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 3731353 },
debug: timeout: '1000000',
debug: rejectUnauthorized: false }
info Uploading: [=== ] 12%error: Error running command deploy
error: write EPIPE
error: Error: write EPIPE
error: at errnoException (net.js:878:11)
error: at Object.afterWrite (net.js:695:19)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment