I had the same problem with Glassfish
but it was more compiled due to NAT
I have GF in NAT - do MYDOMAIN, and the port is redirected to the internal machine
the problem in GF is that it tries to connect to itself by the domain name, which is redirected to the internal network again (does it work? wsdl)
I made the addition of a workaround to / etc / hosts (127.0.0.1 domainname)
keep in mind that this is only a temporary solution
try checking if you have "localhost" in your hosts file (in windows c: / windows / system32 / drivers / etc / hosts) and ping localhost
I will add GF log - maybe someone in the future will look for it google :) :) in addition, I looked at GF logs, there was something like →
Connection timed out Failed to read the WSDL document: http://MYDOMAIN:8080/MYSERVICE?WSDL, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>. failed.noservice=Could not find wsdl:service in the provided WSDL(s): At least one WSDL with at least one service definition needs to be provided. Failed to parse the WSDL.
source share