You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/22 12:14:00 UTC

[jira] [Updated] (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 ]

ASF GitHub Bot updated FLINK-11373:
-----------------------------------
    Labels: pull-request-available starter  (was: starter)

> 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: Startup Shell Scripts
>    Affects Versions: 1.5.6, 1.6.3, 1.7.1
>            Reporter: Maximilian Michels
>            Assignee: leesf
>            Priority: Minor
>              Labels: pull-request-available, starter
>
> 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
(v7.6.3#76005)