MXBuild Error

0
Hi Team, I am facing error that is mxbuild error as shown below in aws ec2 instance MEndix studio pro version is 9.23   [ec2-user@ip-172-31-21-91 modeler]$ sudo mono mxbuild.exe --java-home="/usr/lib/jvm/java-11-openjdk-11.0.18.0.10-2.el9_1.x86_64" --java-exe-path="/usr/lib/jvm/java-11-openjdk-11.0.18.0.10-2.el9_1.x86_64/bin/java" /home/ec2-user/test.mpr    __  __      ____        _ _     _   |  \/  |    |  _ \      (_) |   | |   | \  / |_  _| |_) |_   _ _| | __| |   | |\/| \ \/ /  _ <| | | | | |/ _` |   | |  | |>  <| |_) | |_| | | | (_| |   |_|  |_/_/\_\____/ \__,_|_|_|\__,_|    v9.23.0.621 Starting build for Mendix Project file: /home/ec2-user/test.mpr Using the following options:  * Build target: Package Reading project file... Building project... Executing step 'Synchronize with file system'  * Synchronizing with file system... Executing step 'Initialize'  * Preparing deployment... Executing step 'Check prerequisites'  * Checking for errors... Executing step 'Clean up'  * Cleaning up... ERROR: The project cannot be deployed, because it contains errors. ERROR at Atlas_Web_Content, Building block 'Pageheader_WithBack', Action button 'actionButton1': Design property Spacing bottom is not supported by your theme. Right-click to see more options. ERROR at Atlas_Web_Content, Building block 'Pageheader_WithBack', Text 'text41': Design property Spacing bottom is not supported by your theme. Right-click to see more options. ERROR at Atlas_Web_Content, Building block 'Pageheader_WithBack', Text 'text42': Design property Color is not supported by your theme. Right-click to see more options. ERROR at Atlas_Web_Content, Building block 'Pageheader_WithBack', Text 'text42': Design property Spacing bottom is not supported by your theme. Right-click to see more options. ERROR at Atlas_Web_Content, Building block 'Pageheader_WithBack', Container 'container1': Design property Spacing bottom is not supported by your theme. Right-click to see more options. ERROR at Administration, Page 'Account_New', Layout grid row: The weights of the columns in a row must add up to 12, but currently they add up to -1. ERROR at Atlas_Web_Content, Page template 'Tablet_List_Doubleline', Static image 'image1': Design property Style is not supported by your theme. Right-click to see more options. ERROR at Atlas_Web_Content, Page template 'Tablet_List_Doubleline', Text 'text10': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
asked
4 answers
0

You still have errors in your model. these need to be fixed first.

 

Did you update atlas UI module(s) or convert the model to a newer version?

 

This one needs to be fixed in the page Account_New.

ERROR at Administration, Page 'Account_New', Layout grid row: The weights of the columns in a row must add up to 12, but currently they add up to -1.

Set the right weight for the column(s) of the layout grid

 

All others are related to design properties.

I guess there is a error message in your error dock. Right click on this error. There might be a quick fix there for you. 

answered
0

Hi Rene thanks for replying,

 

but actually that wa snot the sollution,

 

I am not getting any error in mendix studio pro.but when i try to build through mxbuild,here i am getting error like

 

ERROR at Atlas_Web_Content, Building block 'Pageheader_WithControls', Action button 'actionButton3': Design property Spacing left is not supported by your theme. Right-click to see more options.

 

Design property Spacing left is not supported by your theme. Right-click to see more options for this do i need to anything.

answered
0

Hi Rene,

 

 i am creating new blank app with mendix studion version 9.23.0.621 and copying mpr file to my linux server where my mxbuild version 9.23.0.621 with mono is installed.after that i am trying build the mpr with below command

 

sudo mono mxbuild.exe --target=package --java-home="/usr/lib/jvm/java-11-openjdk-11.0.18.0.10-2.el9_1.x86_64" --java-exe-path="/usr/lib/jvm/java-11-openjdk-11.0.18.0.10-2.el9_1.x86_64/bin/java" /home/ec2-user/dummy/dummy.mpr

 

 

after that i am getting error as below

 

ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Text 'text40': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Text 'text39': Design property Color is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Text 'text39': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Container 'container1': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Container 'container5': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Container 'container6': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Container 'container7': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Data view 'dataView5': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Container 'container3': Design property Spacing bottom is not supported by your theme. Right-click to see more options.
ERROR at Atlas_Web_Content, Page template 'Tabs_Fullwidth', Tab container 'tabControl1': Design property Justify is not supported by your theme. Right-click to see more options.
BUILD FAILED

 

 

do i need to upgrade or downgrade anything.

 

thanks

 

answered
0

Finally got the sollution.i need to copy whole project to server.earlier i only copied mpr file.

finally that error is resolved

answered