Skip to content

Instantly share code, notes, and snippets.

View mwawrusch's full-sized avatar

Martin Wawrusch mwawrusch

View GitHub Profile
Updating app blankstatement-site
info: Activating snapshot 0.0.1-448 for blankstatement-site
info: Starting app blankstatement-site
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: Errors occured while starting the application
error: at onStarted (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:789:16)
error: at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:655:14)
error: at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:309:14)
@mwawrusch
mwawrusch / gist:6498326
Created September 9, 2013 16:47
Nodejitsu support request
Hi guys,
now that was an embarrassing moment again yesterday, why do your downtimes always happen when I am at VC meetings???
So here is the gist:
* I think you need to rethink your operations culture. Catastrophic downtimes like yesterday are simply not acceptable anymore, especially as Heroku has their act together. I talked to a lot of people, recommended you during the last year, but you are getting a bad street cred these days.
* The weird pricing model makes things even more complicated, if Sly would not have restarted my drones I would have had to go through 4 different accounts myself. Don't play your customers for fools with that pricing model, instead do what other people figured out as a working model: Have two counters, one for small drones, one for large drones, and pay per usage.
info: Creating snapshot 0.0.1-46
info Uploading: [ ] 0% info Uploading: [===== ] 18% info Uploading: [=================== ] 66% info Uploading: [=============================] 100%
info: Updating app openb-app
info: Activating snapshot 0.0.1-46 for openb-app
info: Starting app openb-app
error: Error running command deploy
error: socket hang up
info: The nodejitsu api reset the connection
help: This error may be due to the application or the drone server
help: For help with this error contact Nodejitsu Support:
api.modeista.com » Snapshot 2013-08-31 08:00:48
Overview
Status code Response time Location Actual URL
- - Brazil - São Paulo (Amazon) -
Connection error: [Errno -2] Name or service not known
Your application was crash looping! It has been stopped.
Don't worry, once you find the source of the problem you can restart it.
To restart your application run the following jitsu command:
jitsu apps start modeista-api
If you are still having trouble logging in or if you have any questions, please feel free to email support@nodejitsu.com, visit our support center, or join the #nodejitsu channel on irc.freenode.net!
nfo: Creating snapshot 0.0.1-321
info Uploading: [= ] 6% info Uploading: [==== ] 18% info Uploading: [========= ] 35% info Uploading: [=============== ] 54% info Uploading: [==================== ] 71% info Uploading: [======================== ] 83% info Uploading: [========================== ] 91% info Uploading: [=============================] 100%
info: Updating app modeista-site
info: Activating snapshot 0.0.1-321 for modeista-site
info: Starting app modeista-site
error: Error running command deploy
error: socket hang up
info: The nodejitsu api reset the connection
help: This error may be due to the application or the drone server
help: For help with this error contact Nodejitsu Support:
Output:
~/blankstatement-site/bin ~/blankstatement-site
~/blankstatement-site
./bin
/home/ubuntu/blankstatement-site/bin/.jitsuconf
~/blankstatement-site ~/blankstatement-site
info: Welcome to Nodejitsu blankstatement
info: jitsu v0.13.0, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
~/blankstatement-site/bin ~/blankstatement-site
~/blankstatement-site
./bin
/home/ubuntu/blankstatement-site/bin/.jitsuconf
~/blankstatement-site ~/blankstatement-site
info: Welcome to Nodejitsu blankstatement
info: jitsu v0.13.0, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in lib/index.js
~/blankstatement-site/bin ~/blankstatement-site
~/blankstatement-site
./bin
/home/ubuntu/blankstatement-site/bin/.jitsuconf
~/blankstatement-site ~/blankstatement-site
info: Welcome to Nodejitsu blankstatement
info: jitsu v0.13.0, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in lib/index.js
@mwawrusch
mwawrusch / gist:6296271
Created August 21, 2013 15:51
circleci script for nodejitsu This assumes that you include jitsu within the dev section of your npm, store this script in ./bin, and also include a .jitsuconf in bin
#!/bin/bash
BASEDIR=$(dirname $0)
pushd $(dirname $0)
JITSUCONF=`pwd`
JITSUCONF=$JITSUCONF/.jitsuconf
popd
echo $BASEDIR