XMLSyntaxError

Bug #1307316 reported by suneel kumra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Expired
Undecided
Unassigned

Bug Description

Request Headers:
  HOST: localhost:9081
  Remote-Addr: 127.0.0.1
  USER-AGENT: HTTP_Request2/2.1.1 (http://pear.php.net/package/http_request2) PHP/5.5.3-1ubuntu2.3
  ACCEPT-ENCODING: gzip, deflate
[14/Apr/2014:11:47:36] HTTP Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/usr/local/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/var/www/Project_Runway/python/src/main.py", line 112, in json_handler
    value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/var/www/Project_Runway/python/src/handlers/causes.py", line 110, in GET
    ret = success(**self.cause_service.search(**kwargs))
  File "/var/www/Project_Runway/python/src/services/causes/cause_service.py", line 375, in search
    search_result = source(country).search(*args, filters=filters)
  File "/var/www/Project_Runway/python/src/services/causes/sources/local.py", line 145, in search
    total_count = solr_query.count()
  File "/usr/local/lib/python2.7/dist-packages/sunburnt/search.py", line 505, in count
    response = self.paginate(rows=0).execute()
  File "/usr/local/lib/python2.7/dist-packages/sunburnt/search.py", line 599, in execute
    result = self.interface.search(**self.options())
  File "/usr/local/lib/python2.7/dist-packages/sunburnt/sunburnt.py", line 212, in search
    return self.schema.parse_response(self.conn.select(params))
  File "/usr/local/lib/python2.7/dist-packages/sunburnt/schema.py", line 510, in parse_response
    return SolrResponse(self, msg)
  File "/usr/local/lib/python2.7/dist-packages/sunburnt/schema.py", line 643, in __init__
    doc = lxml.etree.fromstring(xmlmsg)
  File "lxml.etree.pyx", line 2532, in lxml.etree.fromstring (src/lxml/lxml.etree.c:48270)
  File "parser.pxi", line 1545, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:71812)
  File "parser.pxi", line 1424, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:70673)
  File "parser.pxi", line 938, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:67442)
  File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:63824)
  File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:64745)
  File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64088)
XMLSyntaxError: Opening and ending tag mismatch: link line 41 and head, line 52, column 8

Revision history for this message
Thomas Herve (therve) wrote :

Could you give more information? We'd need some more details to be able to reproduce it. Thanks.

Changed in heat:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for heat because there has been no activity for 60 days.]

Changed in heat:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.