Skip to content

Instantly share code, notes, and snippets.

@nvcexploder
Created April 10, 2012 20:39
Show Gist options
  • 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

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