when trying connect node.js application hive using node-thrift module giving me error. application's port no 3000 , hive's port number 10,000
events.js:141 throw er; // unhandled 'error' event ^ error: connect econnrefused 127.0.0.1:10000 @ object.exports._errnoexception (util.js:873:11) @ exports._exceptionwithhostport (util.js:896:20) @ tcpconnectwrap.afterconnect [as oncomplete] (net.js:1077:14) npm err! linux 3.19.0-64-generic npm err! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" npm err! node v4.4.7 npm err! npm v2.15.8 npm err! code elifecycle npm err! testproj1@0.0.0 start: `node ./bin/www` npm err! exit status 1 npm err! npm err! failed @ testproj1@0.0.0 start script 'node ./bin/www'. npm err! problem testproj1 package, npm err! not npm itself. npm err! tell author fails on system: npm err! node ./bin/www npm err! can information on how open issue project with: npm err! npm bugs testproj1 npm err! or if isn't available, can info via: npm err! npm err! npm owner ls testproj1 npm err! there additional logging output above. npm err! please include following file support request: npm err! /home/hduser/rproj/testproj1/npm-debug.log
Comments
Post a Comment