Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [error] /Users/alias/dev/src/main/scala/framework/MyActor.scala:86: could not find implicit value for parameter rs: spray.routing.RoutingSettings
  2. [error] def receive = runRoute(routes)
  3. [error]
  4.  
  5. implicitly[RoutingSettings]
  6.  
  7. Multiple markers at this line
  8. - implicit ActorRefFactory required: if outside of an Actor you need an implicit ActorSystem, inside of an actor this should be the implicit ActorContext
  9. - not enough arguments for method default: (implicit refFactory: akka.actor.ActorRefFactory)spray.routing.RoutingSettings. Unspecified value parameter
  10. refFactory.
  11. - ambiguous implicit values: both value context in trait Actor of type => akka.actor.ActorContext and method system in trait ActorContext of type =>
  12. akka.actor.ActorSystem match expected type akka.actor.ActorRefFactory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement