Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5750

NPE on botched Drillbit startup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.11.0
    • None
    • None
    • None

    Description

      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:

        public void close() throws Exception {
          ...
          getContext().close();
        }
      

      getContext() is null.

      Crash 2: SystemOptionManager:

        public void close() throws Exception {
          options.close();
        }
      

      options is null.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Paul.Rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: