Some other platforms have the same issue.  Some work with some workarounds 
but in the end it's not worth it.
Set storage.compressionMethod=gzip to avoid the use of Snappy.

On command line:
-Dstorage.compressionMethod=gzip

Or

Programmatically before orientdb is started:
System.getProperty("storage.compressionMethod", "gzip")


On Wednesday, August 6, 2014 12:17:29 PM UTC-4, Valentin Popov wrote:
>
> Hi everybody,
>
> org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] no native 
> library is found for os.name=FreeBSD and os.arch=x86_64
>
> this error occurs with openjdk version "1.7.0_65" and ODB 1.7.7, it is 
> occurs because ODB used snappy-java-1.1.0.1.jar that used JNI to native 
> OS libraries and for FreeBSD it is not exist. 
>
> I don't think it is good idea using JNI libraries inside OrientDB, as main 
> goal of Java software is OS independents.  
>
> Or other case you need put notice that OrientDB will work on particular 
> OS's.
>
> Regards,
> Valentin 
>
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to