[
https://issues.apache.org/jira/browse/DRILL-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pritesh Maker updated DRILL-5750:
---------------------------------
Fix Version/s: (was: 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
> Priority: Major
>
> 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
(v7.6.3#76005)