无法读取null的属性'_externalStream'

时间:2016-07-21 10:19:18

标签: node.js server

我需要帮助!!我不知道为什么我会发现这个错误。

_http_server.js:326
socket.on('drain', socketOnDrain);
^
TypeError: Cannot read property '_externalStream' of null
at Server.connectionListener (_http_server.js:331:32)
at emitOne (events.js:77:13)
at Server.emit (events.js:169:7)
at Object.onconnection (net.js:1427:8)
at onconnection (cluster.js:646:26)
at Worker.onmessage (cluster.js:527:9)
at process.<anonymous> (cluster.js:710:8)
at emitTwo (events.js:92:20)
at process.emit (events.js:172:7)
at handleMessage (internal/child_process.js:685:10)

请解释我如何解决这个问题。

1 个答案:

答案 0 :(得分:0)

我不知道为什么会发生这种情况,但我知道这与大量内存消耗有关。所以我运行几个应用程序并添加nginx平衡。 错误后再也没有重复过。