Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: sockaddr_family, length is 0, should be at least 2

by Corion (Patriarch)
on Jan 16, 2020 at 12:19 UTC ( [id://11111480]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111480]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found