1
0
-1

I am using a windows server 2019. When I try to import a csv of devices the server returns an error 500. I am told to look at the logs and this is what is written:

[2023-03-14 10:11:19.21145] [4248] [debug] POST "/omk/open-audit/devices/import" (6b46bd51)
[2023-03-14 10:11:19.21273] [4248] [debug] Routing to a callback
[2023-03-14 10:11:19.32661] [4248] [debug] Routing to controller "Opmantek::OaeController" and action "collection_import"
[2023-03-14 10:11:19.67032] [4248] [error] Can't open file "c:\temp\devices_20230314101119.csv": No such file or directory at c:/omk/script/../lib/common/PAR/VendorLibs.pm.exe/lib/Mojo/Asset/Memory.pm line 44.

[2023-03-14 10:11:19.67143] [4248] [debug] Template "exception.production.html.ep" not found
[2023-03-14 10:11:19.67159] [4248] [debug] Rendering cached template "exception.html.ep"
[2023-03-14 10:11:19.67173] [4248] [debug] Rendering cached template "license/menu.html.ep"
[2023-03-14 10:11:19.67255] [4248] [debug] Rendering cached template "shared/modules.html.ep"
[2023-03-14 10:11:19.67407] [4248] [debug] Rendering cached template "shared/language_selector.html.ep"
[2023-03-14 10:11:19.67547] [4248] [debug] Rendering cached template "license/footer.html.ep"
[2023-03-14 10:11:19.67568] [4248] [debug] Rendering cached template "layouts/opmantek_packed.html.ep"
[2023-03-14 10:11:19.67576] [4248] [debug] packed template checking application_key: open-audit, prefix: opmantek, fallback:
[2023-03-14 10:11:19.67652] [4248] [debug] 500 Internal Server Error (0.465058s, 2.150/s)

    CommentAdd your comment...