As far as I understood, this seems like jar file in-compatibility issue. From the logs you posted, I could see two versions of Jar present in your lib folder. You can simply delete the older version of jar file with same name. For example:
Evicted joda-time-2.3.jar by joda-time-2.9.6.jar
Certainly 2.9.6 is higher than 2.3. So you could delete Evicted joda-time-2.3.jar.
Probably upgrading the modules that use the dependencies will also help.
After deleting clean your deployment directory and build the project to see if it fixes the issue.
Hi Jeffrey, I'm facing the same problem as you had. I'm curious what your solution was for this problem.
Thanks in advance!
I was getting same issue on 2 developer machines, it seems like issue related to mendix runtime cache so after changing the port on my both the machines it worked for me. So right now this solution is 100% working for this error.