Sjors message about the eviction messages are correct, however they don’t seem to be the cause of your issue. Mendix apps will start with eviction messages. The real error is:
java.io.IOException: Unable to establish loopback connection
You should Google this message to see possible causes. I’ve seen a few ideas in there:
It looks like you have conflicting java libraries in your userlib folder. Please go to your project directory and remove the duplicates. Save them somewhere else in cause you might need them later. Possibly you updated an appstore module (Email with templates?) which caused this.
Then in Studio Pro press ‘Sync with projectdirectory’ and ‘Clean deployment directory’. Then run again.
Your conficting libraries are in your error message. I usually keep the latest version:
Evicted D:\App name-main\deployment\model\lib\userlib\javax.mail-1.6.0.jar by D:\App name-main\deployment\model\lib\userlib\javax.mail-1.6.2.jar.
Evicted D:\App name-main\deployment\model\lib\userlib\commons-io-2.3.jar by D:\App name-main\deployment\model\lib\userlib\commons-io-2.6.jar.
Evicted D:\App name-main\deployment\model\lib\userlib\commons-codec-1.10.jar by D:\App name-main\deployment\model\lib\userlib\commons-codec-1.13.jar.