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

Directory check fails at startup #29

Open
pnuu opened this issue Aug 26, 2022 · 0 comments
Open

Directory check fails at startup #29

pnuu opened this issue Aug 26, 2022 · 0 comments

Comments

@pnuu
Copy link
Member

pnuu commented Aug 26, 2022

Problem description

At startup I got this error message:

Checking directories...
ERROR: Cannot write to directory! /lustre/tmp/data/oper/avhrr/ears:[Errno 2] No such file or directory: '/lustre/tmp/data/oper/avhrr/ears/tmp_write_test.tmp'
Number of failures:  1
Checking directories failed.
Traceback (most recent call last):
  File "/home/users/satman/current/bin/aapp_dr_runner.py", line 1053, in <module>
    aapp_run_config.check_config()
  File "/home/users/satman/current/lib/python3.9/site-packages/aapp_runner/read_aapp_config.py", line 407, in check_config
    raise ConfigFileOptionsError('File options not okay"')
aapp_runner.read_aapp_config.ConfigFileOptionsError: File options not okay"

The directory in question exists and is writable. This results AAPP being in a non-responsive state without the program crashing, so the problem can be hidden for a long time.

After another restart there was nothing in the log about this check being run, but now AAPP is processing data.

Versions of Python, package at hand and relevant dependencies

pytroll-aapp-runner: 0.9.2.dev48+ga7c460c

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