[GeoNetwork-users] Harvest From CSW Service

hi erveryone;

I am a new geonetwork , I have a CSW service and ı want to harvest from it.
I use the geonetwork 2.10.2 under tomcat.
When I run the harvest from geonetwork UI , only one metadata harvested.
geonetwork didnt send any eror. But ,my database have 23 records.
I use the postgreSql .

Please help,

Regards.

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi

Which harvester are you using? Make sure to use Catalog Services for the
Web ISO Profile 2.0 to harvest from a CSW server, instead of the OGC Web
Services harvester. The last one only harvest the capabilities document
from the remote service, if used for a CSW server only creates 1 metadata.

Regards,
Jose García

On Thu, Jan 30, 2014 at 11:06 AM, umut <umut_salur@anonymised.com> wrote:

hi erveryone;

I am a new geonetwork , I have a CSW service and ı want to harvest from it.
I use the geonetwork 2.10.2 under tomcat.
When I run the harvest from geonetwork UI , only one metadata harvested.
geonetwork didnt send any eror. But ,my database have 23 records.
I use the postgreSql .

Please help,

Regards.

--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.

http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
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

--

* GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on GeoServer and GeoNetwork. Visit http://geocat.net
<http://geocat.net/&gt; for details. _________________________Jose
GarcíaGeoCat bvVeenderweg 13 6721 WD BennekomThe
Netherlandshttp://GeoCat.net/> *

Yes, I used Catalog Services for the
Web ISO Profile 2.0 , and log int tomcat same

<?xml version="1.0" encoding="UTF-8"?>
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
xmlns:dc="http://purl.org/dc/elements/1.1/&quot; service="CSW" version="2.0.2"
resultType="results" outputFormat="application/xml"
outputSchema="http://www.isotc211.org/2005/gmd&quot; startPosition="1"
maxRecords="20">
  <csw:Query typeNames="gmd:MD_Metadata,csw:Record">
    <csw:ElementSetName>summary</csw:ElementSetName>
  </csw:Query>
</csw:GetRecords>

2014-01-30 11:36:12,560 DEBUG [geonetwork.harvester] - Search results:
<html xmlns="http://www.w3.org/1999/xhtml&quot;&gt;
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
    <title>404 - File or directory not found.</title>
    
  </head>
  <body>
    <div id="header">
      
Server Error

    </div>
    <div id="content">
      <div class="content-container">
        <fieldset>
          
404 - File or directory not found.

The resource you are looking for might have been removed, had its name
changed, or is temporarily unavailable.

        </fieldset>
      </div>
    </div>
  </body>
</html>
2014-01-30 11:36:12,560 DEBUG [geonetwork.harvester] - Number of child
elements in response: 2
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - Raised exception
while harvesting from : Test Orman su (CswHarvester)
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - (C) Class :
OperationAbortedEx
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - (C) Message :
Missing 'SearchResults'

regards.

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870p5100882.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi

What is the url configured in the harvester?

Check the url points the capabilities document in the remote server. For
example, if the remote server is a GeoNetwork also:

http://*SERVER*
/srv/eng/csw?service=CSW&version=2.0.2&request=GetCapabilities

Regards,
Jose García

On Thu, Jan 30, 2014 at 11:41 AM, umut <umut_salur@anonymised.com> wrote:

Yes, I used Catalog Services for the
Web ISO Profile 2.0 , and log int tomcat same

<?xml version="1.0" encoding="UTF-8"?>
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
xmlns:dc="http://purl.org/dc/elements/1.1/&quot; service="CSW" version="2.0.2"
resultType="results" outputFormat="application/xml"
outputSchema="http://www.isotc211.org/2005/gmd&quot; startPosition="1"
maxRecords="20">
  <csw:Query typeNames="gmd:MD_Metadata,csw:Record">
    <csw:ElementSetName>summary</csw:ElementSetName>
  </csw:Query>
</csw:GetRecords>

2014-01-30 11:36:12,560 DEBUG [geonetwork.harvester] - Search results:
<html xmlns="http://www.w3.org/1999/xhtml&quot;&gt;
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
    <title>404 - File or directory not found.</title>

  </head>
  <body>
    <div id="header">

Server Error

    </div>
    <div id="content">
      <div class="content-container">
        <fieldset>

404 - File or directory not found.

The resource you are looking for might have been removed, had its name
changed, or is temporarily unavailable.

        </fieldset>
      </div>
    </div>
  </body>
</html>
2014-01-30 11:36:12,560 DEBUG [geonetwork.harvester] - Number of child
elements in response: 2
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - Raised exception
while harvesting from : Test Orman su (CswHarvester)
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - (C) Class :
OperationAbortedEx
2014-01-30 11:36:12,560 WARN [geonetwork.harvester] - (C) Message :
Missing 'SearchResults'

regards.

--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870p5100882.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.

http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
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

--

* GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on GeoServer and GeoNetwork. Visit http://geocat.net
<http://geocat.net/&gt; for details. _________________________Jose
GarcíaGeoCat bvVeenderweg 13 6721 WD BennekomThe
Netherlandshttp://GeoCat.net/> *

The URL is
http://geoportal.****.gov.tr/inspiregeoportal/csw?Request=GetCapabilities&Service=CSW&version=2.0.2

It is a arcgis server, it run clearly without problem.

Regards,

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870p5100919.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

There is no **** in a url

Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone

-------- Original message --------
From: umut <umut_salur@anonymised.com>
Date: 01/30/2014 5:06 AM (GMT-08:00)
To: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] Harvest From CSW Service

The URL is
http://geoportal.****.gov.tr/inspiregeoportal/csw?Request=GetCapabilities&Service=CSW&version=2.0.2

It is a arcgis server, it run clearly without problem.

Regards,

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Harvest-From-CSW-Service-tp5100870p5100919.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
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