avonian/soundstage-vr

server crash

Closed this issue · 2 comments

not sure what caused it but i just noticed the server crashed

I created a backup of server.log (server.crash.log), but here's the tail end of it where the crash occurred https://pastebin.com/FSfApp0J

Caused by: java.nio.file.NoSuchFileException: /opt/HoloStage/vrspace.db/schema/index/lucene_native-2.0/16/lucene-1.0/1/write.lock

indicates that you've deleted vrspace.db before shutting down the server.
How do you restart the server anyway?

I just edited restart.sh script, now it kills the process, removes the database and then starts the server.