Akka Error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Akka Error

Alexander Borgschulze
When I try to start a flink program, I get the following exception:
 
com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka.version'
        at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152)
        at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170)
        at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:176)
 
 
Do I need to change some files and add a new key-value pair?
Reply | Threaded
Open this post in threaded view
|

Re: Akka Error

tison
If you run a program using "flink run" in dist/bin, dependencies should be taken care of.

Could you describe detailedly how you "start a flink program"? Did you write an entrypoint, compile it and run by "java YouProgram"? If so, you should configure classpath by yourself.

Best,
tison.


Alexander Borgschulze <[hidden email]> 于2020年4月18日周六 上午3:03写道:
When I try to start a flink program, I get the following exception:
 
com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka.version'
        at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152)
        at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170)
        at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:176)
 
 
Do I need to change some files and add a new key-value pair?