Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
Description
[ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException java.io.FileNotFoundException: flink-quickstart-java-0.1.jar (No such file or directory) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:230) at java.util.zip.ZipFile.<init>(ZipFile.java:160) at java.util.zip.ZipFile.<init>(ZipFile.java:131) at sun.tools.jar.Main.list(Main.java:1115) at sun.tools.jar.Main.run(Main.java:293) at sun.tools.jar.Main.main(Main.java:1288) Success: There are no flink core classes are contained in the jar. Failure: Since Elasticsearch5SinkExample.class and other user classes are not included in the jar. [FAIL] Test script contains errors. Checking for errors... No errors in log files. Checking for exceptions... No exceptions in log files. Checking for non-empty .out files... grep: /home/vsts/work/1/s/flink-dist/target/flink-1.11-SNAPSHOT-bin/flink-1.11-SNAPSHOT/log/*.out: No such file or directory No non-empty .out files. [FAIL] 'Quickstarts Java nightly end-to-end test' failed after 0 minutes and 6 seconds! Test exited with exit code 1
Attachments
Issue Links
- relates to
-
FLINK-18341 Building Flink Walkthrough Table Java 0.1 COMPILATION ERROR
- Closed
- links to
Most likely a jdk8, jdk11 cache mixup. I will open a PR for this.