Help Center> MapReduce Service> Developer Guide (Normal_Earlier Than 3.x)> Spark Application Development> FAQs> A Message Stating "Problem performing GSS wrap" Is Displayed When IBM JDK Is Used
Updated on 2022-06-01 GMT+08:00

A Message Stating "Problem performing GSS wrap" Is Displayed When IBM JDK Is Used

Question

A Message Stating "Problem performing GSS wrap" Is Displayed When IBM JDK Is Used

Answer

Possible cause:

The authentication fails because the duration for creating a JDBC connection on IBM JDK exceeds the timeout duration for user authentication (one day by default).

The authentication mechanism of IBM JDK differs from that of Oracle JDK. IBM JDK checks time but does not detect external time update. Therefore, the explicit calling relogin cannot be updated.

Troubleshooting solution:

When one JDBC connection fails, disable this connection, and create a new connection to perform further operations.