You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2017/11/07 10:02:00 UTC

[jira] [Updated] (DRILL-5750) NPE on botched Drillbit startup

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

Arina Ielchiieva updated DRILL-5750:
------------------------------------
    Fix Version/s:     (was: 1.12.0)
                   1.13.0

> NPE on botched Drillbit startup
> -------------------------------
>
>                 Key: DRILL-5750
>                 URL: https://issues.apache.org/jira/browse/DRILL-5750
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.11.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>             Fix For: 1.13.0
>
>
> I am trying to launch a Drillbit as a server from Eclipse. I continue to stumble through the issues.
> Drill does not help in that it crashes with NPEs due to the misconfiguration.
> Crash 1: {{WorkManager}}:
> {code}
>   public void close() throws Exception {
>     ...
>     getContext().close();
>   }
> {code}
> {{getContext()}} is null.
> Crash 2: {{SystemOptionManager}}:
> {code}
>   public void close() throws Exception {
>     options.close();
>   }
> {code}
> {{options}} is null.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)