当我尝试使用 nodejs 访问 spacebrew 服务器时出现服务暂时不可用错误?

当我尝试使用 nodejs 访问 spacebrew 服务器时出现服务暂时不可用错误?

我尝试在“openshift”nodejs 服务器上为 Arduino Yun 项目安装 Spacebrew,但是当我转到 URL 时出现以下错误:

Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.15 (Red Hat) Server at spacebrew-cuebo.rhcloud.com Port 80

我尝试重新启动,但没有成功。如果我登录服务器并查看 dir.log,我会收到以下消息:

Error: listen EACCES
    at errnoException (net.js:901:11)
    at Server._listen2 (net.js:1020:19)
    at listen (net.js:1061:10)
    at net.js:1143:9
    at dns.js:72:18
    at process._tickCallback (node.js:415:13)
    at Function.Module.runMain (module.js:499:11)
    at startup (node.js:119:16)
    at node.js:902:3
warn: [Restart] the spacebrew server has been restarted 1584 time
Running Spacebrew, start with argument '--help' to see available configuration arguments.
More info at http://www.spacebrew.cc

Openshift 运行以下版本的节点:Node.js 0.10

我不确定问题是什么或者我该如何解决它?

相关内容