Ask for help submission from <@U02U130TG20> *Is th...
# troubleshooting
r
Ask for help submission from @Brad Fockler *Is this your first time deploying Airbyte * No *OS Version / Instance * Container-Optimized OS *Memory / Disk * left blank *Deployment * Kubernetes *Airbyte Version * 0.35.10-alpha *Source name/version * Mixpanel/0.1.9 *Destination name/version * BigQuery/0.6.5 *Step * left blank *Description * Sync produces the following errors
Copy code
2022-02-22 13:58:59 [32mINFO[m i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.  errors: $: null found, object expected 2022-02-22 13:58:59 [1;31mERROR[m i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-02-22 13:59:05 [32mINFO[m i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.  errors: $: null found, object expected 2022-02-22 13:59:05 [1;31mERROR[m i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null 2022-02-22 13:59:22 [32mINFO[m i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.  errors: $: null found, object expected 2022-02-22 13:59:22 [1;31mERROR[m i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null
Which is followed by:
Copy code
2022-02-22 13:59:31 [1;31mERROR[m i.a.w.DefaultReplicationWorker(run):141 - Sync worker failed. java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: Source process exited with non-zero exit code 137  at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]  at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]  at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:134) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]  at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:52) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]  at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:174) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]  at java.lang.Thread.run(Thread.java:833) [?:?]  Suppressed: io.airbyte.workers.WorkerException: Source process exit with code 137. This warning is normal if the job was cancelled.   at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:136) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]   at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:118) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]   at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:52) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]   at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:174) ~[io.airbyte-airbyte-workers-0.35.10-alpha.jar:?]   at java.lang.Thread.run(Thread.java:833) [?:?]