Fork me on GitHub
#xtdb
<
2020-04-23
>
dvingo17:04:12

Has anyone run into this using standalone node with rocks db?

Execution error (RocksDBException) at org.rocksdb.RocksDB/open (RocksDB.java:-2).
While lock file: crux-store/db/LOCK: Resource temporarily unavailable
this is when I start the node

jarohen17:04:10

we've seen this when a node hasn't managed to shut down cleanly - most often when we're bouncing the node within the JVM after something's gone a bit awry

dvingo17:04:32

ah, found it - the repl was killed, but the server instance was still running.

jarohen17:04:24

ah, that'd do it 🙂 glad you found it

dvingo17:04:34

same! thanks for the follow-up!