Opened 16 years ago
Closed 15 years ago
#3335 closed defect (wontfix)
WMS
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | tested |
Keywords: | Cc: |
Description
Image couldn't be fetched: http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&la
yers=global_mosaic&styles=&format=image/jpeg&bbox=34.4607566,58.2114653,34.48823
73,58.2259388&srs=EPSG:4326&width=499&height=499
at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
at wmsplugin.Grabber.attempt(Grabber.java:68)
at wmsplugin.WMSGrabber.run(WMSGrabber.java:48)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
This was most likely due to a temporary problem (server down, network problem, etc.).
I've added better diagnostics in [o17403], from the stack trace above it's not very clear what happened.
Closing as wontfix. Please reopen if the problem persists.