My creators are not working with Akka 2.4.5, they have been working up to now, My actor creators are either static classes or standard classes but the methods that use the creator are not static:
java.lang.IllegalArgumentException: cannot use non-static local Creator to create actors; make it static (e.g. local to a static method) or top-level at akka.actor.AbstractProps$class.checkCreatorClosingOver(AbstractProps.scala:112) ~[akka-actor_2.11-2.4.5.jar:?] at akka.actor.AbstractProps$class.create(AbstractProps.scala:44) ~[akka-actor_2.11-2.4.5.jar:?] at akka.actor.Props$.create(Props.scala:22) ~[akka-actor_2.11-2.4.5.jar:?] at akka.actor.Props.create(Props.scala) ~[akka-actor_2.11-2.4.5.jar:?] Not good news IMHO. Regards, Guido. -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
