Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1465) WMS-C not reloading layers when restart & Cache issues

WMS-C not reloading layers when restart & Cache issues
------------------------------------------------------

                 Key: UDIG-1465
                 URL: http://jira.codehaus.org/browse/UDIG-1465
             Project: uDIG
          Issue Type: Bug
          Components: wms
    Affects Versions: UDIG 1.2
         Environment: uDig 1.2 Trunk on XP testing with WMSC http://labs.metacarta.com/wms-c/Basic.py?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities&tiled=true

            Reporter: John Hudson
            Priority: Minor
         Attachments: John_Hudson_WMS-C_Patch.patch

•	Upon restarting uDig, wms-c layers are not rendered which causes a NPE here:

java.lang.NullPointerException
      at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
      at java.lang.Double.parseDouble(Unknown Source)
      at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.<init>(TiledWebMapServer.java:93)
      at net.refractions.udig.catalog.internal.wmsc.WMSCServiceImpl.getWMSC(WMSCServiceImpl.java:187)
      at net.refractions.udig.catalog.internal.wmsc.WMSCServiceImpl.members(WMSCServiceImpl.java:105)
      at net.refractions.udig.catalog.internal.CatalogImpl.getChildById(CatalogImpl.java:537)
at net.refractions.udig.catalog.internal.CatalogImpl.find(CatalogImpl.java:292)

•	In Window --> Preferences --> WMS-C Tiles: Disk Cache Location is ignored when preloading cache (win32), it is instead just downloaded to "c:/tilecache"
•	uDig crash's when preloading WMS-C layers, (NPE in TileImageReadWriter.writeTile) (disk not full)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Back to the top