You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/02/05 14:20:00 UTC

[jira] [Closed] (FLINK-11373) CliFrontend cuts off reason for error messages

     [ https://issues.apache.org/jira/browse/FLINK-11373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek closed FLINK-11373.
------------------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

master: 34db538ba176c63b42d33fc16e6b7d80f87a1bfb

> CliFrontend cuts off reason for error messages
> ----------------------------------------------
>
>                 Key: FLINK-11373
>                 URL: https://issues.apache.org/jira/browse/FLINK-11373
>             Project: Flink
>          Issue Type: Bug
>          Components: Command Line Client
>    Affects Versions: 1.5.6, 1.6.3, 1.7.1
>            Reporter: Maximilian Michels
>            Assignee: leesf
>            Priority: Minor
>              Labels: pull-request-available, starter
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The CliFrontend seems to only print the first message in the strace trace and not any of its causes.
> {noformat}
> bin/flink run /non-existing/path
> Could not build the program from JAR file.
> Use the help option (-h or --help) to get help on the command.
> {noformat}
> Notice, the underlying cause of this message is FileNotFoundException.
> Consider changing 
> a) the error message for this particular case 
> b) the way the stack trace messages are trimmed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)