killbill version 0.22.32 remote debug

23 views
Skip to first unread message

Periklis Zimonopoulos

unread,
Sep 17, 2024, 7:44:49 AM9/17/24
to Kill Bill users mailing-list
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?

Pierre-Alexandre Meyer

unread,
Sep 17, 2024, 7:51:40 AM9/17/24
to Periklis Zimonopoulos, Kill Bill users mailing-list
Hi Periklis,

0.22.x has been deprecated for a while and isn't supported anymore. What are the blockers to upgrade to 0.24.x?

--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/d21d762f-1cf7-4cd2-aa52-07f7054fb9d8n%40googlegroups.com.


--
Pierre

Periklis Zimonopoulos

unread,
Sep 18, 2024, 1:14:17 AM9/18/24
to Kill Bill users mailing-list
Hi Pierre,
Thanks for the proompt response.
We found the problem...
The 0.22.32 dockerhub image is java 8 based, thus the docker-compose.yml instruction should be w/o the host prefix:

environment:
  ...
  - JVM_JDWP_PORT=12345
  ...

Thanks anyway!

Reply all
Reply to author
Forward
0 new messages