2014-10-06 71 views
0

我試圖部署到我做MUPMUP部署到DO

got the following error 

gyp info spawn args '/usr/lib/node_modules/node-gyp/addon.gypi', 
    gyp info spawn args '-I', 
    gyp info spawn args '/root/.node-gyp/0.10.31/common.gypi', 
    gyp info spawn args '-Dlibrary=shared_library', 
    gyp info spawn args '-Dvisibility=default', 
    gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.10.31', 
    gyp info spawn args '-Dmodule_root_dir=/opt/meteor/tmp/bundle/programs/server/npm/npm-container/node_modules/phantom/node_modules/dnode/node_modules/weak', 
    gyp info spawn args '--depth=.', 
    gyp info spawn args '--no-parallel', 
    gyp info spawn args '--generator-output', 
    gyp info spawn args 'build', 
    gyp info spawn args '-Goutput_dir=.' ] 
    gyp info spawn make 
    gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] 
    gyp info ok 
    npm WARN package.json [email protected] No description 
    npm WARN package.json [email protected] No repository field. 
    npm WARN package.json [email protected] No README data 
    bash: line 107: wait-for-mongo: command not found 
    -----------------------------------STDOUT----------------------------------- 
    ' of package 'npm-container' 
    make: Entering directory `/opt/meteor/tmp/bundle/programs/server/npm/npm-container/node_modules/phantom/node_modules/dnode/node_modules/weak/build' 
     CXX(target) Release/obj.target/weakref/src/weakref.o 
     SOLINK_MODULE(target) Release/obj.target/weakref.node 
     SOLINK_MODULE(target) Release/obj.target/weakref.node: Finished 
     COPY Release/weakref.node 
    make: Leaving directory `/opt/meteor/tmp/bundle/programs/server/npm/npm-container/node_modules/phantom/node_modules/dnode/node_modules/weak/build' 

    > [email protected] install /opt/meteor/tmp/bundle/programs/server/node_modules/fibers 
    > node ./build.js 

    `linux-x64-v8-3.14` exists; testing 
    Binary is fine; exiting 
    [email protected] node_modules/underscore 

    [email protected] node_modules/semver 

    [email protected] node_modules/source-map-support 
    └── [email protected] ([email protected]) 

    [email protected] node_modules/fibers 
    meteor stop/waiting 
    meteor start/running, process 18068 
    Waiting for MongoDB to initialize. (5 minutes) 

日誌只顯示一個錯誤幾次

events.js:72 
     throw er; // Unhandled 'error' event 
      ^
Error: listen EACCES 
    at errnoException (net.js:904:11) 
    at Server._listen2 (net.js:1023:19) 
    at listen (net.js:1064:10) 
    at net.js:1146:9 
    at dns.js:72:18 
    at process._tickCallback (node.js:419:13) 
error: Forever detected script exited with code: 8 
error: Script restart attempt #1 
>> stepping down to gid: meteoruser 
>> stepping down to uid: meteoruse 

人有在這種情況之前?

這裏有什麼問題?

在此先感謝

回答

0

到您的應用程序第一次訪問和應用stop meteor。然後嘗試重新啓動服務器並再次部署。