Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Cannot render Bluemarble

On Monday 03 January 2011 11:05:22 pm John E. Conlon wrote:
> Just downloaded and installed uDig 1.2.0 for Linux x_86 on my Ubuntu 9.10.
>
> While doing the Walkthrough+1 I encountered problems with *9. Import
> Directly to Catalog Step* 6-7 where I could not render the JPL
> Bluemarble. I tried it from the Web Map Server and to as the downloaded
> tif file but neither would render.
>
> What is the best way to troubleshoot this?
>
> thanks,
>
> John Conlon
>
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users
I can confirm the fail for 1.2.0. Additionally I have tried the trunk.


* 1.2.0 test*
I have get a "java.io.FileNotFoundException"


net.refractions.udig.project.render.RenderException: http://wms.jpl.nasa.gov/exception_1_1_1.dtd%20
at net.refractions.udig.render.internal.wms.basic.BasicWMSRenderer2.wrapException(BasicWMSRenderer2.java:955)
at net.refractions.udig.render.internal.wms.basic.BasicWMSRenderer2$3.run(BasicWMSRenderer2.java:467)
Caused by: java.io.FileNotFoundException: http://wms.jpl.nasa.gov/exception_1_1_1.dtd%20
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.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 org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:770)
at org.geotools.data.ows.ServiceExceptionParser.parse(ServiceExceptionParser.java:53)
at org.geotools.data.ows.Response.parseException(Response.java:76)
at org.geotools.data.ows.Response.<init>(Response.java:51)
at org.geotools.data.wms.response.GetMapResponse.<init>(GetMapResponse.java:42)
at org.geotools.data.wms.WMS1_0_0$GetMapRequest.createResponse(WMS1_0_0.java:288)
at org.geotools.data.ows.AbstractOpenWebService.internalIssueRequest(AbstractOpenWebService.java:427)
at org.geotools.data.wms.WebMapServer.issueRequest(WebMapServer.java:408)
at net.refractions.udig.catalog.internal.wms.WMSServiceImpl$CustomWMS.issueRequest(WMSServiceImpl.java:384)
at net.refractions.udig.render.internal.wms.basic.BasicWMSRenderer2$3.run(BasicWMSRenderer2.java:464)


* trunk test *
I have repeated the test using the trunk (1.2.1). In this case I have get the following message in the console
" ...


!ENTRY net.refractions.udig.catalog.internal.wms 4 0 2011-01-05 11:05:06.468
!MESSAGE GetMap: http://wms.jpl.nasa.gov/wms.cgi?SERVICE=WMS&LAYERS=modis&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&HEIGHT=256&TRANSPARENT=TRUE&REQUEST=GetMap&BBOX=-180.0,-90.0,180.0,90.0&WIDTH=512&STYLES=default&SRS=EPSG:4326&VERSION=1.1.1


!ENTRY net.refractions.udig.project 2 0 net.refractions.udig.project.render.RenderException:
This server no longer provides full WMS services!
..."


It Looks like udig and this wms are not compatible. If that is right udig should provide an message error in the UI.


cheers
--
Mauricio Pazos
www.axios.es


Back to the top