Skip to content

Instantly share code, notes, and snippets.

@srsgores
Created August 25, 2012 23:43
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 srsgores/4e67d6ad3e4cc0b3df15 to your computer and use it in GitHub Desktop.
Save srsgores/4e67d6ad3e4cc0b3df15 to your computer and use it in GitHub Desktop.
Node Deploy Error 2
C:\Users\admin\WebstormProjects\express-test>jitsu deploy
info: Welcome to Nodejitsu srsgores
info: jitsu v0.9.7
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in node app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\Users\admin\WebstormProjects\express-test\package.jso
n
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: scripts: { start: 'node app.js' },
data: subdomain: 'srsgores',
data: version: '0.0.1-2',
data: dependencies: {
data: less-middleware: '*',
data: express: '3.0.0rc3',
data: jade: '*'
data: },
data: private: true,
data: engines: { node: '0.8.x' },
data: name: 'express-test'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-2
info: Updating app express-test
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: App subdomain already exists
error: at module.exports.show.updateCounts.(anonymous function).updateCoun
ts.(anonymous function) (/root/nodejitsu/lib/nodejitsu/resources/app/controller/
update.js:55:31)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/
resourceful/resource.js:184:13)
error: at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/re
sourceful/lib/resourceful/resource.js:93:12)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/
resourceful/resource.js:179:14)
error: at Couchdb.view (/root/nodejitsu/node_modules/resourceful/lib/resou
rceful/engines/couchdb/index.js:143:5)
error: at Request.cradle.Connection.request [as _callback] (/root/nodejits
u/node_modules/resourceful/node_modules/cradle/lib/cradle.js:201:9)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/request
/main.js:120:22)
error: at Request.EventEmitter.emit (events.js:91:17)
error: at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.j
s:555:16)
error: at Request.EventEmitter.emit (events.js:88:17)
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
C:\Users\admin\WebstormProjects\express-test>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment