Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created December 3, 2011 21:07
Show Gist options
  • Save joshsmith/1428154 to your computer and use it in GitHub Desktop.
Save joshsmith/1428154 to your computer and use it in GitHub Desktop.
Jitsu error with name/subdomain combo
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as joshsmith
info: Analyzing your application dependencies in app.js
warn: No application exists for wadsup
info: Checking app availability wadsup
error: Error creating wadsup
error: App name / subdomain combination is not available
error: Error running command deploy
info: Nodejitsu not ok
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ update jitsu
-bash: update: command not found
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu update
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command update
error: Error running command update
error: Cannot run command on unknown resource: update
info: Nodejitsu not ok
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu -v
v0.7.1
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu list
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command list
info: Authenticated as joshsmith
info: Listing apps
data: name state subdomain start latest
data: application-name stopped wadsup app.js joshsmith-application-name-0.0.1-14.tgz
info: Nodejitsu ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment