Skip to content

Instantly share code, notes, and snippets.

@Kreatous
Created April 7, 2013 22:18
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 Kreatous/5332805 to your computer and use it in GitHub Desktop.
Save Kreatous/5332805 to your computer and use it in GitHub Desktop.
I need a little help please i am trying to deploy an app but its gets stuck and throws no error
info: Welcome to Nodejitsu yoshimotor
info: jitsu v0.12.10-1, node v0.10.3
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /home/keshav/Desktop
warn: Creating package.json at /home/keshav/Desktop/package.json
help:
help: A package.json stores meta-data about an app
help: In order to continue we'll need to gather some information about the app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: Application name: (Desktop) wavvv
prompt: Subdomain name: (yoshimotor-Desktop) wavvv
prompt: scripts.start: (node app) wavvv.js
prompt: version: (0.0.0)
prompt: engines.node: (0.8.x)
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/yoshimotor/wavvv/available',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"wavvv","subdomain":"wavvv","scripts":{"start":"wavvv.js"},"version":"0.0.0","engines":{"node":"0.8.x"}}' }
debug: { statusCode: 200,
debug: result: { available: true } }
warn: About to write /home/keshav/Desktop/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: name: 'wavvv',
data: scripts: { start: 'wavvv.js' },
data: subdomain: 'wavvv',
data: version: '0.0.0'
data: }
data:
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in wavvv.js
WARN package.json wavvv@0.0.0 No README.md file found!
info: Found new dependencies. They will be added automatically
data: { express: '*', nano: '*' }
warn: About to write /home/keshav/Desktop/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems
warn: See: http://package.json.jit.su for more information
data:
data: {
data: dependencies: { express: '*', nano: '*' },
data: engines: { node: '0.8.x' },
data: name: 'wavvv',
data: scripts: { start: 'wavvv.js' },
data: subdomain: 'wavvv',
data: version: '0.0.0'
data: }
data:
prompt: Is this ok?: (yes)
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/yoshimotor/wavvv',
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 wavvv
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/yoshimotor/wavvv/available',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"wavvv","subdomain":"wavvv","scripts":{"start":"wavvv.js"},"version":"0.0.0","engines":{"node":"0.8.x"},"dependencies":{"express":"*","nano":"*"},"state":"stopped"}' }
debug: { statusCode: 200,
debug: result: { available: true } }
info: Creating app wavvv
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/yoshimotor/wavvv',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"wavvv","subdomain":"wavvv","scripts":{"start":"wavvv.js"},"version":"0.0.0","engines":{"node":"0.8.x"},"dependencies":{"express":"*","nano":"*"},"state":"stopped"}' }
debug: { statusCode: 201, result: undefined }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment