Error running syncs in Airbyte with NullPointerException

Summary

Users experiencing a NullPointerException error while running syncs in Airbyte version 0.50.31


Question

I had airbyte syncs running for a while now, but since yesterday i am getting this error when running sync for all of my airbyte syncs:

	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:135) ~[io.airbyte-airbyte-commons-worker-0.50.31.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:44) ~[io.airbyte-airbyte-commons-worker-0.50.31.jar:?]
	at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:135) ~[io.airbyte-airbyte-workers-0.50.31.jar:?]
	at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:136) ~[io.airbyte-airbyte-workers-0.50.31.jar:?]
	at io.airbyte.commons.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:314) ~[io.airbyte-airbyte-commons-temporal-0.50.31.jar:?]
	... 14 more
Caused by: java.lang.NullPointerException
	at java.io.Reader.<init>(Reader.java:168) ~[?:?]
	at java.io.InputStreamReader.<init>(InputStreamReader.java:124) ~[?:?]
	at io.airbyte.commons.io.IOs.newBufferedReader(IOs.java:74) ~[io.airbyte-airbyte-commons-0.50.31.jar:?]
	at io.airbyte.commons.io.LineGobbler.<init>(LineGobbler.java:134) ~[io.airbyte-airbyte-commons-0.50.31.jar:?]
	at io.airbyte.commons.io.LineGobbler.gobble(LineGobbler.java:73) ~[io.airbyte-airbyte-commons-0.50.31.jar:?]
	at io.airbyte.commons.io.LineGobbler.gobble(LineGobbler.java:37) ~[io.airbyte-airbyte-commons-0.50.31.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:79) ~[io.airbyte-airbyte-commons-worker-0.50.31.jar:?]
	at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:44) ~[io.airbyte-airbyte-commons-worker-0.50.31.jar:?]
	at io.airbyte.workers.temporal.TemporalAttemptExecution.get(TemporalAttemptExecution.java:135) ~[io.airbyte-airbyte-workers-0.50.31.jar:?]
	at io.airbyte.workers.temporal.check.connection.CheckConnectionActivityImpl.lambda$runWithJobOutput$1(CheckConnectionActivityImpl.java:136) ~[io.airbyte-airbyte-workers-0.50.31.jar:?]
	at io.airbyte.commons.temporal.TemporalUtils.withBackgroundHeartbeat(TemporalUtils.java:314) ~[io.airbyte-airbyte-commons-temporal-0.50.31.jar:?]
	... 14 more```
The airbyte version is 0.50.31, Can someone help me with these failures.?

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1722337317502519) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["airbyte", "sync", "error", "null-pointer-exception", "version-0.50.31"]
</sub>

Can someone please look into this and help me.? This is a prod setup and i am currently stuck due to this error