3

我在 Nodejitsu 上遇到套接字挂起错误,这是什么意思?

  error:   Error running command deploy
  error:   socket hang up
  error:   Error: socket hang up
  error:       at createHangUpError (http.js:1107:15)
  error:       at Socket.onend (http.js:1188:27)
  error:       at TCP.onread (net.js:369:26)
  info:    Nodejitsu not ok
4

1 回答 1

4

您可能正在做的两件事会导致这种情况:

  • 确保您使用的端口 > 1024(无 sudo)确保您的应用程序是 <
  • 50mb 磁盘空间

如果这不起作用,请通过 nodejitsu 发送电子邮件支持或访问 irc.freenode.org 上的#nodejitsu

于 2012-07-10T22:23:19.830 回答