You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/07 17:12:33 UTC

[jira] [Commented] (FLINK-1225) Quickstart does not work

    [ https://issues.apache.org/jira/browse/FLINK-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202198#comment-14202198 ] 

Stephan Ewen commented on FLINK-1225:
-------------------------------------

I had this issue as well but thought I fixed it in https://github.com/apache/incubator-flink/commit/3f3327865ec1ca30e589e71fce40de4c1f8456db?diff=unified

Can you validate that the jar indeed has no main-class entry? (open it in an archive viewer or so...)

> Quickstart does not work
> ------------------------
>
>                 Key: FLINK-1225
>                 URL: https://issues.apache.org/jira/browse/FLINK-1225
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Timo Walther
>
> We tried the quickstart on two PCs with different Flink versions (0.8-SNAPSHOT and 0.7), but if we submit the generated Jar-File in the web interface the error always is:
> {code}
> Neither a 'Main-Class', nor a 'program-class' entry was found in the jar file.
> org.apache.flink.client.program.ProgramInvocationException: Neither a 'Main-Class', nor a 'program-class' entry was found in the jar file.
> at org.apache.flink.client.program.PackagedProgram.getEntryPointClassNameFromJar(PackagedProgram.java:453)
> 	at org.apache.flink.client.program.PackagedProgram.(PackagedProgram.java:133)
> {code}
> Something is wrong with the pom.xml's, but I was unable to figure it out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)