java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: Could not create an https connection to jdbc:hive2://:8443/;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;trustStorePassword=knox;transportMode=http;httpPath=gateway/sandbox/hive. \var\lib\knox\data-2.3.2.0-2950\security\keystores\gateway.jks (The system cannot find the path specified) at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:132) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$100(OpenConnectionCommand.java:45) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$2.run(OpenConnectionCommand.java:115) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: java.sql.SQLException: Could not create an https connection to jdbc:hive2://:8443/;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;trustStorePassword=knox;transportMode=http;httpPath=gateway/sandbox/hive. \var\lib\knox\data-2.3.2.0-2950\security\keystores\gateway.jks (The system cannot find the path specified) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.executeConnect(OpenConnectionCommand.java:171) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$000(OpenConnectionCommand.java:45) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$1.run(OpenConnectionCommand.java:104) ... 5 more Caused by: java.sql.SQLException: Could not create an https connection to jdbc:hive2://:8443/;ssl=true;sslTrustStore=/var/lib/knox/data-2.3.2.0-2950/security/keystores/gateway.jks;trustStorePassword=knox;transportMode=http;httpPath=gateway/sandbox/hive. \var\lib\knox\data-2.3.2.0-2950\security\keystores\gateway.jks (The system cannot find the path specified) at org.apache.hive.jdbc.HiveConnection.getHttpClient(HiveConnection.java:411) at org.apache.hive.jdbc.HiveConnection.createHttpTransport(HiveConnection.java:263) at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:207) at org.apache.hive.jdbc.HiveConnection.(HiveConnection.java:180) at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105) at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:133) at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.executeConnect(OpenConnectionCommand.java:167) ... 7 more Caused by: java.io.FileNotFoundException: \var\lib\knox\data-2.3.2.0-2950\security\keystores\gateway.jks (The system cannot find the path specified) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(Unknown Source) at java.io.FileInputStream.(Unknown Source) at java.io.FileInputStream.(Unknown Source) at org.apache.hive.jdbc.HiveConnection.getHttpClient(HiveConnection.java:395) ... 13 more