Thank you in advance for your time and support! --
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/08cd86b9-e41c-4fdd-a8fe-e564b261a49en%40googlegroups.com.
Hi Team,
I wanted to follow up regarding the issue we reported with the Debezium AS400 / IBM i connector timing out while attempting to establish connectivity over SSL (port 992).
We have already validated the following from our side:
However, we are still seeing repeated:
java.util.concurrent.TimeoutException: Idle timeout expired: 30000/30000 ms
followed by:
HTTP 500 - Request timed out
Could you please help us with any additional guidance on:
Please let us know if any additional logs or diagnostics are required from our side.
Thanks & Regards
Charan Subramanya
Hi Team,
I am trying to configure the io.debezium.connector.db2as400.As400RpcConnector connector in Kafka Connect for CDC from IBM i / AS400.
The connector plugin loads successfully and appears correctly in /connector-plugins, but connector validation and creation hang indefinitely and eventually return HTTP 500 timeout errors from Kafka Connect REST API.
Environment details:
Kafka Connect: Confluent Platform 7.9.6
Connector: io.debezium.connector.db2as400.As400RpcConnector
Kafka target: Confluent Cloud
Confluent Cloud connectivity is working (other connectors are publishing successfully)
IBM i host is reachable
Only open IBM i port is 992
Ports 446, 8470, 8471 are blocked/unavailable
Connector configuration:
Observed behavior:
TCP connectivity to <host>:992 succeeds
Connector plugin loads correctly
Validation hangs during:
"The worker is currently performing multi-property validation"
Eventually Kafka Connect REST API returns HTTP 500 timeout
Connector never gets registered
No explicit stack trace or validation error is returned
Additional troubleshooting performed:
Reduced config to minimal properties only
Removed:
table.include.list
signal.data.collection
Confluent Cloud producer override configs
Added SSL bypass properties:
database.ssl.validate.server.certificate=false
ibmi.verify.server.certificate=false
ssl.validation=false
as400.ssl.validate=false
Verified plugin loading through /connector-plugins
Verified other connectors can publish successfully to Confluent Cloud
Current suspicion:
The connector may be hanging during IBM i SSL/TLS or protocol negotiation on port 992.
Questions:
Is port 992 officially supported/recommended for As400RpcConnector?
Does the connector expect IBM i database host server / DRDA protocol rather than Telnet SSL on 992?
Are there known TLS/JT400 compatibility issues with older IBM i systems?
Does the connector require any additional IBM i services or ports besides 992?
Is there a way to enable connector-level debug logging specifically for IBM i connection negotiation?
Are there known requirements for truststore format/certificates with this connector?
Any guidance would be greatly appreciated.
Thanks,