Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@nikomao
Copy link

nikomao commented Sep 12, 2024

                          ##        .
                     ## ## ##       ==
                   ## ## ## ##      ===
               /""""""""""""""""\___/ ===
          ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~
               \______ o          __/
                 \    \        __/
                  \____\______/

 __  __        _  _     _____             _
|  \/  |      | || |   |  __ \           | |
| \  / |_  __ | || |_  | |  | | ___   ___| | _____ _ __
| |\/| \ \/ / |__   _| | |  | |/ _ \ / __| |/ / _ \ '__|
| |  | |>  <     | |   | |__| | (_) | (__|   <  __/ |
|_|  |_/_/\_\    |_|   |_____/ \___/ \___|_|\_\___|_|

                            [email protected]

For a Kubernetes native solution to run Mendix apps,
see Mendix for Private Cloud.

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'

@nikomao 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant