Skip to content

Instantly share code, notes, and snippets.

@timsavery
Created April 22, 2012 15:17
Show Gist options
  • Save timsavery/2464590 to your computer and use it in GitHub Desktop.
Save timsavery/2464590 to your computer and use it in GitHub Desktop.
tsavery@tangialt01:~/github/timsavery/gklst-cards-scroll$ jitsu deploy
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: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /home/tsavery/github/timsavery/gklst-cards-scroll/package.json
data:
data: {
data: engines: { node: 'v0.6.x' },
data: name: 'gklst-cards',
data: subdomain: 'nodephillylive',
data: scripts: { start: 'app.js' },
data: dependencies: {
data: imagemagick: '0.1.2',
data: ntwitter: '0.2.10',
data: jade: '0.22.x',
data: request: '2.9.x',
data: socket.io: '0.9.1-1',
data: async: '0.1.x',
data: oauth: '0.9.x',
data: express: '2.5.x'
data: },
data: private: true,
data: version: '0.0.1-4'
data: }
data:
prompt: Is this ok? (yes): yes
warn: Creating new snapshot for version 0.0.1-4
info: Done creating snapshot 0.0.1-4
info: Updating application gklst-cards
info: Activating snapshot 0.0.1-4 for gklst-cards
info: Stopping app gklst-cards
info: App gklst-cards is now stopped
info: Starting app gklst-cards
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
error:
error: info: socket.io started
error: The "sys" module is now called "util". It should have a similar interface.
error: carapace has wrapped: /usr/local/src/timsavery/gklst-cards/gklst-cards-scroll/app.js
error: and exports: stack, connections, allowHalfOpen, _handle, _events, httpAllowHalfOpen, cache, settings, redirects, isCallbacks, _locals, dynamicViewHelpers, errorHandlers, route, routes, router, __usedRouter
error: /root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/entity-buffer.js:97
error: first = buffer[0];
error: ^
error: TypeError: Cannot read property '0' of null
error: at flushEntity (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/entity-buffer.js:97:23)
error: at /root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/utile/node_modules/async/lib/async.js:118:13
error: at Object.forEachSeries (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/utile/node_modules/async/lib/async.js:134:9)
error: at [object Object].flush (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/entity-buffer.js:113:9)
error: at /root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/music/register.js:78:19
error: at Client.<anonymous> (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/client.js:88:9)
error: at [object Object].<anonymous> (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/music/register.js:61:14)
error: at [object Object].emit (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/eventemitter2/lib/eventemitter2.js:319:22)
error: at [object Object]._onData (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/nssocket/lib/nssocket.js:435:8)
error: at EventEmitter.<anonymous> (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/nssocket/node_modules/lazy/lazy.js:62:13)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment