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

Missing local meta data directory leads to a lot of exceptions #553

Open
MichaelRoeder opened this issue Aug 15, 2023 · 1 comment
Open

Comments

@MichaelRoeder
Copy link
Contributor

MichaelRoeder commented Aug 15, 2023

Description

The controller constantly throws an exception when it tries to update the meta data of benchmarks and systems.

core_platform-controller.1.p6drvkjwv1sq@hobbitmaster.aksw.uni-leipzig.de    | java.lang.IllegalArgumentException: Parameter 'directory' is not a directory: metadata                                                              
core_platform-controller.1.p6drvkjwv1sq@hobbitmaster.aksw.uni-leipzig.de    |   at org.apache.commons.io.FileUtils.validateListFilesParameters(FileUtils.java:2629)                                                               
core_platform-controller.1.p6drvkjwv1sq@hobbitmaster.aksw.uni-leipzig.de    |   at org.apache.commons.io.FileUtils.innerListFilesOrDirectories(FileUtils.java:1543)                                                               
core_platform-controller.1.p6drvkjwv1sq@hobbitmaster.aksw.uni-leipzig.de    |   at org.hobbit.controller.docker.FileBasedImageManager$1.run(FileBasedImageManager.java:70)                                                        
core_platform-controller.1.p6drvkjwv1sq@hobbitmaster.aksw.uni-leipzig.de    |   at java.base/java.util.TimerThread.mainLoop(Timer.java:556)

Reproducability

Deploy the platform locally.

Expected behavior

It shouldn't throw any exception. It is fine to state once that the directory is not available and, hence, no local meta data will be loaded.

@denkv
Copy link
Collaborator

denkv commented Sep 1, 2023

A similar situation arises when GitLab is not reachable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants