Created
November 11, 2012 09:05
-
-
Save paultanner/4054244 to your computer and use it in GitHub Desktop.
error from 1st node app on nodejitsu
This file contains 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
Paul-Tanners-iMac:multisub paul_tanner$ jitsu deploy | |
info: Welcome to Nodejitsu virtual-techno | |
info: jitsu v0.11.2, node v0.8.14 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in multisub.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/paul_tanner/Desktop/multisub/package.json | |
data: | |
data: { | |
data: scripts: { start: 'multisub.js' }, | |
data: engines: { node: '0.8.x' }, | |
data: dependencies: { pachube-stream: '0.0.x' }, | |
data: version: '0.0.0-1', | |
data: subdomain: 'vt-multisub', | |
data: name: 'multisub' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.0-1 | |
info Uploading: [=============================] 100% | |
info: Updating app multisub | |
info: Activating snapshot 0.0.0-1 for multisub | |
info: Starting app multisub | |
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 took too long to listen on a socket | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from app: | |
error: | |
error: subscription request /feeds/68131/datastreams/UsagePower using ArMTcMNGVOSUp8ntlhmO6_UIHZ6SAKwxVEtWQXhzNElTbz0g | |
error: subscription request /feeds/68131/datastreams/GenerationPower using ArMTcMNGVOSUp8ntlhmO6_UIHZ6SAKwxVEtWQXhzNElTbz0g | |
error: subscribed to: /feeds/68131/datastreams/UsagePower subscribe:209b9b0c-9d20-482c-8086-ae52804c7625 | |
error: subscribed to: /feeds/68131/datastreams/GenerationPower subscribe:7f1b79d1-759e-46f6-bb05-433467e5f8ba | |
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