Skip to content

Instantly share code, notes, and snippets.

@Fabryz

Fabryz/webops Secret

Last active December 15, 2015 19: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 Fabryz/0a6364a1a716a5313186 to your computer and use it in GitHub Desktop.
Save Fabryz/0a6364a1a716a5313186 to your computer and use it in GitHub Desktop.
➜ wander git:(master) jitsu apps start wander
info: Welcome to Nodejitsu fabryz
info: jitsu v0.12.10, node v0.8.21
info: It worked if it ends with Nodejitsu ok
info: Executing command apps start wander
info: Starting app wander
debug: { method: 'GET',
debug: uri: 'http://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.nodejitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.nodejitsu.com' },
debug: telefonica:
debug: { 'eu-lon-1': 'api.tf.eu.lon1.nodejitsu.com',
debug: 'eu-mad-1': 'api.tf.eu.mad1.nodejitsu.com' } } } }
debug: { method: 'GET',
debug: uri: 'http://api.nodejitsu.com/apps/fabryz/wander/cloud',
debug: headers:
debug: { Authorization: '*************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: [ { provider: 'joyent',
debug: datacenter: 'us-east-1',
debug: drones: 0,
debug: ram: 256 } ] }
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/fabryz/wander/start',
debug: headers:
debug: { Authorization: '*************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 500,
debug: result:
debug: { message: 'conservatory Error (500): Internal Server Error',
debug: stack: 'Error: conservatory Error (500): Internal Server Error\n at Request.Client._request [as _callback] (/root/nodejitsu/node_modules/conservatory-api/node.js/lib/client/client.js:128:15)\n at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16)\n at Request.EventEmitter.emit (events.js:96:17)\n at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/request/main.js:517:14)\n at IncomingMessage.EventEmitter.emit (events.js:126:20)\n at IncomingMessage._emitEnd (http.js:366:10)\n at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)\n at Socket.socketOnData [as ondata] (http.js:1447:20)',
debug: result: { error: 'not_found', reason: 'deleted' },
debug: status: '500' } }
error: Error running command apps start wander
error: Nodejitsu Error (500): Internal Server Error
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
error Thu, 04 Apr 2013 19:34:41 GMT module.js:337
throw new Error("Cannot find module '" + request + "'");
^
Error: Cannot find module 'express'
at Function._resolveFilename (module.js:337:11)
at Function._load (module.js:279:25)
at Module.require (module.js:359:17)
at require (module.js:375:17)
at Object. (/opt/haibu/apps/fabryz/wander/package/server.js:6:15)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:31)
at Function._load (module.js:311:12)
at Function.runMain (module.js:484:10)
error Thu, 04 Apr 2013 19:34:41 GMT The "sys" module is now called "util". It should have a similar interface.
error Thu, 04 Apr 2013 19:34:41 GMT
error Thu, 04 Apr 2013 09:07:48 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment