Hi Rui,
Thanks for reporting this problem.
In this wizard are sent some GET type requests to the API. It looks that in your environment for some jobs to restore the GET size limit is exhausted (HTTP Error 414). It can be caused e.g. by selecting a job that has many related jobids, for example many incremental jobs.
I would propose to do a try and next time if this problem happens, could you please run this bconsole command with the selected to restore jobid?
.bvfs_get_jobids jobid=YOUR_JOBID_TO_RESTORE
For example:
.bvfs_get_jobids jobid=49647
This command returns all particular jobids required to prepare restore with YOUR_JOBID_TO_RESTORE
. I guess returned list will be long. We will see.
To avoid receiving this HTTP Error 414, in your Apache web server I would propose to check this parameter:
https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestline
If you did not define it in your web server config, then the default value is 8190
bytes that is quite long. After increasing it, this error should gone.
If it will be this case I will add to the Bacularis documentation information about this error and how to work with it.
Please let us know about your tests.
Thanks.
Best regards,
Marcin Haba (gani)