It looks like i got java exception when starting the service:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'storeFactory' defined in class path resource [server/config/query-server-config.xml]: Invocation of init method failed; nested exception is com.xhive.error.XhiveException: INTERNAL_ERROR: Corrupt log record at lsn 17190031988, Original message: Page in file 17 offset 1c000 not found in database
Indeed even though the error was not exactly the same as in the mentioned article - the solution is working (it looks like we simply need to reinit that database).
Thanks!