Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gazetteer App and AddAnimator example does not retrieve locations #185

Open
Beak-man opened this issue Oct 25, 2019 · 1 comment
Open

Gazetteer App and AddAnimator example does not retrieve locations #185

Beak-man opened this issue Oct 25, 2019 · 1 comment
Labels

Comments

@Beak-man
Copy link
Member

Description

When attempting to use the GazetteerApp example to retrieve a particular location, the following error appears:

image

Error messages also appear in the console:

...
SEVERE: Exception while retrieving resources for https://worldwind25.arc.nasa.gov/wms?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0
java.net.SocketTimeoutException: connect timed out
	at java.base/java.net.PlainSocketImpl.waitForConnect(Native Method)
	at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:107)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
...

Steps to Reproduce

  1. Run Gazetteer App example
  2. Try to search for a location in the search box

Expected behavior:
App retrieves location and points the globe towards it.
Actual behavior:
Error message appears.
Reproduces how often: [What percentage of the time does it reproduce?]
100%

Operating System and Version

Windows 10, Java 11 SDK.

@Beak-man Beak-man added the bug label Oct 25, 2019
@Beak-man
Copy link
Member Author

The search box in the src/gov/nasa/worldwindx/examples/view/AddAnimator.java example produces the same error.

@Beak-man Beak-man changed the title Gazetteer App does not retrieve locations Gazetteer App and AddAnimator example does not retrieve locations Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant