Advertisement
Guest User

Untitled

a guest
Oct 9th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. [xxx@mydevil]:<~/redis_test>$ node redis.js >> a1.txt &
  2. [xxx@mydevil]:<~/redis_test>$
  3. events.js:66
  4. throw arguments[1]; // Unhandled 'error' event
  5. ^
  6. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  7. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  8. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  9. at Socket.EventEmitter.emit (events.js:88:17)
  10. at Socket._destroy.self.errorEmitted (net.js:327:14)
  11. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  12.  
  13. events.js:66
  14. throw arguments[1]; // Unhandled 'error' event
  15. ^
  16. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  17. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  18. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  19. at Socket.EventEmitter.emit (events.js:88:17)
  20. at Socket._destroy.self.errorEmitted (net.js:327:14)
  21. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  22.  
  23. events.js:66
  24. throw arguments[1]; // Unhandled 'error' event
  25. ^
  26. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  27. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  28. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  29. at Socket.EventEmitter.emit (events.js:88:17)
  30. at Socket._destroy.self.errorEmitted (net.js:327:14)
  31. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  32.  
  33. events.js:66
  34. throw arguments[1]; // Unhandled 'error' event
  35. ^
  36. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  37. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  38. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  39. at Socket.EventEmitter.emit (events.js:88:17)
  40. at Socket._destroy.self.errorEmitted (net.js:327:14)
  41. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  42.  
  43. events.js:66
  44. throw arguments[1]; // Unhandled 'error' event
  45. ^
  46. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  47. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  48. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  49. at Socket.EventEmitter.emit (events.js:88:17)
  50. at Socket._destroy.self.errorEmitted (net.js:327:14)
  51. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  52.  
  53. events.js:66
  54. throw arguments[1]; // Unhandled 'error' event
  55. ^
  56.  
  57. events.js:66
  58. throw arguments[1]; // Unhandled 'error' event
  59. ^
  60. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  61. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  62. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  63. at Socket.EventEmitter.emit (events.js:88:17)
  64. at Socket._destroy.self.errorEmitted (net.js:327:14)
  65. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  66. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  67. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  68. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  69. at Socket.EventEmitter.emit (events.js:88:17)
  70. at Socket._destroy.self.errorEmitted (net.js:327:14)
  71. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
  72.  
  73. events.js:66
  74. throw arguments[1]; // Unhandled 'error' event
  75. ^
  76. Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
  77. at RedisClient.on_error (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:140:24)
  78. at Socket.<anonymous> (/usr/home/xxx/node_modules/socket.io/node_modules/redis/index.js:74:14)
  79. at Socket.EventEmitter.emit (events.js:88:17)
  80. at Socket._destroy.self.errorEmitted (net.js:327:14)
  81. at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement