Hi 
I'm getting the following error message when running an akka program from 
within sbt
It runs perfectly fine from inside intellij
My unit tests run fine in sbt too - but they are using in-memory persistence

Using latest versions of everything (M5 , 2.3.9, 2.11.6 etc)

I've tried doing all the obvious things (like closing intellij, closing 
sbt, deleting my journal), but to no avail.
I've not added any special things to sbt  - I just type >run

any suggestions?

Thanks
Tim

dispatcher-8] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is 
enabled for ActorSystem[default]
java.lang.NoClassDefFoundError: Could not initialize class 
org.fusesource.leveldbjni.internal.NativeOptions
at 
org.fusesource.leveldbjni.JniDBFactory$OptionsResourceHolder.init(JniDBFactory.java:98)
at org.fusesource.leveldbjni.JniDBFactory.open(JniDBFactory.java:167)
at 
akka.persistence.journal.leveldb.LeveldbStore$class.preStart(LeveldbStore.scala:112)
at 
akka.persistence.journal.leveldb.LeveldbJournal.preStart(LeveldbJournal.scala:20)
at akka.actor.Actor$class.postRestart(Actor.scala:547)
at 
akka.persistence.journal.leveldb.LeveldbJournal.postRestart(LeveldbJournal.scala:20)
at akka.actor.Actor$class.aroundPostRestart(Actor.scala:485)
at 
akka.persistence.journal.leveldb.LeveldbJournal.aroundPostRestart(LeveldbJournal.scala:20)
at 
akka.actor.dungeon.FaultHandling$class.finishRecreate(FaultHandling.scala:238)
at 
akka.actor.dungeon.FaultHandling$class.faultRecreate(FaultHandling.scala:76)
at akka.actor.ActorCell.faultRecreate(ActorCell.scala:369)
at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:459)
at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478)
at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:279)
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

-- 
>>>>>>>>>>      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