I keep getting the error Error while deploying mda.

0
Everytime I click on publish it just keeps processing it and after 25 minutes it says "Error while deploying mda." On checking the logs this is the issue I am getting:   3:06:57 PMruntime-container/jct54ERRORCore: No model property found for Java field 'EnableNewStringBehavior' in class 'com.mendix.webui.model.settings.ModelWebUIProjectSettingsPart'. 3:06:57 PMruntime-container/jct54ERRORCore: Failed creating an instance of 'com.mendix.webui.model.settings.ModelWebUIProjectSettingsPart'. 3:06:57 PMruntime-container/jct54java.util.NoSuchElementException: key not found: EnableNewStringBehavior   On local build it runs fine, both the environment and studio are using exact 11.60 version. I have tried to Clean Deployment Directory, changed my network but it didnt work.
asked
2 answers
0

It seems to be version compatibility issue on server. Did you created this project in 11.6 or upgraded it? 

 

If its an upgrade and you still have old version, then try deploying on old version first to verify th error. 

 

 

answered
0

Mendix fixed this in the MX 11.6.1 update recently. I had the same error with 11.6 version, but it's fixed after upgrading to MX 11.6.1. 

answered