Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Created December 4, 2013 15:46
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 joeybaker/8464b654859dac1c7599 to your computer and use it in GitHub Desktop.
Save joeybaker/8464b654859dac1c7599 to your computer and use it in GitHub Desktop.
billing error
jitsu cloud joyent us-east-1 --drones=4 --ram=1024
info: Welcome to Nodejitsu ubntjoey
info: jitsu v0.13.4, node v0.10.22
info: It worked if it ends with Nodejitsu ok
info: Executing command cloud joyent us-east-1
info: Fetching app uwn
info: App currently deployed to the cloud with:
data: {
data: datacenter: 'us-east-1',
data: drones: 2,
data: provider: 'joyent',
data: ram: 1024
data: }
info: Deploying application to the cloud with:
data: {
data: datacenter: 'us-east-1',
data: drones: 4,
data: provider: 'joyent',
data: ram: 1024
data: }
error: Error starting uwn
error: Error running command cloud joyent us-east-1
error: Unspecified error
error: Error returned from Nodejitsu:
error: Error: No response from billing server: ECONNREFUSED.
error: at Request.Billing.request [as _callback] (/root/nodejitsu/node_modules/nodejitsu-billing-api/lib/client.js:288:23)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/nodejitsu-billing-api/node_modules/request/request.js:129:22)
error: at Request.EventEmitter.emit (events.js:96:17)
error: at ClientRequest.Request.init.self.clientErrorHandler (/root/nodejitsu/node_modules/nodejitsu-billing-api/node_modules/request/request.js:239:10)
error: at ClientRequest.EventEmitter.emit (events.js:96:17)
error: at CleartextStream.socketErrorListener (http.js:1455:9)
error: at CleartextStream.EventEmitter.emit (events.js:96:17)
error: at Socket.onerror (tls.js:1336:17)
error: at Socket.EventEmitter.emit (events.js:126:20)
error: at Socket._destroy.self.errorEmitted (net.js:329:14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment