Opened 3 years ago
Closed 3 years ago
#2580 closed defect (fixed)
wcst_import wrong error cannot create resume file
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Cannot create resume file '/home/eouser/workdir_import/s2-l2a/ingredients/2018/11/01/S2_L2A_32633_B03_10m.resume.json'. Hint: make sure the folder containing the resume file is writeable for the user running wcst_import.sh.
The directory is writable fine, and I think the problem is that this resume file already existed.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The file doesn't exist actually
It hasn't had any problem to overwrite an existing .resume.json in wcst_import for years.
I think the issue exists somewhere in the json.dump()
And the error messages need to add the caught exception to explain why it failed.