Skip to content

Instantly share code, notes, and snippets.

@rockbot
Created March 13, 2012 18:38
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 rockbot/2030567 to your computer and use it in GitHub Desktop.
Save rockbot/2030567 to your computer and use it in GitHub Desktop.
Nodejitsu Error (500)/App name/subdomain combination is not available
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in app.js
warn: No application exists for CrowdNotes
info: Checking app availability CrowdNotes
error: The subdomain you have requested is already in use.
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (CrowdNotes):
info: Checking app availability CrowdNotes
info: Creating app CrowdNotes
error: Error creating CrowdNotes
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: App name / subdomain combination is not available
error: at /root/nodejitsu/lib/nodejitsu/resources/app/controller/available.js:23:17
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:162:13
error: at Function.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:73:12)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:158:14
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:137:5
error: at IncomingMessage.<anonymous> (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:252:21)
error: at IncomingMessage.emit (events.js:88:20)
error: at HTTPParser.onMessageComplete (http.js:137:23)
error: at Socket.ondata (http.js:1147:24)
error: at TCP.onread (net.js:354:27)
info: Nodejitsu not ok
@rockbot
Copy link
Author

rockbot commented Mar 13, 2012

This is a bug in the nodejitsu system.
Check to see if the app somehow already exists:

jitsu list

if you see your app is stopped, look at the name of the app, and try:

jitsu apps destroy application-name

If that doesn't work, contact the guys in the #nodejitsu channel on IRC!

@rockbot
Copy link
Author

rockbot commented Mar 13, 2012

Covered this error and others like it in the following blog post: http://raquelvelez.com/blog/2012/03/deploying-to-nodejitsu/

@Schr3da
Copy link

Schr3da commented May 28, 2012

I had the same problem... the reason was that I was logged in by the "wrong user account" --> account is case sensitive --> for example if you have an account Guest with a password you can log in even through guest but the server won't start your application because of an error... so you need to log in exactly as you wrote your account in that case Guest than you are able to do the jitsu deploy command without error normally...

I hope that this answer helped you... just remember account is case sensitive!!!
Thank you
best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment