Dear community,
we want to connect to a CSW and harvest it with GeoNetwork 2.8.0. In the harvesting management, we have added a "Catalogue Service for the Web ISO Profile 2.0" with the following service URL:
After activating and running the process, it takes some time but the only response is the error message for time out posted below.
Could somebody perhaps try the URL above and tell me if it works for you? Or can you give us a URL that you know will work with GeoNetwork? This would really help us, so we could test if it is a problem with our system or something else.
Kind regards
Thomas
Error: Die Wartezeit für die Verbindung ist abgelaufen
Class: ConnectException
Stack:
at: java.net.PlainSocketImpl file: PlainSocketImpl.java line: -2 method: socketConnect
at: java.net.AbstractPlainSocketImpl file: AbstractPlainSocketImpl.java line: 339 method: doConnect
at: java.net.AbstractPlainSocketImpl file: AbstractPlainSocketImpl.java line: 200 method: connectToAddress
at: java.net.AbstractPlainSocketImpl file: AbstractPlainSocketImpl.java line: 182 method: connect
at: java.net.SocksSocketImpl file: SocksSocketImpl.java line: 391 method: connect
at: java.net.Socket file: Socket.java line: 579 method: connect
at: java.net.Socket file: Socket.java line: 528 method: connect
at: java.net.Socket file: Socket.java line: 425 method: <init>
at: java.net.Socket file: Socket.java line: 280 method: <init>
at: org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory file: DefaultProtocolSocketFactory.java line: 79 method: createSocket
at: jeeves.utils.XmlRequest file: XmlRequest.java line: 338 method: doExecute
at: jeeves.utils.XmlRequest file: XmlRequest.java line: 257 method: execute
at: org.fao.geonet.kernel.harvest.harvester.csw.Harvester file: Harvester.java line: 131 method: retrieveCapabilities
at: org.fao.geonet.kernel.harvest.harvester.csw.Harvester file: Harvester.java line: 85 method: harvest
at: org.fao.geonet.kernel.harvest.harvester.csw.CswHarvester file: CswHarvester.java line: 228 method: doHarvest
at: org.fao.geonet.kernel.harvest.harvester.AbstractHarvester$HarvestWithIndexProcessor file: AbstractHarvester.java line: 399 method: process
at: org.fao.geonet.kernel.harvest.harvester.AbstractHarvester file: AbstractHarvester.java line: 429 method: harvest
at: org.fao.geonet.kernel.harvest.harvester.HarvesterJob file: HarvesterJob.java line: 29 method: execute