You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2017/08/29 21:18:00 UTC

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

Paul Rogers created DRILL-5750:
----------------------------------

             Summary: 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.12.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)