Skip to content
Discussion options

You must be logged in to vote

Sorry, I didn't spot that you'd replied to this. I found what I think is a very similar solution to the problem, so I'm going to outline the root cause and what my solution was in case this is helpful to anyone else. I'd be very interested to know if what you're proposing would have the same effect, and whether either is preferable.

Also please excuse any incorrect nomenclature I use here, I'm not a java expert 😅

The root cause

The cause of the issue was the java.rmi package. If otherwise unspecified, the RMI package attempts to get the IP address of the machine it's running on and supplies that as part of the path to its endpoints. What it will get is the IP address on the local network,…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@petekubiak
Comment options

Answer selected by petekubiak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8515 on September 22, 2025 17:56.