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

AppConfig files are not created #183

Closed
indi96 opened this issue Sep 6, 2023 · 1 comment · Fixed by #241
Closed

AppConfig files are not created #183

indi96 opened this issue Sep 6, 2023 · 1 comment · Fixed by #241
Assignees
Labels
bug Something isn't working

Comments

@indi96
Copy link

indi96 commented Sep 6, 2023

Bug Report

Describe the Bug

When I run the MVD local development setup by using the Docker command, no app.config.json files are created in the MVD environment.

Expected Behavior

The three app.config.json files should be created in their respective directories when I run the MVD, according to the README:

  • resources/appconfig/company1/app.config.json
  • resources/appconfig/company2/app.config.json
  • resources/appconfig/company3/app.config.json

Observed Behavior

The resources folder only contains the folders:

  • setup_azure_ad
  • checkstyle-config.xml
  • participants.json

And the app.config files are missing.

Context Information

  • Used version: latest MVD, latest DataDashboard
  • OS: Manjaro Linux
  • Docker Version 20.10.24
@indi96 indi96 added the bug Something isn't working label Sep 6, 2023
@juliapampus juliapampus self-assigned this Mar 15, 2024
farhin23 added a commit to FraunhoferISST/edc-mvd that referenced this issue Mar 15, 2024
@farhin23
Copy link
Contributor

The app.config.json files should already exist in the ./system-tests/resources/appconfig/ directory and its creation is not related to MVD deployment.

This confusion might have occurred because of ambiguity in the README file. The directories of these config files mentioned in README is not relative to the root directory. These files are stored under the system-tests/resource folder and not in the resource folder that is in root directory.

The README should be corrected accordingly.

@juliapampus juliapampus assigned farhin23 and unassigned juliapampus Mar 15, 2024
ndr-brt pushed a commit that referenced this issue Apr 9, 2024
fix: Update AppConfig file directories in README.md #183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants