You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really an issue for WorldWindJava itself but I'm not sure where to report this.
java.security.cert.CertificateExpiredException: NotAfter: Sun Nov 21 23:18:18 CET 2021
SEVERE [gov.nasa.worldwind]: Error reading from connection to https://worldwind22.arc.nasa.gov
The text was updated successfully, but these errors were encountered:
I have also having the certificate expired problem as of the past few weeks when trying to use the BulkDownload tool in the examples package.
Also...
Fresh install of 2.2.0 of WWJ on Win10 running with OpenJDK 11 SDK results in similar problem when running the demo. Map data won't load as a result globe goes dark upon zooming sufficiently to request more detailed map tiles.
PS C:\Work\NasaWorldWind_2-2-0> .\run-demo.bat
Running gov.nasa.worldwindx.examples.ApplicationTemplate
Dec 06, 2021 11:03:53 AM gov.nasa.worldwind.util.SessionCacheRetrievalPostProcessor run
SEVERE: Retrieval failed for https://worldwind26.arc.nasa.gov/elev?EXCEPTIONS=application/vnd.ogc.se_xml&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0
Dec 06, 2021 11:03:54 AM gov.nasa.worldwind.util.SessionCacheUtils retrieveSessionData
SEVERE: Exception while retrieving resources for https://worldwind26.arc.nasa.gov/elev?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)
Should be easy to reproduce as this is a pristine download and run of WWJ. Same problem seems to occur with WWJ 2.1. I have reproduced this on multiple machines that formerly ran without these errors.
Hi @trixon , @yessiryessir2x4 . Thank you for the heads-up. We have refreshed our certificates. Please verify and let us know if you still have issues.
Not really an issue for WorldWindJava itself but I'm not sure where to report this.
java.security.cert.CertificateExpiredException: NotAfter: Sun Nov 21 23:18:18 CET 2021
SEVERE [gov.nasa.worldwind]: Error reading from connection to https://worldwind22.arc.nasa.gov
The text was updated successfully, but these errors were encountered: