fusesource/leveldbjni

Error when opening paths with unicode characters

Closed this issue · 1 comments

Hello,

I'm using leveldbjni 1.7 as Akka persistence backend and I found the following problem when the path contains unicode characters (Félix) in this case.

Caused by: org.fusesource.leveldbjni.internal.NativeDB$DBException: IO error: C:\Users\Félix\AppData\Roaming\Coinffeine\journal\LOCK: Could not lock file.
    at org.fusesource.leveldbjni.internal.NativeDB.checkStatus(NativeDB.java:200) ~[leveldbjni-1.7.jar:1.7]
...

Maybe I'm doing something wrong or there is a workaround you know of.

Closing as this was ignored for too long.