Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Reopened: (UDIG-1705) uDIG does not open geowebcache- wms-c urls

     [ http://jira.codehaus.org/browse/UDIG-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jody Garnett reopened UDIG-1705:
--------------------------------

      Assignee: Jody Garnett

So it looks like two issues:
- out of the box geowebcache WMS-C Capabilities is not configured to produce the VendorCapabilities defining the tileset (the subject of GEOS-4076)
- the demo server produces a VendorCapabiliies which fails to parse.

I have re-opened this bug in order to look into what the demo server is doing.

Note the TileCache capabilities document still parses just fine.

> uDIG does not open geowebcache- wms-c urls 
> -------------------------------------------
>
>                 Key: UDIG-1705
>                 URL: http://jira.codehaus.org/browse/UDIG-1705
>             Project: uDIG
>          Issue Type: Bug
>          Components: webservices
>    Affects Versions: UDIG 1.2.RC3
>         Environment: Windows 7, GWC- Geowebcache NIGHTLY, built 2010-03-03 (included in Geoserver 2.0.2), uDIG Version: 1.2-SNAPSHOT
>            Reporter: Georg Weickelt
>            Assignee: Jody Garnett
>            Priority: Critical
>             Fix For: UDIG 1.2.0
>
>         Attachments: capabilities.xml, udig1705.log, wmscCapabilities.xml
>
>
> When I insert a url like "http://linux:8080/geoserver/gwc/service/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=getcapabilities&TILED=true"; uDIG is not able to open it. It throws an exception in the log.
> {panel}
> !ENTRY net.refractions.udig.catalog.internal.wms 4 0 2010-07-27 07:07:11.027
> !MESSAGE WMSC GetCapabilities: http://linux:8080/geoserver/gwc/service/wms?REQUEST=GetCapabilities&SERVICE=WMS
> !ENTRY net.refractions.udig.catalog.internal.wms 4 0 2010-07-27 07:07:11.105
> !MESSAGE Cannot convert string to url: 
> !STACK 0
> java.net.MalformedURLException: no protocol: 
> 	at java.net.URL.<init>(Unknown Source)
> 	at java.net.URL.<init>(Unknown Source)
> 	at java.net.URL.<init>(Unknown Source)
> 	at net.refractions.udig.catalog.wmsc.server.WMSCComplexTypes$_ServiceType.getValue(WMSCComplexTypes.java:739)
> 	at org.geotools.xml.handlers.ComplexElementHandler.endElement(ComplexElementHandler.java:186)
> 	at org.geotools.xml.XMLSAXHandler.endElement(XMLSAXHandler.java:266)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.dtd.XMLNSDTDValidator.endNamespaceScope(Unknown Source)
> 	at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
> 	at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
> 	at org.geotools.xml.DocumentFactory.getInstance(DocumentFactory.java:140)
> 	at net.refractions.udig.catalog.wmsc.server.WMSCCapabilitiesResponse.<init>(WMSCCapabilitiesResponse.java:70)
> 	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer$CapabilitiesRequest.createResponse(TiledWebMapServer.java:247)
> 	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.issueRequest(TiledWebMapServer.java:315)
> 	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.readCapabilities(TiledWebMapServer.java:174)
> 	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.getCapabilities(TiledWebMapServer.java:139)
> 	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.getCapabilitiesXml(TiledWebMapServer.java:216)
> 	at net.refractions.udig.catalog.internal.wmsc.WMSCServiceImpl.getWMSC(WMSCServiceImpl.java:204)
> {panel}

-- 
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