Readout.exe Error : Ill-formed URI

Dear O2 experts,

We are trying to test data taking with our stave - RU - CRU - FLP setup. (CRU Version: 0x12A179AA (v3.1.0_swtfix))
When trying to run readout.exe (v1.0.5), we got an error: Ill-formed URI.

[Readout/latest-4a5cf20748-o2-dataflow] ~/alice $> readout.exe /home/shiming/work/git/alice-its-wp10-firmware/CRU_ITS/software/config/readout_uib.cfg                                                                            
2019-08-29 15:19:49.711191     Readout process starting, pid 228284                                                                                                                                                               
2019-08-29 15:19:49.711218     Optional built features enabled:                                                                                                                                                                   
2019-08-29 15:19:49.711230     FAIRMQ : yes                                                                                                                                                                                       
2019-08-29 15:19:49.711287     NUMA : no                                                                                                                                                                                          
2019-08-29 15:19:49.711300     RDMA : no                                                                                                                                                                                          
2019-08-29 15:19:49.711310     OCC : yes                                                                                                                                                                                          
2019-08-29 15:19:49.711321     LOGBOOK : no                                                                                                                                                                                       
2019-08-29 15:19:49.711332     Readout entering standalone state machine                                                                                                                                                          
2019-08-29 15:19:49.711345     Readout executing CONFIGURE                                                                                                                                                                        
2019-08-29 15:19:49.711359     Reading configuration from /home/shiming/work/git/alice-its-wp10-firmware/CRU_ITS/software/config/readout_uib.cfg                                                                                  
2019-08-29 15:19:49.711458     Error : Ill-formed URI  

ANy suggestion on how to proceed is more than welcome.

try to prefix the path with file://.

Hi Barhelemy,
prefixing the path with file:// worked. Thanks.