Skip to content

Instantly share code, notes, and snippets.

@cj3kim
Created March 31, 2014 20:18
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 cj3kim/9901290 to your computer and use it in GitHub Desktop.
Save cj3kim/9901290 to your computer and use it in GitHub Desktop.
Undetailed Error Report
info: Creating snapshot 0.0.1-1
info: Uploading: [=============================] 100%
error: Error running command deploy
error: Error building snapshot
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
@cj3kim
Copy link
Author

cj3kim commented Mar 31, 2014

info: Welcome to Nodejitsu cj3kim
info: jitsu v0.13.15, node v0.10.25
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in npm run compile:js && npm run compile:css && node server.js

@cj3kim
Copy link
Author

cj3kim commented Mar 31, 2014

{
"name": "med-chat",
"description": "application",
"version": "0.0.1-1",
"private": true,
"scripts": {
"start": "npm run compile:js && npm run compile:css && node server.js",
"start-dev": "npm run compile:js && npm run compile:css && npm run watch:compile:js & npm run watch:compile:css & node server.js",
"compile:js": "node tasks/initial-js-compile.js",
"compile:css": "node tasks/initial-css-compile.js",
"watch:compile:js": "node tasks/js-watch.js",
"watch:compile:css": "node tasks/css-watch.js"
},
"dependencies": {
"express": "3.x"
},
"subdomain": "med-chat",
"engines": {
"node": "0.10.25"
}
}

@cj3kim
Copy link
Author

cj3kim commented Mar 31, 2014

info: Welcome to Nodejitsu cj3kim
info: jitsu v0.13.15, node v0.10.25
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/cj3kim/med-chat',
debug: headers:
debug: { Authorization: '****************************************************************_',
debug: 'Content-Type': 'application/json',
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'cj3kim/med-chat',
debug: name: 'med-chat',
debug: scripts:
debug: { start: 'npm run compile:js && npm run compile:css && node server.js',
debug: 'start-dev': 'npm run compile:js && npm run compile:css && npm run watch:compile:js & npm run watch:compile:css & node server.js',
debug: 'compile:js': 'node tasks/initial-js-compile.js',
debug: 'compile:css': 'node tasks/initial-css-compile.js',
debug: 'watch:compile:js': 'node tasks/js-watch.js',
debug: 'watch:compile:css': 'node tasks/css-watch.js' },
debug: user: 'cj3kim',
debug: subdomain: 'med-chat',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'med-chat',
debug: NODE_ENV: 'production',
debug: PORT: '8080' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1396295430802,
debug: mtime: 1396296748775,
debug: resource: 'App',
debug: rev: '2-30255973b159e904ef205c09c6096856',
debug: version: '0.0.1',
debug: dependencies: { express: '3.x' },
debug: description: 'xxxxxx',
debug: engines: { node: '0.10.25' },
debug: id: 'med-chat' } } }
info: Creating snapshot 0.0.1-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cj3kim/med-chat/snapshots/0.0.1-1',
debug: headers:
debug: { Authorization: '**
**************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 211628,
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info: Uploading: [=============================] 100%
error: Error running command deploy
error: Error building snapshot
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

@cj3kim
Copy link
Author

cj3kim commented Mar 31, 2014

nfo: Welcome to Nodejitsu cj3kim
info: jitsu v0.13.15, node v0.10.25
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots create
info: Analyzing application dependencies in npm run compile:js && npm run compile:css && node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/cj3kim/med-chat',
debug: headers:
debug: { Authorization: '****************************************************************_',
debug: 'Content-Type': 'application/json',
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'cj3kim/med-chat',
debug: name: 'med-chat',
debug: scripts:
debug: { start: 'npm run compile:js && npm run compile:css && node server.js',
debug: 'start-dev': 'npm run compile:js && npm run compile:css && npm run watch:compile:js & npm run watch:compile:css & node server.js',
debug: 'compile:js': 'node tasks/initial-js-compile.js',
debug: 'compile:css': 'node tasks/initial-css-compile.js',
debug: 'watch:compile:js': 'node tasks/js-watch.js',
debug: 'watch:compile:css': 'node tasks/css-watch.js' },
debug: user: 'cj3kim',
debug: subdomain: 'med-chat',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'med-chat',
debug: NODE_ENV: 'production',
debug: PORT: '8080' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1396295430802,
debug: mtime: 1396296748775,
debug: resource: 'App',
debug: rev: '2-30255973b159e904ef205c09c6096856',
debug: version: '0.0.1',
debug: dependencies: { express: '3.x' },
debug: description: 'sfxxxxx',
debug: engines: { node: '0.10.25' },
debug: id: 'med-chat' } } }
info: Creating snapshot 0.0.1-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cj3kim/med-chat/snapshots/0.0.1-1',
debug: headers:
debug: { Authorization: '**
**************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 211833,
debug: 'user-agent': 'jitsu/0.13.15' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info: Uploading: [=============================] 100%
error: Error running command snapshots create
error: Error building snapshot
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
ChrisKims-iMac:med-chat CK-iMac$

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