build is getting failed

1
ERROR: Could not read mxbuild error file Traceback (most recent call last): File "/buildpack/bin/../bin/compile.py", line 256, in run_mx_build subprocess.check_call(args, env=mono_env) File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/tmp/opt/mono-4.6.2.16/bin/mono', '--config', '/tmp/opt/mono-4.6.2.16/etc/mono/config', '/build/.local/mxbuild/modeler/mxbuild.exe', '--target=package', '--output=/tmp/model.mda', '--java-home=/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-8u202-AdoptOpenJDK-x64', '--java-exe-path=/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-8u202-AdoptOpenJDK-x64/bin/java', '--write-errors=/tmp/builderrors.json', '/build/HRSS-NL-ContractLetterManager.mpr']' died with <Signals.SIGABRT: 6>.   During handling of the above exception, another exception occurred:   Traceback (most recent call last): File "/buildpack/bin/../bin/compile.py", line 294, in buildstatus_callback with codecs.open(error_file, "r", encoding="utf-8-sig") as b: File "/usr/lib/python3.6/codecs.py", line 897, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/builderrors.json' Traceback (most recent call last): File "/buildpack/bin/../bin/compile.py", line 326, in <module> run_mx_build() File "/buildpack/bin/../bin/compile.py", line 259, in run_mx_build raise e File "/buildpack/bin/../bin/compile.py", line 256, in run_mx_build subprocess.check_call(args, env=mono_env) File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/tmp/opt/mono-4.6.2.16/bin/mono', '--config', '/tmp/opt/mono-4.6.2.16/etc/mono/config', '/build/.local/mxbuild/modeler/mxbuild.exe', '--target=package', '--output=/tmp/model.mda', '--java-home=/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-8u202-AdoptOpenJDK-x64', '--java-exe-path=/build/.local/usr/lib/jvm/AdoptOpenJDK-jdk-8u202-AdoptOpenJDK-x64/bin/java', '--write-errors=/tmp/builderrors.json', '/build/HRSS-NL-ContractLetterManager.mpr']' died with <Signals.SIGABRT: 6>. ERROR: MxBuild returned errors: {"problems": [{"severity": "Error", "message": "Failed to build the model, please check application logs for details.", "locations": []}]} WARNING: No build status callback url set, so not going to submit the status Removing intermediate container 28104bcd9049   Can anyone help me with this error?
asked
2 answers
2

Hi Seema,

 

Where are you building the application from? Cloud or local?

What did you try to fix the error? Did you try to redownload the application already?

 

answered
0

Hi Seema, 

have you been able to solve this issue?

answered