Hi i use from akka but in time export from scala project i have this error com.typesafe.config.ConfigException$Missing: application.conf @ jar:file:/home/amir/projects/scala/web-etl/target/scala-2.12/web-etl-assembly-0.1.jar!/application.conf: 46: No configuration setting found for key 'akka.actor.guardian-supervisor-strategy'
Do you reference “akka.actor.guardian-supervisor-strategy” somewhere in your application.conf? If so looks like you are missing akka library JARs in your run classpath.