error after run locally at the first time

0
Hi everyone. I get this message after i run locally for the first time the app on the beginner path. any ideas for the reason? 
asked
1 answers
0

This looks like you may have upgraded modules from the marketplace without cleaning your userlib first. This means you have different versions of the same jar files causing a conflict.

To fix this, you can manually go into your application’s userlib folder and look for .jar files with the same name, but different versions. Delete the version(s) with the lowest number, but the same name.

There is a tool on GitHub that can help with this if you don't want to do this manually.
https://github.com/cinaq/mendix-userlib-cleaner

Alternatively, in your App’s Settings → Deployment menu, you can unselect the duplicated .jar files.

Good luck!

answered