Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to akka v1.3+ #38

Open
Horusiath opened this issue Feb 20, 2018 · 3 comments
Open

Update to akka v1.3+ #38

Horusiath opened this issue Feb 20, 2018 · 3 comments

Comments

@Horusiath
Copy link

This plugin probably needs to be updated. AFAIK there were a lot of changes since 1.0.+ regarding persistence layer.

@Horusiath
Copy link
Author

The related details about issues have been described here: Horusiath/Akkling#95

@HIPERCUBE
Copy link

It's not works on 1.3.9 version(akka).

[ERROR][11/14/2018 11:53:05][Thread 0027][akka://ActorSystem/system/sharding/Coordinator/singleton/coordinator] Method 'ReplayMessagesAsync' in type 'Akka.Persistence.Cassandra.Journal.CassandraJournal' from assembly 'Akka.Persistence.Cassandra, Version=1.0.6.3, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Cause: [akka://ActorSystem/system/sharding/Coordinator/singleton/coordinator#1346149396]: Akka.Actor.ActorInitializationException: Exception during creation ---> System.TypeLoadException: Method 'ReplayMessagesAsync' in type 'Akka.Persistence.Cassandra.Journal.CassandraJournal' from assembly 'Akka.Persistence.Cassandra, Version=1.0.6.3, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type, ObjectHandleOnStack keepalive)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
   at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Boolean throwOnError)
   at Akka.Persistence.PersistenceExtension.CreatePlugin(ExtendedActorSystem system, String configPath, Config pluginConfig)
   at Akka.Persistence.PersistenceExtension.NewPluginHolder(ExtendedActorSystem system, String configPath, String fallbackPath)
   at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
--- End of stack trace from previous location where exception was thrown ---
   at System.Lazy`1.CreateValue()
   at Akka.Persistence.PersistenceExtension.PluginHolderFor(String configPath, String fallbackPath)
   at Akka.Persistence.PersistenceExtension.JournalFor(String journalPluginId)
   at Akka.Persistence.Eventsourced.get_Journal()
   at Akka.Persistence.Eventsourced.AroundPreStart()
   at Akka.Actor.ActorCell.UseThreadContext(Action action)
   at Akka.Actor.ActorCell.Create(Exception failure)
   --- End of inner exception stack trace ---
   at Akka.Actor.ActorCell.Create(Exception failure)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

@HIPERCUBE
Copy link

@Aaronontheweb Do you have any plans to support akka 1.3+ version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants