[pycsw-devel] SOS Harvesting Error

dan at inlet.geol.sc.edu dan at inlet.geol.sc.edu
Tue Oct 28 08:46:49 PDT 2014


I've apparently taken a step further back, I can't make the parsing happen
at all now.
On the "client end" when I run the command python bin/pycsw-admin.py -c
post_xml -u http://129.252.139.196:8080 -x Harvest-sos100.xml

I get the error:
Executing HTTP POST request Harvest-sos100.xml on server
http://129.252.139.196:8080
Traceback (most recent call last):
  File "bin/pycsw-admin.py", line 246, in <module>
    print admin.post_xml(CSW_URL, XML, TIMEOUT)
  File
"/usr/local/virtualenv/venv-2.7.8/lib/python2.7/site-packages/pycsw/admin.py",
line 495, in post_xml
    raise RuntimeError(err)
RuntimeError: timed out

On the local server I see:
Traceback (most recent call last):
  File "/usr/local/src/python/lib/python2.7/wsgiref/handlers.py", line 86,
in run
    self.finish_response()
  File "/usr/local/src/python/lib/python2.7/wsgiref/handlers.py", line
128, in finish_response
    self.write(data)
  File "/usr/local/src/python/lib/python2.7/wsgiref/handlers.py", line
212, in write
    self.send_headers()
  File "/usr/local/src/python/lib/python2.7/wsgiref/handlers.py", line
270, in send_headers
    self.send_preamble()
  File "/usr/local/src/python/lib/python2.7/wsgiref/handlers.py", line
194, in send_preamble
    'Date: %s\r\n' % format_date_time(time.time())
  File "/usr/local/src/python/lib/python2.7/socket.py", line 324, in write
    self.flush()
  File "/usr/local/src/python/lib/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
129.252.139.68 - - [28/Oct/2014 08:38:15] "POST / HTTP/1.1" 500 59
----------------------------------------
Exception happened during processing of request from ('129.252.139.68',
51289)
Traceback (most recent call last):
  File "/usr/local/src/python/lib/python2.7/SocketServer.py", line 295, in
_handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/local/src/python/lib/python2.7/SocketServer.py", line 321, in
process_request
    self.finish_request(request, client_address)
  File "/usr/local/src/python/lib/python2.7/SocketServer.py", line 334, in
finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/src/python/lib/python2.7/SocketServer.py", line 653, in
__init__
    self.finish()
  File "/usr/local/src/python/lib/python2.7/SocketServer.py", line 712, in
finish
    self.wfile.close()
  File "/usr/local/src/python/lib/python2.7/socket.py", line 279, in close
    self.flush()
  File "/usr/local/src/python/lib/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------

and finally in the log:
file=/home/madrona/src/pycsw/pycsw/server.py line=2331 module=server
function=_write_response Response:
<ows:ExceptionReport xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:inspire_common="http://inspire.ec.europa.eu/schemas/common/1.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:ows="http://www.opengis.net/ows"
xmlns:apiso="http://www.opengis.net/cat/csw/apiso/1.0"
xmlns:gml="http://www.opengis.net/gml"
xmlns:dif="http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:srv="http://www.isotc211.org/2005/srv"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:fgdc="http://www.opengis.net/cat/csw/csdgm"
xmlns:inspire_ds="http://inspire.ec.europa.eu/schemas/inspire_ds/1.0"
xmlns:csw="http://www.opengis.net/cat/csw/2.0.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:os="http://a9.com/-/spec/opensearch/1.1/"
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
language="en-US" version="1.2.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd">
  <ows:Exception exceptionCode="NoApplicableCode" locator="source">
    <ows:ExceptionText>Harvest failed: record parsing failed:
</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>




More information about the pycsw-devel mailing list