2014-04-11 9:07 GMT+02:00 Tomek <[email protected]>: > Anyway, there is warning when deploying: > WARNING: Sun Unsafe direct memory implementation is going to be used, > this implementation isnot stable so please use JNA version instead. >
This may be solved launching your application with the following parameter: -Djna.nosys=true It tells your java to use the Orient bundled JNA library instead of that used by your (OS) which in many case is outdated. Cheers, Riccardo -- --- 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.
