Created
October 26, 2012 17:35
-
-
Save hunterloftis/3960121 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/work/boilerplate2 (master *%) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.2, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node server.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hunter/work/boilerplate2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues | |
warn: Use specific versions for dependencies to avoid future problems | |
warn: See: http://package.json.jit.su for more information | |
data: | |
data: { | |
data: author: 'Hunter Loftis <[email protected]>', | |
data: dependencies: { | |
data: jade: '*', | |
data: express: '3.0.0rc2', | |
data: stylus: '*', | |
data: connect-timeout: '*', | |
data: oauth: '*', | |
data: github: '*', | |
data: connect-redis: '*' | |
data: }, | |
data: subdomain: 'components', | |
data: engines: { node: '0.8.x' }, | |
data: name: 'components', | |
data: scripts: { start: 'node server.js' }, | |
data: version: '0.0.1-16' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.1-16 | |
info Uploading: [== ] 9% | |
info: Updating app components | |
info: Activating snapshot 0.0.1-16 for components | |
info: Starting app components | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: | |
error: There was an error while attempting to start the app | |
error: Error spawning drone | |
error: Script prematurely exited | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from app: | |
error: | |
error: Assertion failed: knp->data_type == KSTAT_DATA_INT32, file ../deps/uv/src/unix/sunos.c, line 349 | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment