Could you post your dependencies? Build.sbt file or the dependency graph would be good.
-- Konrad Malawski On 11 February 2017 at 19:38:50, Alan Burlison ([email protected]) wrote: > On 10/02/17 16:47, Patrik Nordwall wrote: > > This is to announce the immediate availability of a security patch > release, > addressing a potential security issue with Java deserialization. An > attacker that can connect to an ActorSystem exposed via Akka Remote over > TCP can gain remote code execution capabilities in the context of the JVM > process that runs the ActorSystem if: > > > I've upgraded to 2.4.17 but I now get a startup error from Akka-http: > > Exception in thread "main" > com.typesafe.config.ConfigException$UnresolvedSubstitution: > reference.conf @ > jar:file:/home/alanbur/blueline/repo/cache/com.typesafe.akka/akka-http_2.12/jars/akka-http_2.12-10.0.3.jar!/reference.conf: > > 42: Could not resolve substitution to a value: > ${akka.stream.blocking-io-dispatcher} > at > com.typesafe.config.impl.ConfigReference.resolveSubstitutions(ConfigReference.java:108) > > at > com.typesafe.config.impl.ResolveContext.realResolve(ResolveContext.java:179) > > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:142) > at > com.typesafe.config.impl.SimpleConfigObject$ResolveModifier.modifyChildMayThrow(SimpleConfigObject.java:379) > > at > com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:312) > > at > com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:398) > > at > com.typesafe.config.impl.ResolveContext.realResolve(ResolveContext.java:179) > > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:142) > at > com.typesafe.config.impl.SimpleConfigObject$ResolveModifier.modifyChildMayThrow(SimpleConfigObject.java:379) > > at > com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:312) > > at > com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:398) > > at > com.typesafe.config.impl.ResolveContext.realResolve(ResolveContext.java:179) > > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:142) > at > com.typesafe.config.impl.SimpleConfigObject$ResolveModifier.modifyChildMayThrow(SimpleConfigObject.java:379) > > at > com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:312) > > at > com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:398) > > at > com.typesafe.config.impl.ResolveContext.realResolve(ResolveContext.java:179) > > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:142) > at > com.typesafe.config.impl.SimpleConfigObject$ResolveModifier.modifyChildMayThrow(SimpleConfigObject.java:379) > > at > com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:312) > > at > com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:398) > > at > com.typesafe.config.impl.ResolveContext.realResolve(ResolveContext.java:179) > > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:142) > at > com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:231) > at > com.typesafe.config.impl.SimpleConfig.resolveWith(SimpleConfig.java:74) > at com.typesafe.config.impl.SimpleConfig.resolve(SimpleConfig.java:64) > at com.typesafe.config.impl.SimpleConfig.resolve(SimpleConfig.java:59) > at com.typesafe.config.impl.SimpleConfig.resolve(SimpleConfig.java:37) > at com.typesafe.config.impl.ConfigImpl$1.call(ConfigImpl.java:374) > at com.typesafe.config.impl.ConfigImpl$1.call(ConfigImpl.java:367) > at > com.typesafe.config.impl.ConfigImpl$LoaderCache.getOrElseUpdate(ConfigImpl.java:65) > > at > com.typesafe.config.impl.ConfigImpl.computeCachedConfig(ConfigImpl.java:92) > > at > com.typesafe.config.impl.ConfigImpl.defaultReference(ConfigImpl.java:367) > at > com.typesafe.config.ConfigFactory.defaultReference(ConfigFactory.java:413) > at com.typesafe.config.ConfigFactory.load(ConfigFactory.java:212) > at com.typesafe.config.ConfigFactory.load(ConfigFactory.java:181) > at com.typesafe.config.ConfigFactory$1.call(ConfigFactory.java:305) > at com.typesafe.config.ConfigFactory$1.call(ConfigFactory.java:302) > at > com.typesafe.config.impl.ConfigImpl$LoaderCache.getOrElseUpdate(ConfigImpl.java:65) > > at > com.typesafe.config.impl.ConfigImpl.computeCachedConfig(ConfigImpl.java:92) > > at com.typesafe.config.ConfigFactory.load(ConfigFactory.java:302) > at akka.actor.ActorSystem$.$anonfun$apply$4(ActorSystem.scala:242) > at scala.Option.getOrElse(Option.scala:121) > at akka.actor.ActorSystem$.apply(ActorSystem.scala:242) > at akka.actor.ActorSystem$.apply(ActorSystem.scala:288) > at akka.actor.ActorSystem$.apply(ActorSystem.scala:233) > > -- > Alan Burlison > -- > > -- > > 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. > -- >>>>>>>>>> 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.
