WorldWindJava icon indicating copy to clipboard operation
WorldWindJava copied to clipboard

Retrieval Failed Error

Open rivenbarkc opened this issue 3 years ago • 1 comments

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.

  • Check the "Common Problems" page on the WorldWind website: https://worldwind.arc.nasa.gov/java/tutorials/common-problems
  • Check that your issue isn't already filed: https://github.com/NASAWorldWind/WorldWindJava/issues
  • Check the WorldWind forum for common solutions: https://forum.worldwindcentral.com/forum/world-wind-java-forums

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

rivenbarkc avatar Aug 17 '22 02:08 rivenbarkc

I have the same problem. Were you able to resolve it ? @rivenbarkc

CarnageMarkus avatar Sep 05 '24 10:09 CarnageMarkus