Skip to content

Instantly share code, notes, and snippets.

root@ARC:~/WEBDEV/PORNVOLT_0/PV_0-T1# jitsu deploy --debug
info: Welcome to Nodejitsu vector_t
info: jitsu v0.12.11, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: scripts.start
warn:
@vektor-k
vektor-k / gist:5857073
Created June 25, 2013 09:07
error: Error: Application is locked while it is being created
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in
info: Checking app availability NodeJsBootstrap
info: Checking app availability NodeJsBootstrap
info: Creating app NodeJsBootstrap
info: Creating app NodeJsBootstrap
info: Creating snapshot 0.4.1
error: Error creating NodeJsBootstrap
error: Nodejitsu Error (500): Internal Server Error
error: Error running command deploy
@vektor-k
vektor-k / gist:5857009
Created June 25, 2013 08:53
BOOTSTRAP ERROR
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: npm http GET https://registry.npmjs.org/jquery
npm http GET https://registry.npmjs.org/blueimp-load-image
npm http GET https://registry.npmjs.org/bootstrap
npm http 200 https://registry.npmjs.org/bootstrap
npm ERR! Error: No compatible version found: bootstrap@'>=2.2.2'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2"]
npm ERR! at installTargetsError (/opt/local/lib/node_modules/npm/lib/cache.js:689:10)
@vektor-k
vektor-k / gist:5835123
Created June 21, 2013 23:37
# JITSU DEPLOY --DEBUG AFTER GILT INJECTION TO LIB/TRACKER.JS
root@ARC:~/hummingbird# jitsu deploy --debug
info: Welcome to Nodejitsu vector_t
info: jitsu v0.12.11, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/vector_t/hummingbird',
debug: headers:
debug: { Authorization: '*****************************************************************',
@vektor-k
vektor-k / gist:5835100
Created June 21, 2013 23:31
SOCKET HANGUP AT # JITSU DEPLOY
prompt: Is this ok?: (yes)
info: Creating snapshot 0.2.0-35
info Uploading: [=============================] 100%
info: Updating app hummingbird
info: Activating snapshot 0.2.0-35 for hummingbird
info: Starting app hummingbird
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
@vektor-k
vektor-k / gist:5835029
Created June 21, 2013 23:18
AFTER GILT INJECTION TO LIB/TRACKER.JS
ot@ARC:~/hummingbird# jitsu deploy --debug
info: Welcome to Nodejitsu vector_t
info: jitsu v0.12.11, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/vector_t/hummingbird',
debug: headers:
debug: { Authorization: '*****************************************************************',
@vektor-k
vektor-k / gist:5834768
Created June 21, 2013 22:19
JITSU DEPLOY --DEBUG AFTER GEOIP DEPS FIXED
root@ARC:~/hummingbird# jitsu deploy --debug
info: Welcome to Nodejitsu vector_t
info: jitsu v0.12.11, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/vector_t/hummingbird',
debug: headers:
debug: { Authorization: '*****************************************************************',
@vektor-k
vektor-k / gist:5834737
Created June 21, 2013 22:15
GEOIP COMPILES AFTER ZLIB1G-DEV IS INSTALLED
root@ARC:~# sudo npm install geoip -g
npm http GET https://registry.npmjs.org/geoip
npm http 304 https://registry.npmjs.org/geoip
> geoip@0.4.10 install /usr/lib/node_modules/geoip
> node-gyp rebuild
make: Entering directory `/usr/lib/node_modules/geoip/build'
CC(target) Release/obj.target/geoip/deps/GeoIP-1.5.0/libGeoIP/GeoIP.o
../deps/GeoIP-1.5.0/libGeoIP/GeoIP.c: In function ‘GeoIP_open’:
@vektor-k
vektor-k / gist:5834664
Created June 21, 2013 21:58
GEOIP WEIRD ERROR
root@ARC:~# sudo npm install geoip -g
npm http GET https://registry.npmjs.org/geoip
npm http 304 https://registry.npmjs.org/geoip
> geoip@0.4.10 install /usr/lib/node_modules/geoip
> node-gyp rebuild
make: Entering directory `/usr/lib/node_modules/geoip/build'
CC(target) Release/obj.target/geoip/deps/GeoIP-1.5.0/libGeoIP/GeoIP.o
../deps/GeoIP-1.5.0/libGeoIP/GeoIP.c: In function ‘GeoIP_open’:
@vektor-k
vektor-k / gist:5834604
Created June 21, 2013 21:49
PACKAGE.JSON
{
"name": "hummingbird",
"description": "A node.js statistics server",
"version": "0.2.0-27",
"dependencies": {
"socket.io": "0.9.6",
"node-static": "0.5.9",
"geoip": "0.4.5"
},
"domains": [