Opened 16 years ago
Closed 16 years ago
#1822 closed defect (worksforme)
WMS server hang
Reported by: | katpatuka | Owned by: | framm |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | wms plugin | Cc: |
Description
Sometimes when requiring a landsat image the request hangs. Clicking the cancel button does not close the download window - I have to click the 'X' to close the window. But then I have to restart josm because I can neither upload nor download anymore - no up/download window pops up.
Example:
Requesting the address: http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&srs=EPSG:4326&format=image/jpeg
it was hanging doing nothing. Pasting the address into a browser revealed
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM "http://wms.jpl.nasa.gov/exception_1_1_1.dtd ">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
Required key 'bbox' is missing.
</ServiceException>
</ServiceExceptionReport>
Would be good to catch errors from NASA and show them at least in a window.
WMS plugin has been replaced. Retry new one.