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 2018/12/05 16:59:00 UTC

[jira] [Updated] (DRILL-6877) NPE when starting Drill

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

Arina Ielchiieva updated DRILL-6877:
------------------------------------
    Description: 
Regression after DRILL-6039, Drill start with NPE:
{noformat}
>sqlline.bat -u "jdbc:drill:zk=local"
DRILL_ARGS - " -u jdbc:drill:zk=local"
Calculating HADOOP_CLASSPATH ...
HBASE_HOME not detected...
Calculating Drill classpath...
Exception in thread "Thread-20" java.lang.NullPointerException
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:98)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
        at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
        at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
        at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.pollShutdown(Drillbit.java:377)
        at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.run(Drillbit.java:368)
Apache Drill 1.15.0-SNAPSHOT
"JSON ain't no thang."
{noformat}

  was:
Regression after DRILL-6039, Drill start on Windows with NPE:
{noformat}
>sqlline.bat -u "jdbc:drill:zk=local"
DRILL_ARGS - " -u jdbc:drill:zk=local"
Calculating HADOOP_CLASSPATH ...
HBASE_HOME not detected...
Calculating Drill classpath...
Exception in thread "Thread-20" java.lang.NullPointerException
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:98)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
        at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
        at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
        at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.pollShutdown(Drillbit.java:377)
        at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.run(Drillbit.java:368)
Apache Drill 1.15.0-SNAPSHOT
"JSON ain't no thang."
{noformat}


> NPE when starting Drill
> -----------------------
>
>                 Key: DRILL-6877
>                 URL: https://issues.apache.org/jira/browse/DRILL-6877
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.15.0
>            Reporter: Arina Ielchiieva
>            Assignee: Venkata Jyothsna Donapati
>            Priority: Blocker
>             Fix For: 1.15.0
>
>
> Regression after DRILL-6039, Drill start with NPE:
> {noformat}
> >sqlline.bat -u "jdbc:drill:zk=local"
> DRILL_ARGS - " -u jdbc:drill:zk=local"
> Calculating HADOOP_CLASSPATH ...
> HBASE_HOME not detected...
> Calculating Drill classpath...
> Exception in thread "Thread-20" java.lang.NullPointerException
>         at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:98)
>         at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
>         at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
>         at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
>         at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.pollShutdown(Drillbit.java:377)
>         at org.apache.drill.exec.server.Drillbit$GracefulShutdownThread.run(Drillbit.java:368)
> Apache Drill 1.15.0-SNAPSHOT
> "JSON ain't no thang."
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)