Hi Tim,
Correct, when running from sbt you should fork, as documented here:
http://doc.akka.io/docs/akka/snapshot/scala/persistence.html#Testing
I guess you are refering to:
http://stackoverflow.com/questions/19425613/unsatisfiedlinkerror-with-native-library-under-sbt

As long as you have the dependency, it's loaded, and you're forking in sbt
it should work fine, what's your project setup?

-- Konrad


On Thu, Apr 2, 2015 at 3:18 PM, Tim Pigden <tim.pig...@optrak.com> wrote:

> apologies: I have rather more informative trace in the log file
>
> I did a new search we showed a stack overflow question from Martin K and
> it is fixed with
>
> fork in Test := true
>
>
> RROR - Uncaught error from thread
> [default-akka.persistence.dispatchers.default-plugin-dispatcher-6] shutting
> down JVM since 'akka.jvm-exit-on-fatal-error' is enabled
> java.lang.UnsatisfiedLinkError:
> org.fusesource.leveldbjni.internal.NativeOptions.init()V
> at org.fusesource.leveldbjni.internal.NativeOptions.init(Native Method)
> ~[leveldbjni-all-1.7.jar:1.7]
> at
> org.fusesource.leveldbjni.internal.NativeOptions.<clinit>(NativeOptions.java:54)
> ~[leveldbjni-all-1.7.jar:1.7]
> at
> org.fusesource.leveldbjni.JniDBFactory$OptionsResourceHolder.init(JniDBFactory.java:98)
> ~[leveldbjni-all-1.7.jar:1.7]
>
>>
>>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to