Hello all,
I am using Kyotocabinet on my Scala application and I started to get fatal errors.
To be able to figure out what the problem is, I tried to enable exceptional mode using:
import kyotocabinet.DB
val db = new DB(DB.GEXCEPTIONAL)
But this returns:
invalid operation: not opened
at kyotocabinet.DB.path(Native Method)
at kyotocabinet.DB.toString(DB.java:590)
Do any of you guys have this problem enabling GEXCEPTIONAL mode on Java? (1.24)