Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created September 1, 2012 00:33
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 garrettwilkin/3561851 to your computer and use it in GitHub Desktop.
Save garrettwilkin/3561851 to your computer and use it in GitHub Desktop.
First Jitsu deploy fails
gw@airy ~/C/HackerClubProjectOne> jitsu deploy
info: Welcome to Nodejitsu garrettwilkin
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /Users/gw/Code/HackerClubProjectOne
warn: Creating package.json at /Users/gw/Code/HackerClubProjectOne/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: App name: (HackerClubProjectOne)
prompt: subdomain: (garrettwilkin.HackerClubProjectOne) hack
prompt: scripts.start: main.js
prompt: version: (0.0.0) 0.0.1
prompt: engines.node: (0.8.x)
error: The subdomain requested is already in use
hackerclubbdomain: (garrettwilkin.HackerClubProjectOne.garrettwilkin)
warn: About to write /Users/gw/Code/HackerClubProjectOne/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: version: '0.0.1',
data: scripts: { start: 'main.js' },
data: subdomain: 'hackerclub',
data: name: 'HackerClubProjectOne'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing application dependencies in main.js
info: Found new dependencies. They will be added automatically
data: {
data: mongojs: '0.3.x',
data: socket.io: '0.9.x',
data: flatiron: '0.2.x',
data: ecstatic: '0.1.x',
data: union: '0.3.x'
data: }
warn: About to write /Users/gw/Code/HackerClubProjectOne/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: version: '0.0.1',
data: scripts: { start: 'main.js' },
data: subdomain: 'hackerclub',
data: dependencies: {
data: mongojs: '0.3.x',
data: socket.io: '0.9.x',
data: flatiron: '0.2.x',
data: ecstatic: '0.1.x',
data: union: '0.3.x'
data: },
data: name: 'HackerClubProjectOne'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Checking app availability HackerClubProjectOne
info: Creating app HackerClubProjectOne
info: Creating snapshot 0.0.1
info: Updating app HackerClubProjectOne
info: Activating snapshot 0.0.1 for HackerClubProjectOne
info: Starting app HackerClubProjectOne
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: TypeError: Cannot read property '_serverState' of undefined
error: at Db.Object.defineProperty.get [as state] (/opt/haibu/apps/garrettwilkin/HackerClubProjectOne/package/node_modules/mongojs/node_modules/mongodb/lib/mongodb/db.js:2068:31)
error: at /opt/haibu/apps/garrettwilkin/HackerClubProjectOne/package/node_modules/mongojs/index.js:218:47
error: at Array.forEach (native)
error: at Object.exports.connect (/opt/haibu/apps/garrettwilkin/HackerClubProjectOne/package/node_modules/mongojs/index.js:217:34)
error: at Object.<anonymous> (/opt/haibu/apps/garrettwilkin/HackerClubProjectOne/package/main.js:16:30)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error: at Module.load (module.js:356:32)
error: at Function.Module._load (module.js:312:12)
error: at Function.Module.runMain (module.js:492:10)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment