You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hong-Thai Nguyen (JIRA)" <ji...@apache.org> on 2013/12/27 11:29:50 UTC

[jira] [Created] (TIKA-1215) Regression: Unable parse a mp3 file on 1.5 which parsed successfully on 1.4

Hong-Thai Nguyen created TIKA-1215:
--------------------------------------

             Summary: Regression: Unable parse a mp3 file on 1.5 which parsed successfully on 1.4
                 Key: TIKA-1215
                 URL: https://issues.apache.org/jira/browse/TIKA-1215
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 1.5
            Reporter: Hong-Thai Nguyen
            Priority: Critical
         Attachments: Centres 080805@0650 RTBF Matin Première - A propos des rues de Dublin et Dubreucq.mp3

With attached file, 1.5 raises this exception on parsing. This file has no problem on 1.4
{code}
...
Caused by: org.xml.sax.SAXException: Namespace http://www.w3.org/1999/xhtml not declared
	at org.apache.tika.sax.ToXMLContentHandler$ElementInfo.getPrefix(ToXMLContentHandler.java:62)
	at org.apache.tika.sax.ToXMLContentHandler$ElementInfo.getQName(ToXMLContentHandler.java:68)
	at org.apache.tika.sax.ToXMLContentHandler.startElement(ToXMLContentHandler.java:148)
	at org.apache.tika.sax.ContentHandlerDecorator.startElement(ContentHandlerDecorator.java:126)
	at org.apache.tika.sax.ContentHandlerDecorator.startElement(ContentHandlerDecorator.java:126)
	at org.apache.tika.sax.xpath.MatchingContentHandler.startElement(MatchingContentHandler.java:60)
	at org.apache.tika.sax.ContentHandlerDecorator.startElement(ContentHandlerDecorator.java:126)
	at org.apache.tika.sax.ContentHandlerDecorator.startElement(ContentHandlerDecorator.java:126)
	at org.apache.tika.sax.ContentHandlerDecorator.startElement(ContentHandlerDecorator.java:126)
	at org.apache.tika.sax.SafeContentHandler.startElement(SafeContentHandler.java:264)
	at org.apache.tika.sax.XHTMLContentHandler.startElement(XHTMLContentHandler.java:254)
	at org.apache.tika.sax.XHTMLContentHandler.startElement(XHTMLContentHandler.java:284)
	at org.apache.tika.sax.XHTMLContentHandler.element(XHTMLContentHandler.java:323)
	at org.apache.tika.parser.mp3.Mp3Parser.parse(Mp3Parser.java:107)
	at org.apache.tika.parser.ParserDecorator.parse(ParserDecorator.java:91)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
	at com.polyspot.document.converter.DocumentConverter.realizeTikaConversion(DocumentConverter.java:221)
	... 15 more
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)