It looks like you are using a version of Community Commons that has been compiled for Mendix 8 (or above). This is using Java 11 behind the scenes, but I see you are using Mendix 7 which uses Java 8 instead.
You may also have opened the project in Eclipse and that may have compiled the actions into a different version of Java.
To fix this, remove the module from your app, and reinstall again using an older version that is compatible with the version of Mendix you are using.
Hope this helps.