Housekeeper : The specified path does not point to a regular file

Hi, Housekeeper plugin hangs with error in log :

W0309 00:18:28.437987 MAIN main.cpp:2102] Orthanc version: 1.12.6


W0309 00:18:29.550820 MAIN PluginsManager.cpp:287] Registering plugin ‘housekeeper’ (version 1.12.6)


W0309 00:18:36.681274 HOUSEKEEPER PluginsManager.cpp:158] Starting Housekeeper worker thread
W0309 00:18:36.696969 HOUSEKEEPER housekeeper:/Plugin.cpp:407] Housekeeper: your storage might still contain some dicom-as-json files → will perform housekeeping
W0309 00:18:36.696969 HOUSEKEEPER housekeeper:/Plugin.cpp:433] Housekeeper: Study main dicom tags have changed, → will perform housekeeping
W0309 00:18:36.696969 HOUSEKEEPER housekeeper:/Plugin.cpp:446] Housekeeper: Series main dicom tags have changed, → will perform housekeeping
W0309 00:18:36.696969 HOUSEKEEPER housekeeper:/Plugin.cpp:521] Housekeeper: DicomWEB plugin might miss series metadata cache → will perform housekeeping
W0309 00:18:36.696969 HOUSEKEEPER housekeeper:/Plugin.cpp:691] Housekeeper: the DB configuration has not changed since last run, will continue processing changes
W0309 00:18:36.776245 HOUSEKEEPER ServerToolbox.cpp:288] Reconstructing resource 18ef139d-9482b720-a217ae6c-7da1eac9-e9362a29
E0309 00:18:36.832241 HOUSEKEEPER PluginsManager.cpp:154] The specified path does not point to a regular file: The path does not point to a regular file: h:\35\fc\35fc959b-18e4-4d8e-bba3-72f67a6c1417
E0309 00:18:36.832241 HOUSEKEEPER PluginsManager.cpp:154] The specified path does not point to a regular file
E0309 00:18:36.832241 HOUSEKEEPER PluginsManager.cpp:201] Exception while invoking plugin service 3002: The specified path does not point to a regular file

I search in mentioned folder and the file h:\35\fc\35fc959b-18e4-4d8e-bba3-72f67a6c1417 truly not exist.
Is there a way to solve this error without disabling the Housekeeper ?

Thanks in advance.

Hi @ascanio

I have just implemented this patch for the housekeeper to continue its processing when it encounters an error.

This shall be available tomorrow in the mainline binaries.

HTH,

Alain.

1 Like

Thank you, i’ll give it a try !