Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Temporary failure in name resolution in AppEngine

Hello

I have java application in AppEngine, that makes http request to another app

It was working for years, but suddenly:

 

java.net.UnknownHostException: dadata.ru: Temporary failure in name resolution at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:52) at java.base/java.net.InetAddress$PlatformResolver.lookupByName(InetAddress.java:1211) at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1828) at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:1139) at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1818) at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1688) at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)

 

I can successfully ping this address from CloudShellPING dadata.ru (185.65.148.8) 56(84) bytes of data.
64 bytes from 185.65.148.8 (185.65.148.8): icmp_seq=1 ttl=48 time=287 ms
64 bytes from 185.65.148.8 (185.65.148.8): icmp_seq=2 ttl=48 time=286 ms
64 bytes from 185.65.148.8 (185.65.148.8): icmp_seq=3 ttl=48 time=286 ms

 

Any ideas?

Thank you.

0 0 98
0 REPLIES 0