Hi all,
Running a killbill version 0.22.32 (dockerized), we are trying to remote debug...
We made the following additions to our docker-compose.yml:
ports:
...
- 12345:12345
...
environment:
...
- JVM_JDWP_PORT=*:12345
...
But right after the docker instance does not even start successfully, logging the error:
ERROR: transport error 202: gethostbyname: unknown host
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
I have tried the above instructions on newer versions (ie. 024.11 under jdk11) and remote debug is working fine, but we are not ready yet to move on upgrading.
Any ideas?
Is remote debugging feasible on version 0.22.32?