compilation of java action failed

0
I Am facing below error while running mendix application.    C:\Mendixrepo\registration-main\javasource\mendixsso\implementation\UserManager.java:40: error: cannot find symbol             c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext C:\Mendixrepo\registration-main\javasource\mendixsso\implementation\UserManager.java:79: error: cannot find symbol             c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext Note: 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 5s
asked
1 answers
2

Re-implement MendixSSO by redownloading it from the marketplace, then remove from <projectdir>/userlib any jar-files having a newer version, then delete  <projectdir>/deployment, then again in StudioPro try to start your project.

answered