You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your Snowflake account identifier, if any? (Optional)
Exception
heartbeat error - message=JDBC driver internal error: unexpected exception java.lang.NullPointerException: Cannot read field "name" because "x0" is null at net.snowflake.client.jdbc.telemetryOOB.TelemetryService$TELEMETRY_SERVER_DEPLOYMENT.access$000(TelemetryService.java:270).
net.snowflake.client.core.SFException: JDBC driver internal error: unexpected exception java.lang.NullPointerExceptionnull.
at net.snowflake.client.core.SFSession.heartbeat(SFSession.java:865)
at net.snowflake.client.core.HeartbeatBackground.run(HeartbeatBackground.java:192)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:840)
The text was updated successfully, but these errors were encountered:
This issue you're seeing was addressed in PR #1608 and that was fixed starting with version 3.14.4. Can you upgrade the JDBC driver and check if that addresses the issue, please?
@sfc-gh-wfateem Hi, I apologize for the delay, we were doing testing with new driver version.
Now it's deployed to production and the issue disappeared, thank you!
What version of JDBC driver are you using?
3.14.0
What operating system and processor architecture are you using?
Amazon Linux 2
What version of Java are you using?
Corretto 17
What did you do?
No changes on app side
What did you expect to see?
No exceptions in logs.
Can you set logging to DEBUG and collect the logs?
https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
What is your Snowflake account identifier, if any? (Optional)
Exception
The text was updated successfully, but these errors were encountered: