Skip to content

Instantly share code, notes, and snippets.

@MarcDiethelm
Created August 5, 2013 11:25
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 MarcDiethelm/c1c3eb4e6306fb27fae7 to your computer and use it in GitHub Desktop.
Save MarcDiethelm/c1c3eb4e6306fb27fae7 to your computer and use it in GitHub Desktop.
deployment problems again
cmdiet01:src mdiethelm$ jitsu deploy
info: Welcome to Nodejitsu namics
info: jitsu v0.12.15, node v0.10.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
debug: { method: 'GET',
debug: uri: 'http://api.nodejitsu.com/apps/namics/c13-test',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'namics/c13-test',
debug: name: 'c13-test',
debug: scripts: { start: 'node app.js', test: 'mocha' },
debug: user: 'namics',
debug: subdomain: 'c13-test',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'c13-test',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1375700226333,
debug: mtime: 1375700226333,
debug: resource: 'App',
debug: _rev: '1-5ce9263640750f64cb95473c64cc0a1e',
debug: version: '0.0.1',
debug: dependencies:
debug: { express: '~3.3.0',
debug: 'express3-handlebars': '~0.4.1',
debug: mongoose: '~3.6.15',
debug: async: '~0.2.9' },
debug: devDependencies:
debug: { grunt: '~0.4.0',
debug: 'grunt-less-imports': '~0.8.4',
debug: 'assemble-less': '~0.4.8',
debug: 'grunt-glue': '~0.1.1',
debug: 'grunt-contrib-jshint': '~0.6.0',
debug: 'grunt-contrib-concat': '~0.3.0',
debug: 'grunt-contrib-cssmin': '~0.6.0',
debug: 'grunt-contrib-uglify': '~0.2.0',
debug: 'grunt-contrib-watch': '~0.5.0',
debug: underscore: '~1.5.1',
debug: mocha: '~1.12.0',
debug: 'grunt-contrib-handlebars': '~0.5.10' },
debug: main: 'app.js',
debug: description: 'Namics Conference 2013',
debug: repository:
debug: { type: 'git',
debug: url: 'https://git.namics.com/namics-c13' },
debug: engines: { node: '0.8.x' },
debug: id: 'c13-test' } } }
info: Creating snapshot 0.0.1-1
debug: { method: 'POST',
debug: uri: 'http://api.nodejitsu.com/apps/namics/c13-test/snapshots/0.0.1-1',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 419918 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
error: Error running command deploy
error: ETIMEDOUT
info: jitsu's client request timed out before the server could respond. Please increase your client timeout
help: (Example: `jitsu config set timeout 100000`)
help: This error may be due to network connection problems
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