Skip to content

Instantly share code, notes, and snippets.

@porsager
porsager / gist:3812567
Created October 1, 2012 15:39
jitsu package.json
{
"name": "doableapi",
"version": "0.0.1-45",
"private": true,
"dependencies": {
"express": ">= 2.5.0",
"mongodb": ">= 0.9.6-7",
"mongoose": ">= 2.3.9",
"mongoose-types": ">= 0",
"underscore": ">= 1.2.1",
info: Creating snapshot 0.0.1-50
info: Updating app doableapi
info: Activating snapshot 0.0.1-50 for doableapi
info: Starting app doableapi
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: Error spawning drone
error: Script took too long to listen on a socket
var http = require('http'),
mongoose = require('mongoose'),
fs = require('fs'),
User = require('./models/user'),
dbPath = "mongodb://xxx:xxx:27867/xxx",
express = require('express'),
app = express();
mongoose.connect(dbPath);
mongoose.set('debug', true);
info: Creating snapshot 0.0.1-55
info: Updating app doableapi
info: Activating snapshot 0.0.1-55 for doableapi
info: Starting app doableapi
error: Error running command deploy
error: socket hang up
error: Error: socket hang up
error: at createHangUpError (http.js:1253:15)
error: at CleartextStream.socketCloseListener (http.js:1304:23)
error: at CleartextStream.EventEmitter.emit (events.js:115:20)
info: Starting app doableapi
error: Error running command deploy
error: ETIMEDOUT
error: Error: ETIMEDOUT
error: at Object._onTimeout (/usr/local/lib/node_modules/jitsu/node_modules/nodejitsu-api/node_modules/request/main.js:467:19)
error: at Timer.list.ontimeout (timers.js:101:19)
info: Nodejitsu not ok
info: Starting app doableapi
error: Error running command deploy
error: socket hang up
error: Error: socket hang up
error: at createHangUpError (http.js:1253:15)
error: at CleartextStream.socketCloseListener (http.js:1304:23)
error: at CleartextStream.EventEmitter.emit (events.js:115:20)
error: at SecurePair.destroy (tls.js:808:22)
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
info: Nodejitsu not ok
info: Starting app doableapi
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
info: Creating snapshot 0.0.1-99
info: Updating app doableapi
info: Activating snapshot 0.0.1-99 for doableapi
info: Starting app doableapi
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
info: Starting app doableapi
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
MonoTouch's certificate trust decision is delegate to iOS itself. However it
might not match Safari 100% of the time since it seems that Safari does a bit
of processing when some things are missing.
The 0x5 code being returned maps to kSecTrustResultRecoverableTrustFailure.
This means the trust could not be confirmed but that it _could_ be fixed (i.e.
it's not refused, but not complete enough to be accepted either).
This can happen for several reasons. In this case it seems* related to a
missing intermediate CA certificate. The https server is not configured to