compilation of java actions failed

1
How i can resolve this error, compilation of java actions failed:   C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\actions\DeepClone.java:73: error: cannot assign a value to final variable membersToSkip         this.membersToSkip       = this.membersToSkip == null       ? "" : this.membersToSkip;             ^ C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\actions\DeepClone.java:74: error: cannot assign a value to final variable membersToKeep         this.membersToKeep       = this.membersToKeep == null       ? "" : this.membersToKeep;             ^ C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\actions\DeepClone.java:75: error: cannot assign a value to final variable reverseAssociations         this.reverseAssociations = this.reverseAssociations == null ? "" : this.reverseAssociations;             ^ C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\actions\DeepClone.java:76: error: cannot assign a value to final variable excludeEntities         this.excludeEntities     = this.excludeEntities == null     ? "" : this.excludeEntities;             ^ C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\actions\DeepClone.java:77: error: cannot assign a value to final variable excludeModules         this.excludeModules      = this.excludeModules == null      ? "" : this.excludeModules;             ^ C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\Misc.java:319: error: cannot find symbol                 newContext.rollbackTransAction();                           ^   symbol:   method rollbackTransAction()   location: variable newContext of type IContext C:\Users\martg\Mendix\Orient_Exported-main\javasource\communitycommons\XPath.java:332: error: cannot find symbol                         synchronizedContext.rollbackTransAction();                                            ^   symbol:   method rollbackTransAction()   location: variable synchronizedContext of type IContext C:\Users\martg\Mendix\Orient_Exported-main\javasource\mendixsso\implementation\UserManager.java:40: error: cannot find symbol             c.rollbackTransAction();              ^   symbol:   method rollbackTransAction()   location: variable c of type IContext C:\Users\martg\Mendix\Orient_Exported-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. 9 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
2 answers
0

Hi Francisco Gonzalez,

                                         your native build failed because of some over ridden file on deepclone js, kindly check is there any JA over ridding the API, share the implementation screenshot to help you more. 

answered
0

Hi Francisco,

I’m guessing that you recently migrated to a newer Mendix Studio Pro version, if that’s the case, try updating the Community Commons Marketplace module, and then check the other modules that you have installed just in case if they also need to be updated.

I hope that helps, regards!

answered