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

[Bug]: Cannot download package with DB enabled #367

Open
heidrje-SICKAG opened this issue Feb 24, 2025 · 0 comments
Open

[Bug]: Cannot download package with DB enabled #367

heidrje-SICKAG opened this issue Feb 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@heidrje-SICKAG
Copy link

Contact Details

jens.heidrich@sick.de

Describe the bug

If I download a package (GET /packages({packageID}) with DB enabled (--with-db) I'll get an error message stating that the file is used by another process. If I disable the DB support the download works as expected.

To reproduce

Start server with DB support and try to download package via GET /packages/{packageID}

Screenshots

Expected Behaviour

Download of package should work even with DB enabled.

Version

main

Operating System

Docker, Linux

Relevant log output

{
  "Messages": [
    {
      "Code": "InternalServerError",
      "CorrelationId": null,
      "MessageType": "Error",
      "Text": "The process cannot access the file \u0027/tmp/tmpU8KUuY.aasx\u0027 because it is being used by another process.",
      "Timestamp": "02/24/2025 14:56:03"
    }
  ]
}
@heidrje-SICKAG heidrje-SICKAG added the bug Something isn't working label Feb 24, 2025
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

No branches or pull requests

1 participant