Carlos S. Zamudio created TIKA-1040:
---------------------------------------

             Summary: Could not delete temporary file
                 Key: TIKA-1040
                 URL: https://issues.apache.org/jira/browse/TIKA-1040
             Project: Tika
          Issue Type: Bug
          Components: parser
    Affects Versions: 1.2
         Environment: Windows XP 64
            Reporter: Carlos S. Zamudio


Although I found an entry that suggested this had been resolved in 1.2, I 
continue to receive the exception below when attempting to extract metadata 
from a video file. In my case the file type is in the Quicktime MOV format.

org.apache.tika.exception.TikaException: TIKA-198: Illegal IOException from 
org.apache.tika.parser.mp4.MP4Parser@4413ee
        at 
org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:248)
        at 
org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
        at 
org.apache.tika.parser.AutoDetectParser.parse(AutoDetectParser.java:120)
        at test.TikaExamples_1pt2a.testTikaMetadata(TikaExamples_1pt2a.java:223)
        at test.TikaExamples_1pt2a.main(TikaExamples_1pt2a.java:60)
Caused by: java.io.IOException: Could not delete temporary file 
C:\DOCUME~1\CARLOS~1.SLA\LOCALS~1\Temp\apache-tika-1430602345143256975.tmp
        at 
org.apache.tika.io.TemporaryResources$1.close(TemporaryResources.java:70)
        at 
org.apache.tika.io.TemporaryResources.close(TemporaryResources.java:121)
        at org.apache.tika.io.TikaInputStream.close(TikaInputStream.java:637)
        at org.apache.tika.parser.mp4.MP4Parser.parse(MP4Parser.java:119)
        at 
org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
        ... 4 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to