在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/Java/ 訪問谷歌地圖API java.net.SocketException: Con

訪問谷歌地圖API java.net.SocketException: Connection reset

使用HTTPClient訪問
https://maps.googleapis.com/m...

報(bào)錯(cuò):

三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.net.SocketException) caught when processing request to {s}->https://maps.googleapis.com:443: Connection reset
三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {s}->https://maps.googleapis.com:443
三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.net.SocketException) caught when processing request to {s}->https://maps.googleapis.com:443: Connection reset
三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {s}->https://maps.googleapis.com:443
三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.net.SocketException) caught when processing request to {s}->https://maps.googleapis.com:443: Connection reset
三月 28, 2018 6:22:31 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {s}->https://maps.googleapis.com:443
java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:210)
    at java.net.SocketInputStream.read(SocketInputStream.java:141)
    at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
    at sun.security.ssl.InputRecord.read(InputRecord.java:503)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)

但是使用POSTMAN訪問:

{
    "results": [
        {
            "address_components": [
                {
                    "long_name": "陸家嘴環(huán)路",
                    "short_name": "陸家嘴環(huán)路",
                    "types": [
                        "route"
                    ]
                },
                {
                    "long_name": "陸家嘴",
                    "short_name": "陸家嘴",
                    "types": [
                        "neighborhood",
                        "political"
                    ]
                },
                {
                    "long_name": "浦東新區(qū)",
                    "short_name": "浦東新區(qū)",
                    "types": [
                        "political",
                        "sublocality",
                        "sublocality_level_1"
                    ]
                },
                {
                    "long_name": "上海市",
                    "short_name": "上海市",
                    "types": [
                        "administrative_area_level_1",
                        "political"
                    ]
                },
                {
                    "long_name": "中國",
                    "short_name": "CN",
                    "types": [
                        "country",
                        "political"
                    ]
                },
                {
                    "long_name": "200000",
                    "short_name": "200000",
                    "types": [
                        "postal_code"
                    ]
                }
            ],
            "formatted_address": "中國上海市浦東新區(qū)陸家嘴陸家嘴環(huán)路 郵政編碼: 200000",
            "geometry": {
                "location": {
                    "lat": 31.232026,
                    "lng": 121.502905
                },
                "location_type": "GEOMETRIC_CENTER",
                "viewport": {
                    "northeast": {
                        "lat": 31.2333749802915,
                        "lng": 121.5042539802915
                    },
                    "southwest": {
                        "lat": 31.2306770197085,
                        "lng": 121.5015560197085
                    }
                }
            },
            "partial_match": true,
            "place_id": "ChIJrXof1e9wsjURkIdeYvnA9eQ",
            "types": [
                "establishment",
                "point_of_interest"
            ]
        }
    ],
    "status": "OK"
}

是什么原因呢?
開了VPN,瀏覽器可以訪問的地址

回答
編輯回答
骨殘心

請(qǐng)問這個(gè)問題是否解決了?如解決了,能否告知?

2018年9月9日 04:21