How to run an app if it says while deployment that Compilations of Java actions failed ?

0
This is the error I get, any suggestions what I might do?   /Users/Mendix/BPM_APP/javasource/mendixsso/implementation/UserManager.java:39: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContext/Users/lukomorvay/Mendix/BPM_APP/javasource/mendixsso/implementation/UserManager.java:77: error: cannot find symbol            c.rollbackTransAction();             ^  symbol:   method rollbackTransAction()  location: variable c of type IContextNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.2 errors FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details. * Try:> Run with --stacktrace option to get the stack trace.> Run with --debug option to get more log output.> Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1s    
asked
1 answers
0

I would suggest making sure you have the latest version of the Mendix SSO module installed as the error message is related to this module. For Mendix 9.20 or above you need to have version 4.0.1 or above of the Mendix SSO module installed.

 

https://docs.mendix.com/appstore/modules/mendix-sso/

 

Good luck!

answered