docker-mendix-buildpack icon indicating copy to clipboard operation
docker-mendix-buildpack copied to clipboard

build pack 3.4.0 with cf 4.20.0 service can not start

Open qntbkk opened this issue 4 years ago • 1 comments

After using mendix docker build pack 3.4.0 with cf 4.20.0, mendix service could not start and release the error below

INFO: Mendix Cloud Foundry Buildpack v4.20.0 [d03e8a7] starting... ERROR: Unable to fixup permissions of directory 'model' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/model', Ignoring. ERROR: Unable to fixup permissions of directory 'web' with mode 755: [Errno 1] Operation not permitted: '/opt/mendix/build/web', Ignoring. ERROR: Unable to fixup permissions of directory 'data' with mode 700: [Errno 1] Operation not permitted: '/opt/mendix/build/data', Ignoring. WARNING: External file store not configured, uploaded files in the app will not persist across restarts. See https://github.com/mendix/cf-mendix-buildpack for file store configuration details. ERROR: Starting application failed. Traceback (most recent call last): File "/opt/mendix/buildpack/buildpack/start.py", line 161, in nginx.configure(m2ee)

qntbkk avatar Sep 09 '21 04:09 qntbkk

Have you set ADMIN_PASSWORD in your command line ?

diogenesdauster avatar Sep 27 '21 11:09 diogenesdauster