The error message
error : Error creating storage service, was grb_rs already started?
: Error opening data store: Opening DB failedindicates that there is a Compute Server (grb_rs) with the same configuration running on the machine. To display running grb_rs processes:
-
Windows:
tasklist | find "grb_rs" -
Linux and macOS:
ps aux | grep grb_rs
If necessary, the processes can be terminated with these commands:
-
Windows:
taskkill /f /im grb_rs.exe -
Linux and macOS:
pkill grb_rs