in reply to sockaddr_family, length is 0, should be at least 2

Most likely, the address you are getting in whatever HTTP / SOAP server you are running is invalid.

Somebody calls sockaddr_family on an address that is likely undef, most likely because some code above it failed to properly allocate a host name.

Replies are listed 'Best First'.
Re^2: sockaddr_family, length is 0, should be at least 2
by vshah (Initiate) on Jan 17, 2020 at 13:51 UTC
    Thank you !! When I did nslookup it gave me different hostname, if I did nslookup <ip> then it gave me correct hostname. So might be DNS is not configured correctly.