Skip to content

Instantly share code, notes, and snippets.

@russellsamora
Created August 26, 2013 15:52
Show Gist options
  • Save russellsamora/6343019 to your computer and use it in GitHub Desktop.
Save russellsamora/6343019 to your computer and use it in GitHub Desktop.
Error: Redis connection to ec2-54-224-148-141.compute-1.amazonaws.com:6379 failed - read ETIMEDOUT
at RedisClient.on_error (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:148:24)
at Socket.<anonymous> (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:411:14
at process._tickCallback (node.js:415:13)
Error: listen EACCES
at errnoException (net.js:863:11)
at Server._listen2 (net.js:989:19)
at listen (net.js:1030:10)
at Server.listen (net.js:1096:5)
at Function.app.listen (/home/ec2-user/CivicSeed/node_modules/express/lib/application.js:532:24)
at /home/ec2-user/CivicSeed/bin/server:143:16
at Object.module.exports.loadAll (/home/ec2-user/CivicSeed/controllers.js:11:40)
at /home/ec2-user/CivicSeed/bin/server:117:14
at NativeConnection.<anonymous> (/home/ec2-user/CivicSeed/service.js:22:6)
at NativeConnection.g (events.js:175:14)
Error: listen EACCES
at errnoException (net.js:863:11)
at Server._listen2 (net.js:989:19)
at listen (net.js:1030:10)
at Server.listen (net.js:1096:5)
at Function.app.listen (/home/ec2-user/CivicSeed/node_modules/express/lib/application.js:532:24)
at /home/ec2-user/CivicSeed/bin/server:143:16
at Object.module.exports.loadAll (/home/ec2-user/CivicSeed/controllers.js:11:40)
at /home/ec2-user/CivicSeed/bin/server:117:14
at NativeConnection.<anonymous> (/home/ec2-user/CivicSeed/service.js:22:6)
at NativeConnection.g (events.js:175:14)
Error: Failed to lookup view "/home/ec2-user/CivicSeed/client/views/app.jade"
at Function.app.render (/home/ec2-user/CivicSeed/node_modules/express/lib/application.js:492:17)
at ServerResponse.res.render (/home/ec2-user/CivicSeed/node_modules/express/lib/response.js:721:7)
at Object.handle (/home/ec2-user/CivicSeed/server/controllers/app-control.js:57:8)
at Context.next (/home/ec2-user/CivicSeed/node_modules/express/node_modules/connect/lib/proto.js:199:15)
at Context.actions.pass (/home/ec2-user/CivicSeed/node_modules/passport/lib/passport/context/http/actions.js:77:8)
at SessionStrategy.authenticate (/home/ec2-user/CivicSeed/node_modules/passport/lib/passport/strategies/session.js:52:10)
at attempt (/home/ec2-user/CivicSeed/node_modules/passport/lib/passport/middleware/authenticate.js:243:16)
at Passport.authenticate (/home/ec2-user/CivicSeed/node_modules/passport/lib/passport/middleware/authenticate.js:244:7)
at next (/home/ec2-user/CivicSeed/node_modules/express/node_modules/connect/lib/proto.js:199:15)
at Passport.initialize (/home/ec2-user/CivicSeed/node_modules/passport/lib/passport/middleware/initialize.js:69:5)
Error: Redis connection to ec2-54-224-148-141.compute-1.amazonaws.com:6379 failed - read ETIMEDOUT
at RedisClient.on_error (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:148:24)
at Socket.<anonymous> (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:411:14
at process._tickCallback (node.js:415:13)
Error: Redis connection to ec2-54-224-148-141.compute-1.amazonaws.com:6379 failed - read ETIMEDOUT
at RedisClient.on_error (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:148:24)
at Socket.<anonymous> (/home/ec2-user/CivicSeed/node_modules/socketstream/node_modules/redis/index.js:83:14)
at Socket.EventEmitter.emit (events.js:95:17)
at net.js:411:14
at process._tickCallback (node.js:415:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment