fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
536 stars 143 forks source link

Error when opening paths with unicode characters #66

Closed sortega closed 8 years ago

sortega commented 9 years ago

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.

sortega commented 8 years ago

Closing as this was ignored for too long.