Skip to content

Instantly share code, notes, and snippets.

@richardharrington
Last active December 18, 2015 12:48
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 richardharrington/5784897 to your computer and use it in GitHub Desktop.
Save richardharrington/5784897 to your computer and use it in GitHub Desktop.
nodejitsu error trying to deploy 'draw'
Harrington-MacBook-Pro:draw richardharrington$ jitsu deploy
info: Welcome to Nodejitsu richardh
info: jitsu v0.12.11, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
WARN package.json draw@0.2.5-57 No repository field.
WARN package.json policyfile@0.0.4 No repository field.
WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
WARN package.json Please pick one as the 'repository' field
info: Checking app availability draw
error: The subdomain requested is already in use
prompt: Subdomain name: (richardh-draw.richardh) error: Error running command deploy
error: canceled
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
RUNNING AGAIN WITH --DEBUG FLAG:
Harrington-MacBook-Pro:draw richardharrington$ jitsu deploy --debug
info: Welcome to Nodejitsu richardh
info: jitsu v0.12.11, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
WARN package.json draw@0.2.5-59 No repository field.
WARN package.json policyfile@0.0.4 No repository field.
WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
WARN package.json Please pick one as the 'repository' field
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/richardh/draw',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 404,
debug: result:
debug: { error: 'not_found',
debug: reason: 'deleted',
debug: status: 404 } }
info: Checking app availability draw
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/richardh/draw/available',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"draw","subdomain":"draw","scripts":{"start":"app.js"},"version":"0.2.5-59","engines":{"node":"0.6.x"},"dependencies":{"socket.io":"0.9.x","mime":"1.2.x"},"analyzed":true,"state":"stopped"}' }
debug: { statusCode: 200,
debug: result:
debug: { appname: true,
debug: available: false,
debug: message: 'Subdomain chosen belongs to another user',
debug: subdomain: false,
debug: domain: true } }
error: The subdomain requested is already in use
prompt: Subdomain name: (richardh-draw.richardh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment