0% found this document useful (0 votes)
14 views

Logging

The document contains summaries of two exceptions that occurred: 1. The first exception was a "grpc failed" error that occurred when trying to get the location address from Geocoder. This caused an IOException. 2. The second exception was an "Unable to resolve host" error when trying to connect to "nmcnagpur.gov.in". This was caused by there being no address associated with the given hostname, resulting in an UnknownHostException.

Uploaded by

pimplapureaditya
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Logging

The document contains summaries of two exceptions that occurred: 1. The first exception was a "grpc failed" error that occurred when trying to get the location address from Geocoder. This caused an IOException. 2. The second exception was an "Unable to resolve host" error when trying to connect to "nmcnagpur.gov.in". This was caused by there being no address associated with the given hostname, resulting in an UnknownHostException.

Uploaded by

pimplapureaditya
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Exception Date Time: 2022-05-12 21:16:11

Exception: grpc failed


Exception Stacktrace: java.io.IOException: grpc failed
at android.location.Geocoder.getFromLocation(Geocoder.java:136)
at
com.swt.nagnmc.RegisterComplaintActivity.GetCurrentLocationAddress(RegisterComplain
tActivity.java:821)
at
com.swt.nagnmc.RegisterComplaintActivity$12.onLocationChanged(RegisterComplaintActi
vity.java:794)
at com.swt.location.LocationFinder.onLocationChanged(LocationFinder.java:225)
at com.google.android.gms.internal.location.zzay.notifyListener(Unknown
Source:4)
at
com.google.android.gms.common.api.internal.ListenerHolder.notifyListenerInternal(Un
known Source:17)
at
com.google.android.gms.common.api.internal.ListenerHolder$zaa.handleMessage(Unknown
Source:5)
at android.os.Handler.dispatchMessage(Handler.java:106)
at com.google.android.gms.internal.base.zap.dispatchMessage(Unknown Source:8)
at android.os.Looper.loop(Looper.java:236)
at android.app.ActivityThread.main(ActivityThread.java:7861)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:600)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)

-----------------------------------------------------------------------------
Exception Date Time: 2022-08-27 20:19:33
Exception: Unable to resolve host "nmcnagpur.gov.in": No address associated with
hostname
Exception Stacktrace: java.net.UnknownHostException: Unable to resolve host
"nmcnagpur.gov.in": No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:142)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:170)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:124)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:366)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
at
com.swt.dal.DataUploadServiceHelper.UpdatePushToken(DataUploadServiceHelper.java:19
1)
at com.swt.nagnmc.WelcomeActivity$3.run(WelcomeActivity.java:270)
at java.lang.Thread.run(Thread.java:923)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:202)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 12 more

-----------------------------------------------------------------------------

You might also like