Deployment - FileNotFoundError: [Errno 2] No such file or directory: /opt/mendix/buildpack/bin/compile

0
We are trying to deploy our application on Kubernetes but the Build stage is not getting succeeded. Mendix is unable to build the Docker image as the Build stage gives this error:   INFO: Mendix project compilation phase... 118Traceback (most recent call last): 119  File "/opt/mendix/buildpack/compilation", line 38, in <module> 120    call_buildpack_compilation() 121  File "/opt/mendix/buildpack/compilation", line 32, in call_buildpack_compilation 122    subprocess.call(["/opt/mendix/buildpack/bin/compile", BUILD_PATH, CACHE_PATH]) 123  File "/usr/lib/python3.4/subprocess.py", line 537, in call 124    with Popen(*popenargs, **kwargs) as p: 125  File "/usr/lib/python3.4/subprocess.py", line 859, in __init__ 126    restore_signals, start_new_session) 127  File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child 128    raise child_exception_type(errno_num, err_msg) 129FileNotFoundError: [Errno 2] No such file or directory: '/opt/mendix/buildpack/bin/compile'   We have already downloaded Binaries for Mendix version 9.19.0.55544 and Buildpack version v4.30.7 if anything else is required from our end, please confirm.
asked
0 answers