as the demo setup uses file based H2 data base that has restrictions to allow only single process to access the data base thus you see this error. To overcome this either use "real" data base (like mysql, postgresql, etc) or reconfigure H2 to ran as a server.
HTH