Skip to content

Instantly share code, notes, and snippets.

@nvcexploder
Created April 10, 2012 20:39
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 nvcexploder/2354305 to your computer and use it in GitHub Desktop.
Save nvcexploder/2354305 to your computer and use it in GitHub Desktop.
nodejitsu error on deplyment
{
"process": {
"pid": 8461,
"uid": 459565676,
"gid": 74715970,
"cwd": "/Users/backer/src/git/ren",
"execPath": "/usr/local/bin/node",
"version": "v0.6.7",
"argv": [
"node",
"/usr/local/bin/jitsu",
"apps",
"deploy",
"ren"
],
"memoryUsage": {
"rss": 41902080,
"heapTotal": 30677184,
"heapUsed": 20047328
}
},
"os": {
"loadavg": [
1.0673828125,
1.0947265625,
1.1630859375
],
"uptime": 518633
},
"trace": [
{
"column": null,
"file": null,
"function": "String.CALL_NON_FUNCTION",
"line": null,
"method": "CALL_NON_FUNCTION",
"native": true
},
{
"column": 16,
"file": "/usr/local/lib/node_modules/jitsu/lib/jitsu/commands/apps.js",
"function": null,
"line": 79,
"method": null,
"native": false
},
{
"column": 14,
"file": "/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/lib/client/client.js",
"function": "Request._callback",
"line": 106,
"method": "_callback",
"native": false
},
{
"column": 22,
"file": "/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js",
"function": "Request.callback",
"line": 104,
"method": "callback",
"native": false
},
{
"column": 18,
"file": "/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js",
"function": "",
"line": 458,
"method": null,
"native": false
},
{
"column": 17,
"file": "events.js",
"function": "Request.emit",
"line": 67,
"method": "emit",
"native": false
},
{
"column": 16,
"file": "/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js",
"function": "",
"line": 423,
"method": null,
"native": false
},
{
"column": 20,
"file": "events.js",
"function": "IncomingMessage.emit",
"line": 88,
"method": "emit",
"native": false
},
{
"column": 23,
"file": "http.js",
"function": "HTTPParser.onMessageComplete",
"line": 137,
"method": "onMessageComplete",
"native": false
},
{
"column": 24,
"file": "http.js",
"function": "Socket.ondata",
"line": 1137,
"method": "ondata",
"native": false
}
],
"stack": [
"TypeError: string is not a function",
" at String.CALL_NON_FUNCTION (native)",
" at /usr/local/lib/node_modules/jitsu/lib/jitsu/commands/apps.js:79:16",
" at Request._callback (/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/lib/client/client.js:106:14)",
" at Request.callback (/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js:104:22)",
" at Request.<anonymous> (/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js:458:18)",
" at Request.emit (events.js:67:17)",
" at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js:423:16)",
" at IncomingMessage.emit (events.js:88:20)",
" at HTTPParser.onMessageComplete (http.js:137:23)",
" at Socket.ondata (http.js:1137:24)"
],
"level": "error",
"message": "uncaughtException"
}
@nvcexploder
Copy link
Author

BACKER-MAC:ren backer$ jitsu apps deploy ren
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command apps deploy ren
info: Analyzing your application dependencies in index.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/backer/src/git/ren/package.json
data:
data: {
data: engines: { node: '0.6.x' },
data: author: 'Ben Acker ben.acker@walmartlabs.com',
data: devDependencies: {
data: mocha: '0.12.x',
data: sinon: '1.3.2',
data: should: '0.5.x'
data: },
data: version: '0.0.1-4',
data: subdomain: 'ren',
data: description: 'Walmart Mobile API server',
data: private: true,
data: name: 'ren',
data: dependencies: {
data: hapi: '0.2.1',
data: optimist: '0.3.1',
data: request: '2.9.152',
data: sugar: '1.2.2',
data: joi: '0.0.x',
data: redis: '0.7.x',
data: http-proxy: '0.8.x'
data: },
data: main: 'index.js',
data: scripts: {
data: start: 'index.js',
data: test: 'make test && make unit',
data: tap: 'make test && make tap'
data: }
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.1-4
info: Done creating snapshot 0.0.1-4
info: Updating application ren

@nvcexploder
Copy link
Author

info ren 120410/200051.697, err, Uncaught exception: TypeError: Cannot read property '0' of null at flushEntity (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/entity-buffer.js:97:23) at /root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/utile/node_modules/async/lib/async.js:118:13 at Object.forEachSeries (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/utile/node_modules/async/lib/async.js:134:9) at [object Object].flush (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/entity-buffer.js:113:9) at /root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/music/register.js:78:19 at Client. (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/client.js:88:9) at [object Object]. (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/music/register.js:61:14) at [object Object].emit (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/eventemitter2/lib/eventemitter2.js:319:22) at [object Object]._onData (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/nssocket/lib/nssocket.js:435:8) at EventEmitter. (/root/haibu-orchestra/node_modules/orchestra-instrument/node_modules/nssocket/node_modules/lazy/lazy.js:62:13)
info ren 120410/200051.667, info, Cache initialized. 120410/200051.667, info, Warming it ... 120410/200051.667, info, ( ( ( 120410/200051.667, info, ) ) ) 120410/200051.667, info, ( ( ( 120410/200051.667, info, CACHE 120410/200051.668, info, Routes added successfully 120410/200051.668, info, Ren Server instance started at http://localhost:8088/ 120410/200051.668, info, Ren Server instance started at https://localhost:8089/ 120410/200051.668, info, Ren server successfully started.
error ren carapace has wrapped: /usr/local/src/benacker/ren/ren/index.js
info ren 120410/200051.663, info, Stored value for undefined

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