gpt4 book ai didi

node.js - 为什么我不能部署我的应用程序? (蓝调)

转载 作者:行者123 更新时间:2023-11-28 20:40:21 26 4
gpt4 key购买 nike

我尝试在 Bluemix 上部署的 node.js 程序似乎有问题。以下是我在 Dev Ops 上的Build and Deploy 的阶段:

enter image description here

首先,我的测试阶段似乎因错误而失败:

Downloading artifacts...DOWNLOAD SUCCESSFUL
_customer_script.sh: line 3: syntax error near unexpected token `('

Finished: ERRORED

我不知道为什么会这样,因为当我在本地运行 npm test 时,所有测试似乎都通过了。

但是在通过测试阶段可选之后,部署阶段失败,呈现以下错误:

-----> Uploading droplet (16M)

0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 failing
FAILED
Start unsuccessful

TIP: use 'cf logs modfive --recent' for more information

我知道一个事实,当在我的 localhost:3000 上开始使用 server.js 时,我的 JSON 查询似乎只是工作很好,应用程序似乎正在运行。因此我不确定出了什么问题。

我在哪里输入 cf logs modfive --recent。它是在我的本地命令提示符下,还是需要连接到应用程序?因为当应用程序尚未部署时,我如何连接到它?


我似乎无法理解 Bluemix 仪表板上的错误日志,但它在这里:

2016-03-18T18:43:49.048+0530[STG/0]ERR
2016-03-18T18:44:09.328+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:44:09.328+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:44:09.328+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:44:09.328+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:44:09.328+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:44:09.328+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:44:09.328+0530[App/0]ERR ^
2016-03-18T18:44:09.328+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:44:09.328+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:44:09.328+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:44:09.329+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:44:09.329+0530[App/0]ERR at node.js:966:3
2016-03-18T18:44:09.347+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:44:09.350+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR!
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:44:09.353+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:44:09.354+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:44:09.356+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:44:09.357+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:44:09.357+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:44:09.357+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:44:09.360+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:44:09.360+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:44:09.440+0530[DEA/0]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:45:41.110+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:45:41.110+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:45:41.111+0530[App/0]ERR ^
2016-03-18T18:45:41.111+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:45:41.111+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:45:41.111+0530[App/0]ERR at node.js:966:3
2016-03-18T18:45:41.111+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:45:41.111+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:45:41.111+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:45:41.111+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:45:41.111+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:45:41.111+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:45:41.135+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:45:41.136+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:45:41.137+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:45:41.137+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:45:41.137+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:45:41.138+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:45:41.138+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:45:41.138+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:45:41.138+0530[App/0]ERRnpm ERR!
2016-03-18T18:45:41.138+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:45:41.139+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:45:41.139+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:45:41.139+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:45:41.139+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:45:41.139+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:45:41.144+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:45:41.144+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:45:41.241+0530[DEA/153]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:46:45.092+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:46:45.092+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:46:45.092+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:46:45.092+0530[App/0]ERR at node.js:966:3
2016-03-18T18:46:45.092+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:46:45.092+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:46:45.092+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:46:45.092+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:46:45.092+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:46:45.092+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:46:45.092+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:46:45.092+0530[App/0]ERR ^
2016-03-18T18:46:45.113+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:46:45.114+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:46:45.114+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:46:45.115+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:46:45.115+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:46:45.116+0530[App/0]ERRnpm ERR!
2016-03-18T18:46:45.116+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:46:45.116+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:46:45.117+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:46:45.122+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:46:45.122+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:46:45.217+0530[DEA/4]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:47:40.097+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:47:40.097+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:47:40.097+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:47:40.097+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:47:40.097+0530[App/0]ERR ^
2016-03-18T18:47:40.097+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:47:40.097+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:47:40.098+0530[App/0]ERR at node.js:966:3
2016-03-18T18:47:40.098+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:47:40.098+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:47:40.098+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:47:40.098+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:47:40.115+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:47:40.116+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:47:40.117+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:47:40.117+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR!
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:47:40.118+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:47:40.119+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:47:40.119+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:47:40.119+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:47:40.119+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:47:40.119+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:47:40.123+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:47:40.123+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:47:40.205+0530[DEA/40]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:48:31.474+0530[STG/0]ERR
2016-03-18T18:49:05.042+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:49:05.042+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:49:05.042+0530[App/0]ERR ^
2016-03-18T18:49:05.042+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:49:05.042+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:49:05.043+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:49:05.043+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:49:05.043+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:49:05.043+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:49:05.043+0530[App/0]ERR at node.js:966:3
2016-03-18T18:49:05.043+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:49:05.043+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:49:05.068+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:49:05.069+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:49:05.071+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:49:05.072+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:49:05.072+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:49:05.072+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:49:05.072+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:49:05.073+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:49:05.073+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:49:05.073+0530[App/0]ERRnpm ERR!
2016-03-18T18:49:05.074+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:49:05.074+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:49:05.075+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:49:05.075+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:49:05.075+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:49:05.075+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:49:05.081+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:49:05.081+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:49:05.209+0530[DEA/39]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:50:10.852+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:50:10.852+0530[App/0]ERR ^
2016-03-18T18:50:10.852+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:50:10.852+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:50:10.852+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:50:10.852+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:50:10.852+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:50:10.852+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:50:10.852+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:50:10.852+0530[App/0]ERR at node.js:966:3
2016-03-18T18:50:10.852+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:50:10.852+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:50:10.872+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:50:10.873+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:50:10.874+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:50:10.875+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:50:10.875+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:50:10.875+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:50:10.876+0530[App/0]ERRnpm ERR!
2016-03-18T18:50:10.876+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:50:10.876+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:50:10.877+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:50:10.877+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:50:10.877+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:50:10.878+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:50:10.878+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:50:10.878+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:50:10.879+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:50:10.882+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:50:10.882+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:50:10.959+0530[DEA/21]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:51:09.806+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:51:09.806+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:51:09.806+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:51:09.806+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:51:09.806+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:51:09.806+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:51:09.806+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:51:09.806+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:51:09.806+0530[App/0]ERR ^
2016-03-18T18:51:09.806+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:51:09.806+0530[App/0]ERR at node.js:966:3
2016-03-18T18:51:09.806+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:51:09.824+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:51:09.824+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:51:09.825+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:51:09.825+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR!
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:51:09.826+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:51:09.827+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:51:09.831+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:51:09.831+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:51:09.912+0530[DEA/1]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:52:15.032+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:52:15.032+0530[App/0]ERR at node.js:966:3
2016-03-18T18:52:15.032+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:52:15.032+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:52:15.032+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:52:15.032+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:52:15.032+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:52:15.032+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:52:15.032+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:52:15.032+0530[App/0]ERR ^
2016-03-18T18:52:15.032+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:52:15.032+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:52:15.060+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:52:15.060+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:52:15.061+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:52:15.061+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:52:15.062+0530[App/0]ERRnpm ERR!
2016-03-18T18:52:15.062+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:52:15.062+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:52:15.062+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:52:15.063+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:52:15.063+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:52:15.063+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:52:15.063+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:52:15.063+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:52:15.064+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:52:15.064+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:52:15.064+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:52:15.070+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:52:15.070+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:52:15.246+0530[DEA/69]ERRInstance (index 0) failed to start accepting connections
2016-03-18T18:56:25.240+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T18:56:25.240+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T18:56:25.240+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T18:56:25.240+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T18:56:25.240+0530[App/0]ERR ^
2016-03-18T18:56:25.240+0530[App/0]ERR at node.js:966:3
2016-03-18T18:56:25.240+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T18:56:25.240+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T18:56:25.240+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T18:56:25.240+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T18:56:25.240+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T18:56:25.240+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T18:56:25.259+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T18:56:25.260+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T18:56:25.260+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T18:56:25.261+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T18:56:25.261+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T18:56:25.261+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T18:56:25.261+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR!
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T18:56:25.262+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T18:56:25.263+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T18:56:25.263+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T18:56:25.263+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T18:56:25.266+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T18:56:25.267+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T18:56:25.345+0530[DEA/194]ERRInstance (index 0) failed to start accepting connections
2016-03-18T19:00:34.555+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T19:00:34.555+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T19:00:34.555+0530[App/0]ERR ^
2016-03-18T19:00:34.555+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T19:00:34.555+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T19:00:34.556+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T19:00:34.556+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T19:00:34.556+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T19:00:34.556+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T19:00:34.556+0530[App/0]ERR at node.js:966:3
2016-03-18T19:00:34.556+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T19:00:34.556+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T19:00:34.578+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T19:00:34.580+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T19:00:34.582+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T19:00:34.584+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T19:00:34.585+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T19:00:34.586+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T19:00:34.587+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T19:00:34.588+0530[App/0]ERRnpm ERR!
2016-03-18T19:00:34.589+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T19:00:34.590+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T19:00:34.591+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T19:00:34.592+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T19:00:34.592+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T19:00:34.593+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T19:00:34.593+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T19:00:34.594+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T19:00:34.598+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T19:00:34.598+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T19:00:34.702+0530[DEA/139]ERRInstance (index 0) failed to start accepting connections
2016-03-18T19:07:26.529+0530[App/0]ERR/home/vcap/app/server.js:15
2016-03-18T19:07:26.529+0530[App/0]ERRvar server_port = proces.env.VCAP_APP_PORT || 3000;
2016-03-18T19:07:26.529+0530[App/0]ERR ^
2016-03-18T19:07:26.529+0530[App/0]ERRReferenceError: proces is not defined
2016-03-18T19:07:26.529+0530[App/0]ERR at Object.<anonymous> (/home/vcap/app/server.js:15:19)
2016-03-18T19:07:26.530+0530[App/0]ERR at startup (node.js:136:18)
2016-03-18T19:07:26.530+0530[App/0]ERR at Module.load (module.js:344:32)
2016-03-18T19:07:26.530+0530[App/0]ERR at Function.Module._load (module.js:301:12)
2016-03-18T19:07:26.530+0530[App/0]ERR at Function.Module.runMain (module.js:442:10)
2016-03-18T19:07:26.530+0530[App/0]ERR at node.js:966:3
2016-03-18T19:07:26.530+0530[App/0]ERR at Module._compile (module.js:410:26)
2016-03-18T19:07:26.530+0530[App/0]ERR at Object.Module._extensions..js (module.js:417:10)
2016-03-18T19:07:26.548+0530[App/0]ERRnpm ERR! Linux 3.19.0-25-generic
2016-03-18T19:07:26.548+0530[App/0]ERRnpm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"
2016-03-18T19:07:26.549+0530[App/0]ERRnpm ERR! npm v2.14.12
2016-03-18T19:07:26.549+0530[App/0]ERRnpm ERR! node v4.3.0
2016-03-18T19:07:26.550+0530[App/0]ERRnpm ERR! Exit status 1
2016-03-18T19:07:26.550+0530[App/0]ERRnpm ERR! code ELIFECYCLE
2016-03-18T19:07:26.550+0530[App/0]ERRnpm ERR! modfive@1.0.0 start: `node server.js`
2016-03-18T19:07:26.551+0530[App/0]ERRnpm ERR! Failed at the modfive@1.0.0 start script 'node server.js'.
2016-03-18T19:07:26.551+0530[App/0]ERRnpm ERR!
2016-03-18T19:07:26.551+0530[App/0]ERRnpm ERR! not with npm itself.
2016-03-18T19:07:26.551+0530[App/0]ERRnpm ERR! This is most likely a problem with the modfive package,
2016-03-18T19:07:26.552+0530[App/0]ERRnpm ERR! Tell the author that this fails on your system:
2016-03-18T19:07:26.552+0530[App/0]ERRnpm ERR! node server.js
2016-03-18T19:07:26.552+0530[App/0]ERRnpm ERR! You can get their info via:
2016-03-18T19:07:26.552+0530[App/0]ERRnpm ERR! npm owner ls modfive
2016-03-18T19:07:26.553+0530[App/0]ERRnpm ERR! There is likely additional logging output above.
2016-03-18T19:07:26.557+0530[App/0]ERRnpm ERR! /home/vcap/app/npm-debug.log
2016-03-18T19:07:26.557+0530[App/0]ERRnpm ERR! Please include the following file with any support request:
2016-03-18T19:07:26.705+0530[DEA/9]ERRInstance (index 0) failed to start accepting connections

最佳答案

您的程序中似乎有一个拼写错误,它只在 Bluemix 上执行时出现,而不是在本地执行:

server_port = proces.env.VCAP_APP_PORT

应该是

server_port = process.env.VCAP_APP_PORT

关于node.js - 为什么我不能部署我的应用程序? (蓝调),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36085872/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com