Modify

Opened 3 years ago

Closed 3 years ago

#5469 closed defect (irreproducible)

Lots of exceptions in WMS plugin

Reported by: Nakor Owned by: Nakor
Priority: critical Component: Core imagery
Version: latest Keywords:
Cc:

Description (last modified by Nakor)

I am using WMS plugin with NAIP imagery: http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&

With an "old version" (JOSM 3429 + wmsplugin 22581), everything works fine

With a "newer version" (JOSM 3525 + wmsplugin 22964), I get a lot of exception when I pan or zoom the map. Sometimes the imagery will load fine and then some "exception error" tiles will come on top of it.

Attachments (0)

Change History (5)

comment:1 Changed 3 years ago by Nakor

  • Description modified (diff)

comment:2 Changed 3 years ago by stoecker

  • Owner changed from team to Nakor
  • Status changed from new to needinfo

Did a lot of zooming and paning and could not reproduce. Please provide more information, e.g. the commandline logs as well as reproducable description.

comment:3 Changed 3 years ago by anonymous

  • Resolution set to irreproducible
  • Status changed from needinfo to closed

Works fine now with latest of JOSM and plugin.

comment:4 Changed 3 years ago by Nakor

  • Resolution irreproducible deleted
  • Status changed from closed to reopened

DOes it again now with JOSM 3544 + WMSplugin 23207

Grabbing WMS http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&bbox=-92.7382408,44.9602374,-92.7355896,44.9621134&srs=EPSG:4326&width=500&height=500
java.io.FileNotFoundException: http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&bbox=-92.7382408,44.9602374,-92.7355896,44.9621134&srs=EPSG:4326&width=500&height=500

at sun.reflect.GeneratedConstructorAccessor29.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1368)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1362)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1016)
at wmsplugin.WMSGrabber.readException(WMSGrabber.java:193)
at wmsplugin.WMSGrabber.grab(WMSGrabber.java:180)
at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:60)
at wmsplugin.Grabber.attempt(Grabber.java:91)
at wmsplugin.Grabber.run(Grabber.java:72)
at java.lang.Thread.run(Thread.java:619)

Caused by: java.io.FileNotFoundException: http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&bbox=-92.7382408,44.9602374,-92.7355896,44.9621134&srs=EPSG:4326&width=500&height=500

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2173)
at wmsplugin.WMSGrabber.grab(WMSGrabber.java:177)
... 4 more

java.lang.Exception: http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&bbox=-92.7355896,44.9621134,-92.7329383,44.9639893&srs=EPSG:4326&width=500&height=500
Image couldn't be fetched: http://isse.cr.usgs.gov/ArcGIS/services/Combined/USGS_EDC_Ortho_NAIP/MapServer/WMSServer?request=GetMap&format=image/jpeg&service=WMS&version=1.1.0&layers=0&STYLES=default&bbox=-92.7355896,44.9621134,-92.7329383,44.9639893&srs=EPSG:4326&width=500&height=500

at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:64)
at wmsplugin.Grabber.attempt(Grabber.java:91)
at wmsplugin.Grabber.run(Grabber.java:72)
at java.lang.Thread.run(Thread.java:619)

comment:5 Changed 3 years ago by Nakor

  • Resolution set to irreproducible
  • Status changed from reopened to closed

Seems to be gone now.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.