Nohelia Merino
05/31/2023, 2:20 PM2023-05-31 14:06:33 - Additional Failure Information: message='io.temporal.serviceclient.CheckedExceptionWrapper: java.util.concurrent.ExecutionException: java.lang.RuntimeException: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed', type='java.lang.RuntimeException', nonRetryable=false
This is for a custom source connector connection, I also reviewed the server logs but there are no logs available for the last 3 days at all. It has been working normally until recently.
Could someone help me out with this issue? cc: @Brian Castelli @Harshil Dhariwal @kapa.aikapa.ai
05/31/2023, 3:34 PMkapa.ai
05/31/2023, 3:34 PMkapa.ai
05/31/2023, 3:35 PMspec
, check
, and read
commands. This will help you ensure that the connector is working as expected before deploying it to Airbyte. 2. Check the Airbyte version you are using and consider upgrading to the latest version if you haven't already. This can help resolve any issues that may have been fixed in newer releases. 3. Review the information provided in the [Airbyte forum](https://discuss.airbyte.io) and [Slack community](https://airbytehq.slack.com) to see if anyone else has encountered a similar issue and found a solution. If you're still having trouble, consider sharing more information about your custom source connector, such as the code and configuration, so the community can better assist you.kapa.ai
05/31/2023, 3:36 PMsetup.py
and updating the Dockerfile. 2. Ensure that your Airbyte instance has access to the internet and can reach the necessary resources, as mentioned in this [Slack conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1670252832457049). 3. Check if there are any compatibility issues between your custom connector and the Airbyte version you are using. In some cases, updating Airbyte to the latest version has resolved issues, as seen in this [forum discussion](https://discuss.airbyte.io/t/2604). 4. Review your custom connector's resource allocation, such as memory and CPU, as insufficient resources can cause sync failures. You can refer to this [forum discussion](https://discuss.airbyte.io/t/2291) for an example. If you still face issues, I recommend sharing more details about your custom source connector, Airbyte version, and any relevant logs. Additionally, you can explore the [Airbyte documentation](https://docs.airbyte.com) and [forum](https://discuss.airbyte.io) for more information and support.Brian Castelli
05/31/2023, 3:59 PM/storage
folder.