Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this topic

Hive - Error connecting in FIPS enabled environment

avatar
New Contributor

Hello,

 

Getting the following error when connecting to a Hive server. The jbdc client is being executed in an FIPS enabled environment.

 

Caused by: java.lang.NullPointerException: Cannot invoke "javax.security.sasl.SaslServer.isComplete()" because "this.saslServer" is null at org.apache.thrift.transport.TSaslTransport$SaslParticipant.isComplete(TSaslTransport.java:547) ~[?:?] at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:262) ~[?:?] at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37) ~[?:?] at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:343) ~[?:?] at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:228) ~[?:?]

 

Thanks

Who agreed with this topic