You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the application with the latest docker buildpack package, the following issues appear. PermissionError: [Errno 13] Permission denied: '/opt/mendix/build/../.java'
#205
Open
nikomao opened this issue
Sep 12, 2024
· 0 comments
INFO: Executing export_industrial_edge_config_variable...
INFO: Mendix Cloud Foundry Buildpack v5.0.16 [e9a6e09] starting...
WARNING: CF_INSTANCE_INDEX environment variable not found, assuming cluster leader responsibility...
ERROR: Starting application failed. Traceback (most recent call last):
File "/opt/mendix/build/buildpack/start.py", line 152, in
m2ee = runtime.setup(util.get_vcap_data())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mendix/build/buildpack/core/runtime.py", line 621, in setup
_activate_license()
File "/opt/mendix/build/buildpack/core/runtime.py", line 168, in _activate_license
util.mkdir_p(prefs_dir)
File "/opt/mendix/build/buildpack/util.py", line 377, in mkdir_p
os.makedirs(path, exist_ok=True)
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 215, in makedirs
[Previous line repeated 1 more time]
File "", line 225, in makedirs
PermissionError: [Errno 13] Permission denied: '/opt/mendix/build/../.java'
The text was updated successfully, but these errors were encountered:
nikomao
changed the title
After running the application with the latest docker buildpack package, the following issues appear.
After running the application with the latest docker buildpack package, the following issues appear. PermissionError: [Errno 13] Permission denied: '/opt/mendix/build/../.java'
Sep 12, 2024
INFO: Executing export_industrial_edge_config_variable...
INFO: Mendix Cloud Foundry Buildpack v5.0.16 [e9a6e09] starting...
WARNING: CF_INSTANCE_INDEX environment variable not found, assuming cluster leader responsibility...
ERROR: Starting application failed. Traceback (most recent call last):
File "/opt/mendix/build/buildpack/start.py", line 152, in
m2ee = runtime.setup(util.get_vcap_data())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mendix/build/buildpack/core/runtime.py", line 621, in setup
_activate_license()
File "/opt/mendix/build/buildpack/core/runtime.py", line 168, in _activate_license
util.mkdir_p(prefs_dir)
File "/opt/mendix/build/buildpack/util.py", line 377, in mkdir_p
os.makedirs(path, exist_ok=True)
File "", line 215, in makedirs
File "", line 215, in makedirs
File "", line 215, in makedirs
[Previous line repeated 1 more time]
File "", line 225, in makedirs
PermissionError: [Errno 13] Permission denied: '/opt/mendix/build/../.java'
The text was updated successfully, but these errors were encountered: