NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
712 stars 324 forks source link

Retrieval Failed Error #250

Open rivenbarkc opened 1 year ago

rivenbarkc commented 1 year ago

Note: Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion.

Prerequisites

Please fulfill the following requirements before submitting an issue to this repository.

Description

WorldwindJava v2.2.1 Using NetBeans Platform Application

When the WorldWind tries to contact the WMSes it generates an error "SEVERE [gov.nasa.worldwind]: Retrieval failed for http://worldwind25.arc.nasa.gov/wms?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0". It is using HTTP vs HTTPS and gets the redirect error like from prior to v2.1.0 (I assume).

Steps to Reproduce

  1. Add Library Wrapper for WorldWind JAR
  2. Add Library Wrapper for JOGL/GlueGen-RT
  3. Instantiate a WorldWindowGLCanvas

Expected behavior: Blue Marble globe displays without error.

Actual behavior: Causes an error "SEVERE [gov.nasa.worldwind]: Retrieval failed for http://worldwind25.arc.nasa.gov/wms?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0"

Reproduces how often: Always

Operating System and Version

Windows 10 21H2

Additional Information

Using Java JDK 17.0.3.1, NetBeans v14, and WorldWindJava v2.2.1