Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-28 Thread Martin Krasser
On 28.04.14 17:17, Martin Krasser wrote: On 28.04.14 16:30, Oscar Vargas Torres wrote: Hello Martin. Thanks a lot for helping us. Following your suggestion gives this error: https://github.com/Optrak/akkaPersistenceWithAndroid/blob/master/errorMsg6.txt Line 13: 04-28 08:54:25.036

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-26 Thread Martin Krasser
Hi Oscar, this error is related to the mapdb journal plugin (which is not an official part of akka-persistence). Please try using the LevelDB Java port (which is part of akka-persistence) i.e. make sure you have the following setting in application.conf:

[akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Tim Pigden
My co-worker is struggling (it's probably proguard) and it would be useful to know if somebody had succeeded. -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives:

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Martin Krasser
Hi Tim, what error message do you see? On 25.04.14 09:38, Tim Pigden wrote: My co-worker is struggling (it's probably proguard) and it would be useful to know if somebody had succeeded. -- Read the docs: http://akka.io/docs/ Check the FAQ:

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Tim Pigden
Hi Martin Unfortunately I don't have his code (he's inn a different Timezone and I only got email last night) but his stack trace http://pastebin.com/uHqwWYbJ so it looks like there's some reason it can't find the akka.persistence.DeliveredByChannelBatching constructor. I'll get him to add

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Tim Pigden
Hi Martin, When I get hold of him I intend to ensure we can run a simple test program in both standard environment before re-testing on Android. I can see the DeliveredByChannelBatching is part of the standard start-up process and there's no obvious reason the constructor should be missing. From

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Oscar Vargas Torres
Hello Martin Krasser! First: Thanks for your contributions to akka-persistence. Can you please take a look at: https://github.com/Optrak/akkaPersistenceNoAndroid https://github.com/Optrak/akkaPersistenceWithAndroid I am available to answer questions and help as much as I can. We want to be

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Oscar Vargas Torres
As usually happens, Perry Nguyen has helped me and taught me something. He told me on irc channel #sbt-android that https://github.com/Optrak/akkaPersistenceWithAndroid/blob/master/errorMsg2.txt#L203 shows the guilty guy: pfn: can see what exactly is null there pfn: *public static final

Re: [akka-user] Has anyone tried akka-persistence on Android?

2014-04-25 Thread Oscar Vargas Torres
I think I'm getting closer, but still see the error at https://github.com/Optrak/akkaPersistenceWithAndroid/blob/master/errorMsg5.txt On Friday, April 25, 2014 5:18:45 PM UTC-5, Oscar Vargas Torres wrote: As usually happens, Perry Nguyen has helped me and taught me something. He told me on