can´t add new wms layer with intermap

4 messages Options
Embed this post
Permalink
Sarah_S

can´t add new wms layer with intermap

Reply Threaded More More options
Print post
Permalink
Hello,

I wanted to add a wms layer (one of the map list) to intermap through the map viewer but I get 'the requestest respond can not be performed'. Even if I try to set up trough harvest managment I can´t do it working.
my stack trace:
java.net.UnknownHostException: aes.gsfc.gov
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:525)
        at java.net.Socket.connect(Socket.java:475)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
        at sun.net.www.http.HttpClient.New(HttpClient.java:306)
        at sun.net.www.http.HttpClient.New(HttpClient.java:323)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049)
        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
        at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(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:810)
        at jeeves.utils.Xml.loadFile(Xml.java:103)
        at org.fao.geonet.kernel.harvest.harvester.ogcwxs.Harvester.harvest(Harvester.java:199)
        at org.fao.geonet.kernel.harvest.harvester.ogcwxs.OgcWxSHarvester.doHarvest(OgcWxSHarvester.java:212)
        at org.fao.geonet.kernel.harvest.harvester.AbstractHarvester.harvest(AbstractHarvester.java:379)
        at org.fao.geonet.kernel.harvest.harvester.Executor.run(Executor.java:87)

I use tomcat 6, geonetwork 2.4.1. Via web browser I can get a respond from that url.
I have used a few settings:
name: wms , NASA SVS Image Server (read here: http://n2.nabble.com/Problem-with-map-td2013134.html#a2013135 and http://n2.nabble.com/Problems-with-interactive-map-td3516222.html#a3516222 that 'name' should be the name of the layer)
url: http://aes.gsfc.nasa.gov/cgi-bin/wms 

Furthermore my csw harvest don´t work too (Unknownhostexception). stacktrace says something about PlainsocketImpl and so on. Don´t use a proxy with gn.
Any suggestions on that? Any help will be appreciated.

Thanks.

best regards
Sarah
Michael.Stegherr

Re: can´t add new wms layer with intermap

Reply Threaded More More options
Print post
Permalink
Hi Sarah,

> -----Original Message-----
> From: Sarah_S [mailto:[hidden email]]
> Sent: Thursday, 22 October 2009 12:20 AM
> Subject: [GeoNetwork-users] can´t add new wms layer with intermap
>
> java.net.UnknownHostException: aes.gsfc.gov
> [...]

Looks like you forgot the "nasa." part in the domain name (see below). Could that be the problem?

> url: http://aes.gsfc.nasa.gov/cgi-bin/wms 

HTH,
    Michael
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Sarah_S

Re: can´t add new wms layer with intermap

Reply Threaded More More options
Print post
Permalink
Hi Michael,

yes I forgot that, but it didn´t solve the problem.
I think that it has to do with tomcat or something like that because csw harvest didn´t work either (UnknownHostException too).

Perhaps a silly question but: I have installed stand alone geoserver at tomcat again (deployed war-file) after another problem (without geowebcache-folder). Is this the answer of my problem?

Thanks for any help!

best regards
Sarah

Michael.Stegherr wrote:
Hi Sarah,

> -----Original Message-----
> From: Sarah_S [mailto:Sarah_flip@yahoo.de]
> Sent: Thursday, 22 October 2009 12:20 AM
> Subject: [GeoNetwork-users] can´t add new wms layer with intermap
>
> java.net.UnknownHostException: aes.gsfc.gov
> [...]

Looks like you forgot the "nasa." part in the domain name (see below). Could that be the problem?

> url: http://aes.gsfc.nasa.gov/cgi-bin/wms 

HTH,
    Michael
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Sarah_S

Re: can´t add new wms layer with intermap

Reply Threaded More More options
Print post
Permalink
I have found out that my company is using proxy (using a file/script to manage this). So I tried to set up proxy settings with system configuration , but it didn´t work.
Do I even have to change another file? Miss I something?

Thanks for any help!

best regards
Sarah

Sarah_S wrote:
Hi Michael,

yes I forgot that, but it didn´t solve the problem.
I think that it has to do with tomcat or something like that because csw harvest didn´t work either (UnknownHostException too).

Perhaps a silly question but: I have installed stand alone geoserver at tomcat again (deployed war-file) after another problem (without geowebcache-folder). Is this the answer of my problem?

Thanks for any help!

best regards
Sarah

Michael.Stegherr wrote:
Hi Sarah,

> -----Original Message-----
> From: Sarah_S [mailto:Sarah_flip@yahoo.de]
> Sent: Thursday, 22 October 2009 12:20 AM
> Subject: [GeoNetwork-users] can´t add new wms layer with intermap
>
> java.net.UnknownHostException: aes.gsfc.gov
> [...]

Looks like you forgot the "nasa." part in the domain name (see below). Could that be the problem?

> url: http://aes.gsfc.nasa.gov/cgi-bin/wms 

HTH,
    Michael
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork