Skip to content

Instantly share code, notes, and snippets.

@Vadorequest
Created September 25, 2013 13:36
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 Vadorequest/6699699 to your computer and use it in GitHub Desktop.
Save Vadorequest/6699699 to your computer and use it in GitHub Desktop.
info: Analyzing application dependencies in node app.js
info: Checking app availability TripAnalyzer
info: Creating app TripAnalyzer
info: Creating snapshot 0.0.1
info Uploading: [=============================] 100%
error: Error running command deploy
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
@Vadorequest
Copy link
Author

data:    {
data:        author: '',
data:        dependencies: {
data:            sails-disk: '~0.9.0',
data:            grunt: '0.4.1',
data:            sails: '0.9.4',
data:            ejs: '0.8.4',
data:            bcrypt: '0.7.7',
data:            sails-mongo: '~0.9.5',
data:            optimist: '0.3.4'
data:        },
data:        description: 'Trip Analyzer is a project application.',
data:        engines: { node: '0.10.10' },
data:        license: '',
data:        main: 'app.js',
data:        name: 'TripAnalyzer',
data:        private: true,
data:        repository: '',
data:        scripts: { start: 'node app.js', debug: 'node debug app.js' },
data:        subdomain: 'trip-analyzer',
data:        version: '0.0.1'
data:    }

@Vadorequest
Copy link
Author

info:    Creating snapshot 0.0.1-1
info     Uploading: [=============================] 100%
info:    Updating app TripAnalyzer
info:    Activating snapshot 0.0.1-1 for TripAnalyzer
info:    Starting app TripAnalyzer
error:   Error running command deploy
error:   Subscription limit reached. No drones started. Current using all1 256mb drones.
error:   Error returned from Nodejitsu:
error:   Error: Subscription limit reached. No drones started. Current using all1 256mb drones.
error:       at AppController._start.provisioned (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:735:17)
error:       at module.exports.billing.checkRunning (/root/nodejitsu/lib/nodejitsu/billing/billing.js:263:11)
error:       at module.exports.billing.countRunning (/root/nodejitsu/lib/nodejitsu/billing/billing.js:56:14)
error:       at module.exports.billing.countRunningMemory (/root/nodejitsu/lib/nodejitsu/billing/billing.js:72:14)
error:       at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:180:13)
error:       at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:93:12)
error:       at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:175:14)
error:       at Couchdb.view (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:143:5)
error:       at Request._onResponse [as _callback] (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:233:9)
error:       at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)

@Vadorequest
Copy link
Author

data:    {
data:        author: '',
data:        dependencies: {
data:            sails-disk: '~0.9.0',
data:            grunt: '0.4.1',
data:            sails: '0.9.4',
data:            ejs: '0.8.4',
data:            bcrypt: '0.7.7',
data:            sails-mongo: '~0.9.5',
data:            optimist: '0.3.4'
data:        },
data:        description: 'Trip Analyzer is a project application.',
data:        engines: { node: '0.10.x' },
data:        license: '',
data:        main: 'app.js',
data:        name: 'TripAnalyzer',
data:        private: true,
data:        repository: '',
data:        scripts: { start: 'node app.js', debug: 'node debug app.js' },
data:        subdomain: 'trip-analyzer',
data:        version: '0.0.1-2'
data:    }
data:
prompt: Is this ok?:  (yes) yes
info:    Creating snapshot 0.0.1-2
info     Uploading: [=============================] 100%
info:    Updating app TripAnalyzer
info:    Activating snapshot 0.0.1-2 for TripAnalyzer
info:    Starting app TripAnalyzer
error:   Error running command deploy
info:    The nodejitsu api reset the connection
help:    This error may be due to the application or the drone server

@Vadorequest
Copy link
Author

>jitsu deploy TripAnalyzer
info:    Welcome to Nodejitsu Vadorequest
info:    jitsu v0.13.2, node v0.10.18
info:    It worked if it ends with Nodejitsu ok
info:    Executing command deploy TripAnalyzer
error:   Error: No datacenter name specified
error:   Please use a valid datacenter name.
info:    You can use one of the following providers
data:    jitsu deploy joyent us-east-1
data:    jitsu deploy joyent us-sw-1
data:    jitsu deploy joyent us-west-1
data:    jitsu deploy joyent eu-ams-1
error:   Error running command deploy TripAnalyzer
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

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