Search code examples
apache-drill

apache drill "no current connection" error


I am using the most recent version of drill on windows machines in embedded mode. However, I always get "no current connection" errors when sending any queries. Also, the web server localhost:8047 does not work either. Here is what I see when I try to start drill.

enter image description here

I have tried both Java JDK 8 and 9, on two separate windows machines and got the same error. I searched about this matter but could not get any workarounds so far.

Any fix to this? Thanks a lot!!


Solution

  • Problem solved by setting JAVA_HOME correctly.