【发布时间】:2017-06-08 00:09:32
【问题描述】:
我正在尝试在我的虚拟机上运行 angular2-boilerplate 示例,在该虚拟机上我有 Ubuntu 16.04.1 LTS,但由于以下错误,应用程序无法启动:
[[[[[ ~/Personal/myApp ]]]]]
=> Started proxy.
Unexpected mongo exit code 14. Restarting.
Unexpected mongo exit code 14. Restarting.
Unexpected mongo exit code 14. Restarting.
Unexpected mongo exit code 14. Restarting.
Unexpected mongo exit code 14. Restarting.
Can't start Mongo server.
Unspecified unrecoverable error. Exit was not clean
我的流星版本是1.4.2.3
我尝试了其他问题中提出的解决方案,但都没有奏效。
meteor reset或.meteor/local/db
mongod --fork --logpath /var/log/mongodb.log
about to fork child process, waiting until server is ready for connections.
forked process: 1001
ERROR: child process failed, exited with error number 1
【问题讨论】:
标签: mongodb ubuntu meteor angular-meteor