Setting up remote debugging on destination-bigquery connector

Summary

The user is trying to set up remote debugging on the destination-bigquery connector but is encountering an error related to JDWP transport initialization and port binding.


Question

Hi all, I’m trying to setup remote debugging on destination-bigquery connector, I have followed the steps specified in the doc, however I’m not sure how to resolve following error: platform > Checking if airbyte/destination-bigquery:2.4.20 exists... platform > airbyte/destination-bigquery:2.4.20 was found locally.
platform > Creating docker container = destination-bigquery-check-06f18999-ba78-4467-9b58-d7a33996469a-0-nzund with resources io.airbyte.config.ResourceRequirements@44628449[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=,additionalProperties={}] and allowedHosts null
platform > Preparing command: docker run --rm --init -i -w /data/06f18999-ba78-4467-9b58-d7a33996469a/0 --log-driver none --name destination-bigquery-check-06f18999-ba78-4467-9b58-d7a33996469a-0-nzund -e JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -p5005:5005 --network host -v airbyte_workspace:/data -v oss_local_root:/local -e DEPLOYMENT_MODE=OSS -e WORKER_CONNECTOR_IMAGE=airbyte/destination-bigquery:2.4.20 -e AUTO_DETECT_SCHEMA=true -e LAUNCHDARKLY_KEY= -e SOCAT_KUBE_CPU_REQUEST=0.1 -e SOCAT_KUBE_CPU_LIMIT=2.0 -e FIELD_SELECTION_WORKSPACES= -e USE_STREAM_CAPABLE_STATE=true -e AIRBYTE_ROLE=dev -e WORKER_ENVIRONMENT=DOCKER -e APPLY_FIELD_SELECTION=false -e WORKER_JOB_ATTEMPT=0 -e OTEL_COLLECTOR_ENDPOINT=<http://host.docker.internal:4317> -e FEATURE_FLAG_CLIENT=config -e AIRBYTE_VERSION=0.60.0 -e WORKER_JOB_ID=06f18999-ba78-4467-9b58-d7a33996469a airbyte/destination-bigquery:2.4.20 check --config source_config.json
platform > Reading messages from protocol version 0.2.0
platform > WARNING: Published ports are discarded when using host network mode
platform > Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=:5005*
platform > ERROR: transport error 202: bind failed: Address already in use
platform > ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
platform > JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:700]
platform > Check connection job subprocess finished with exit code 2
platform > Unexpected error while checking connection:



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["remote-debugging", "destination-bigquery-connector", "JDWP-transport-error", "port-binding-error"]