Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Caused by: java.lang.IllegalArgumentException: no matching constructor found on class net.admoment.extension.cachesupervisor.CacheSupervisor for arguments [class com.google.common.cache.LocalCache$LocalLoadingCache]
  2. at akka.util.Reflect$.error$1(Reflect.scala:81)
  3. at akka.util.Reflect$.findConstructor(Reflect.scala:93)
  4. at akka.actor.Props.constructor(Props.scala:178)
  5. at akka.actor.Props.<init>(Props.scala:197)
  6. at akka.actor.Props$.apply(Props.scala:114)
  7. at net.admoment.extension.cachesupervisor.CacheSupervisor$.props(CacheSupervisor.scala:37)
  8. at net.admoment.extension.cachesupervisor.CacheSupervisorService.initLoadingCache(CacheSupervisorService.scala:19)
  9. at net.admoment.extension.bid.context.util.CacheWithExternalEviction.attachCacheToBus(CacheWithExternalEviction.scala:65)
  10. at net.admoment.extension.bid.context.util.CacheWithExternalEviction.<init>(CacheWithExternalEviction.scala:62)
  11. at net.admoment.extension.bid.context.util.CacheWithExternalEviction$.apply(CacheWithExternalEviction.scala:89)
  12. at net.admoment.extension.bid.context.BidContextService.<init>(BidContextService.scala:77)
  13. at net.admoment.extension.bid.context.BidContext$.createExtension(BidContext.scala:12)
  14. at net.admoment.extension.bid.context.BidContext$.createExtension(BidContext.scala:8)
  15. at akka.actor.ActorSystemImpl.registerExtension(ActorSystem.scala:654)
  16. at akka.actor.ExtensionId$class.apply(Extension.scala:79)
  17. at net.admoment.extension.bid.context.BidContext$.apply(BidContext.scala:8)
  18. at net.admoment.config.BidContextConfig.bidContextService(BidContextConfig.scala:22)
  19. at net.admoment.config.BidContextConfig$$EnhancerByCGLIB$$77dc0bf5.CGLIB$bidContextService$2(<generated>)
  20. at net.admoment.config.BidContextConfig$$EnhancerByCGLIB$$77dc0bf5$$FastClassByCGLIB$$7493ade0.invoke(<generated>)
  21. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  22. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:286)
  23. at net.admoment.config.BidContextConfig$$EnhancerByCGLIB$$77dc0bf5.bidContextService(<generated>)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:606)
  28. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:160)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement