We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ort multiple times in a row for a project occasionally results in a corrupted cache:
DiskLruCache /home/tn/.ort/cache/analyzer/maven/remote-artifacts is corrupt: unexpected journal line: READ oREAD io-quarkus_quarkus-resteasy_jar_3-5-2__repo-eclipse-org__h-00000, removing
leading to the cache being discarded and all artifacts are fetched again.
This looks very much like this problem: JakeWharton/DiskLruCache#52
Once I added proper closing of the cache, the problem was going away, will prepare a PR.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running ort multiple times in a row for a project occasionally results in a corrupted cache:
leading to the cache being discarded and all artifacts are fetched again.
This looks very much like this problem: JakeWharton/DiskLruCache#52
Once I added proper closing of the cache, the problem was going away, will prepare a PR.
The text was updated successfully, but these errors were encountered: