Created
June 29, 2012 05:47
-
-
Save TokyoDan/3016071 to your computer and use it in GitHub Desktop.
deploy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iMac27:Nodejitsu Caster$ jitsu deploy | |
path.existsSync is now called `fs.existsSync`. | |
info: Welcome to Nodejitsu tot | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
warn: There in no valid package.json file in /Users/Caster/Desktop/Nodejitsu | |
warn: Creating package.json at /Users/Caster/Desktop/Nodejitsu/package.json | |
help: | |
help: A package.json stores meta-data about your application | |
help: In order to continue we'll need to gather some information about your app | |
help: | |
help: Press ^C at any time to quit. | |
help: to select a default value, press ENTER | |
prompt: App name (Nodejitsu): TOT | |
help: | |
help: The subdomain is where your application will reside. | |
help: Your application will then become accessible at: http://yourdomain.jit.su | |
help: | |
prompt: subdomain (tot.Nodejitsu): | |
prompt: scripts.start: | |
prompt: version (0.0.0): | |
prompt: engines (0.8.x): | |
warn: About to write /Users/Caster/Desktop/Nodejitsu/package.json | |
data: | |
data: { | |
data: scripts: { start: '' }, | |
data: name: 'TOT', | |
data: subdomain: 'tot.Nodejitsu', | |
data: engines: { node: '0.8.x' }, | |
data: version: '0.0.0' | |
data: } | |
data: | |
prompt: Is this ok? (yes): | |
info: Analyzing your application dependencies in | |
path.exists is now called `fs.exists`. | |
info: Checking app availability TOT | |
info: Checking app availability TOT | |
info: Creating app TOT | |
info: Creating app TOT | |
error: Error creating TOT | |
error: Nodejitsu Error (500): Internal Server Error | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: Application is locked while it is being created | |
error: at [object Object].create (/root/nodejitsu/lib/nodejitsu/resources/app/controller/create.js:18:21) | |
error: at Object.<anonymous> (/root/nodejitsu/lib/nodejitsu/resources/app/service.js:90:25) | |
error: at apply (/root/nodejitsu/node_modules/director/lib/director/router.js:346:12) | |
error: at iterate (/root/nodejitsu/node_modules/director/lib/director/router.js:45:5) | |
error: at /root/nodejitsu/node_modules/director/lib/director/router.js:56:11 | |
error: at /root/nodejitsu/node_modules/flatiron-http-users/lib/http-users.js:61:7 | |
error: at /root/nodejitsu/node_modules/flatiron-http-users/lib/http-users/auth.js:74:7 | |
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13 | |
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:90:9) | |
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:78:20 | |
info: Nodejitsu not ok | |
iMac27:Nodejitsu Caster$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this same error - did you ever solve it? [email protected]