You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Kulasangar <ku...@auxenta.com> on 2018/02/22 09:39:42 UTC

Problem when uploading a java flink program to aws lambda

I have created a java application using flink api and table api. I can
provide the source code if needed.

The application works perfectly locally. But when I tried to upload the
created jar in aws lambda and execute it I'm being thrown with the following
error:

*reference.conf: 804: Could not resolve substitution to a value:
${akka.stream.materializer}:
com.typesafe.config.ConfigException$UnresolvedSubstitution
com.typesafe.config.ConfigException$UnresolvedSubstitution: reference.conf:
804: Could not resolve substitution to a value: ${akka.stream.materializer}
at
com.typesafe.config.impl.ConfigReference.resolveSubstitutions(ConfigReference.java:87)
at
com.typesafe.config.impl.ResolveSource.resolveCheckingReplacement(ResolveSource.java:110)*

I have posted only the first few lines of the exception. Has anyone come
across this typa error? 

Any help would be appreciated.

Regards.



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Problem when uploading a java flink program to aws lambda

Posted by Aljoscha Krettek <al...@apache.org>.
Could you please post your build setup. Pom file? And maybe also the contents of your Jar file.

Best,
Aljoscha

> On 22. Feb 2018, at 10:39, Kulasangar <ku...@auxenta.com> wrote:
> 
> I have created a java application using flink api and table api. I can
> provide the source code if needed.
> 
> The application works perfectly locally. But when I tried to upload the
> created jar in aws lambda and execute it I'm being thrown with the following
> error:
> 
> *reference.conf: 804: Could not resolve substitution to a value:
> ${akka.stream.materializer}:
> com.typesafe.config.ConfigException$UnresolvedSubstitution
> com.typesafe.config.ConfigException$UnresolvedSubstitution: reference.conf:
> 804: Could not resolve substitution to a value: ${akka.stream.materializer}
> at
> com.typesafe.config.impl.ConfigReference.resolveSubstitutions(ConfigReference.java:87)
> at
> com.typesafe.config.impl.ResolveSource.resolveCheckingReplacement(ResolveSource.java:110)*
> 
> I have posted only the first few lines of the exception. Has anyone come
> across this typa error? 
> 
> Any help would be appreciated.
> 
> Regards.
> 
> 
> 
> --
> Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/