Re: DayZHive - Hive application [MySQL] [Node.js]
Hi! AWA I have done all requirements I run install is OK but when I run run.bat file I got error this
Server running on port 80
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 Server.listen (net.js:1138:5)
at Function.app.listen (C:\DayZ Standalone v0.46\node_modules\express\lib\application.js:548:24)
at Object.exports.start (C:\DayZ Standalone v0.46\server.js:27:9)
at Object.<anonymous> (C:\DayZ Standalone v0.46\index.js:2:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
Press any key to continue . . .
How can I solve this problem ..
Thank you sorry my poor english
Re: DayZHive - Hive application [MySQL] [Node.js]
Solution in your own error. You also reported that an access error to a listening port. If you want to listen on port 80, it is possible he has already listened Apache. Use a different port or release him.
Re: DayZHive - Hive application [MySQL] [Node.js]
Mizev Thank you for your advice