You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tyler Palsulich (JIRA)" <ji...@apache.org> on 2015/03/04 01:36:05 UTC

[jira] [Resolved] (TIKA-1040) Could not delete temporary file

     [ https://issues.apache.org/jira/browse/TIKA-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tyler Palsulich resolved TIKA-1040.
-----------------------------------
    Resolution: Fixed

Marking as Fixed since we updated the underlying dependencies in the other issue. If you're still running into this and have a file which causes the exception, please reopen!

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)