Hello,
It looks like your config is actually fine. the problem is here:
Someone wrote:
/thelib/src/netio/epoll/tcpacceptor.cpp:75 Unable to bind on address: tcp://0.0.0.0:8080; Error was: (98) Address already in use
/thelib/src/configuration/module.cpp:131 Unable to fire up acceptor from this config node: <MAP name="" isArray="false">
There is already something occupying port 8080. You must have some other software running which is listening for connections on port 8080. The EMS cannot obtain read access on the port and so cannot properly start up.
Bryan