안드로이드 다음지도 NativeBaseNetConnection: null 에러

수고하십니다 -

이번에 고장 좀 있었어서

“폰 초기화” 하고 “PC 초기화 후 재설치” 했습니다.

그리고 백업해 두었던 프로젝트 그대로 임포트 해서 실행했는데요,

이전에는 잘 되던게 갑자기 다음과 같은 에러가 나면서 지도가 표지되지를 않습니다.

MapLayout 우측 하단의 “Daum” 마크는 표시가 되는데요, 지도 이미지가 안나오는 것 같아요

어떻게 해야 할까요

참고로… API Key 같은 것들은 모두 알맞게 넣었습니다.

혹시나 해서 Refresh 도 해서 적용해봤는데, 그 문제는 아닌듯 하네요

02-20 11:41:37.378 21143-21202/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: null
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:151)
at java.net.SocketInputStream.read(SocketInputStream.java:120)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:108)
at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:139)
at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:179)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:164)
at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:237)
at net.daum.mf.map.n.api.NativeBaseNetConnection.fastChannelCopy(NativeBaseNetConnection.java:317)
at net.daum.mf.map.n.api.NativeBaseNetConnection.readFromInputStream(NativeBaseNetConnection.java:298)
at net.daum.mf.map.n.api.NativeBaseNetConnection.notifyFinishConnection(NativeBaseNetConnection.java:261)
at net.daum.mf.map.n.api.NativeBaseNetConnection.access$000(NativeBaseNetConnection.java:35)
at net.daum.mf.map.n.api.NativeBaseNetConnection$1.run(NativeBaseNetConnection.java:120)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
02-20 11:41:37.378 21143-21201/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: null
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:151)
at java.net.SocketInputStream.read(SocketInputStream.java:120)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:108)
at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:139)
at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:179)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:164)
at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:237)
at net.daum.mf.map.n.api.NativeBaseNetConnection.fastChannelCopy(NativeBaseNetConnection.java:317)
at net.daum.mf.map.n.api.NativeBaseNetConnection.readFromInputStream(NativeBaseNetConnection.java:298)
at net.daum.mf.map.n.api.NativeBaseNetConnection.notifyFinishConnection(NativeBaseNetConnection.java:261)
at net.daum.mf.map.n.api.NativeBaseNetConnection.access$000(NativeBaseNetConnection.java:35)
at net.daum.mf.map.n.api.NativeBaseNetConnection$1.run(NativeBaseNetConnection.java:120)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
02-20 11:41:37.378 21143-21197/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: null
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:151)
at java.net.SocketInputStream.read(SocketInputStream.java:120)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:108)
at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:139)
at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:179)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:164)
at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:237)
at net.daum.mf.map.n.api.NativeBaseNetConnection.fastChannelCopy(NativeBaseNetConnection.java:317)
at net.daum.mf.map.n.api.NativeBaseNetConnection.readFromInputStream(NativeBaseNetConnection.java:298)
at net.daum.mf.map.n.api.NativeBaseNetConnection.notifyFinishConnection(NativeBaseNetConnection.java:261)
at net.daum.mf.map.n.api.NativeBaseNetConnection.access$000(NativeBaseNetConnection.java:35)
at net.daum.mf.map.n.api.NativeBaseNetConnection$1.run(NativeBaseNetConnection.java:120)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
02-20 11:41:37.378 21143-21202/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: url=http://ot2.maps.daum-img.net/tile/hd/I/L4/999/446.jpg
02-20 11:41:37.378 21143-21201/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: url=http://ot0.maps.daum-img.net/tile/hd/I/L4/999/444.jpg
02-20 11:41:37.378 21143-21197/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: url=http://ot1.maps.daum-img.net/tile/hd/I/L4/999/445.jpg
02-20 11:41:37.378 21143-21200/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: null
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:151)
at java.net.SocketInputStream.read(SocketInputStream.java:120)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:108)
at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:139)
at org.apache.http.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:179)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:164)
at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:237)
at net.daum.mf.map.n.api.NativeBaseNetConnection.fastChannelCopy(NativeBaseNetConnection.java:317)
at net.daum.mf.map.n.api.NativeBaseNetConnection.readFromInputStream(NativeBaseNetConnection.java:298)
at net.daum.mf.map.n.api.NativeBaseNetConnection.notifyFinishConnection(NativeBaseNetConnection.java:261)
at net.daum.mf.map.n.api.NativeBaseNetConnection.access$000(NativeBaseNetConnection.java:35)
at net.daum.mf.map.n.api.NativeBaseNetConnection$1.run(NativeBaseNetConnection.java:120)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
02-20 11:41:37.378 21143-21200/me.blog.bluenotekr.dynaplace E/NativeBaseNetConnection: url=http://ot1.maps.daum-img.net/tile/hd/I/L4/998/445.jpg

네트워크 접근 시 오류가 발생 하는 것으로 보입니다.
네트워크 상황이 어떤 상태인지 WIFI인지 LTE 망인지 해당 기기에서 “http://ot1.maps.daum-img.net/tile/hd/I/L4/998/445.jpg” 접근 시 문제 없는지 등의 추가 정보를 주시면 원인 파악에 도움이 될 것 같습니다.