World Wind Java无法检索WMS资源

时间:2016-10-21 13:05:22

标签: java worldwind

我已经下载了WorldWindJava SDK并运行了HelloWorldWind示例。但是我每次都会收到以下错误:

  

2016年10月21日下午2:16:48   gov.nasa.worldwind.util.SessionCacheRetrievalPostProcessor运行SEVERE:   检索失败了   http://worldwind20.arc.nasa.gov/mapcache?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0   2016年10月21日下午2:16:48 gov.nasa.worldwind.util.SessionCacheUtils   retrieveSessionData SEVERE:检索资源时出现异常   http://worldwind20.arc.nasa.gov/mapcache?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0   java.net.SocketTimeoutException:读取超时时间   java.net.SocketInputStream.socketRead0(Native Method)at   java.net.SocketInputStream.read(未知来源)at   java.net.SocketInputStream.read(未知来源)at   java.io.BufferedInputStream.fill(未知来源)at   java.io.BufferedInputStream.read1(未知来源)at   java.io.BufferedInputStream.read(未知来源)at   sun.net.www.http.HttpClient.parseHTTPHeader(未知来源)at   sun.net.www.http.HttpClient.parseHTTP(未知来源)at   sun.net.www.protocol.http.HttpURLConnection.getInputStream(未知   来自java.net.HttpURLConnection.getResponseCode(未知来源)     在   gov.nasa.worldwind.retrieve.HTTPRetriever.doRead(HTTPRetriever.java:48)     在   gov.nasa.worldwind.retrieve.URLRetriever.read(URLRetriever.java:368)     在   gov.nasa.worldwind.retrieve.URLRetriever.call(URLRetriever.java:244)     在gov.nasa.worldwind.retrieve.URLRetriever.call(URLRetriever.java:1)     在   gov.nasa.worldwind.util.SessionCacheUtils.retrieveSessionData(SessionCacheUtils.java:80)     在   gov.nasa.worldwind.util.SessionCacheUtils.getOrRetrieveSessionCapabilities(SessionCacheUtils.java:170)     在   gov.nasa.worldwind.layers.BasicTiledImageLayer.retrieveResources(BasicTiledImageLayer.java:723)     在   gov.nasa.worldwind.layers.BasicTiledImageLayer $ 2.run(BasicTiledImageLayer.java:812)     在java.lang.Thread.run(未知来源)

毋庸置疑,应用程序无法呈现任何WMS图层。

我尝试使用浏览器导航到该网址,但连接超时。

有关如何解决此问题或解决此问题的任何想法?

1 个答案:

答案 0 :(得分:1)

使用http://data.worldwind.arc.nasa.gov/代替http://worldwind20.arc.nasa.gov - 这是实际的网址。您拥有的URL必须是群集中的特定服务器之一。

因此,您的完整网址为http://data.worldwind.arc.nasa.gov/mapcache?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0