[
https://issues.apache.org/jira/browse/TIKA-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144431#comment-17144431
]
Tim Allison edited comment on TIKA-3124 at 6/24/20, 10:01 PM:
--------------------------------------------------------------
I've seen "cannot access because used by another process" when we fork the
process and there's contention on failure, but you aren't doing that with
tika-server... Is there any chance that you have antivirus or something else
that is making use of the file? You get that error consistently on the one
triggering file but not on other files?
was (Author: [email protected]):
We get the "cannot access because used by another process" when we fork the
process, but you aren't doing that with tika-server... Is there any chance that
you have antivirus or something else that is making use of the file? You get
that error consistently on the one triggering file but not on other files?
> .MOV file crashes Tika app, causes exception on server
> ------------------------------------------------------
>
> Key: TIKA-3124
> URL: https://issues.apache.org/jira/browse/TIKA-3124
> Project: Tika
> Issue Type: Bug
> Components: app, server
> Affects Versions: 1.24.1
> Environment: Windows 7 OS
> Java:
> java version "1.8.0_211"
> Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
> Java HotSpot(TM) Client VM (build 25.211-b12, mixed mode)
> Run commands:
> app: java -jar tika-app-1.24.1.jar
> server: java -jar tika-server-1.24.1.jar -h localhost -p 5656
> Reporter: Patrick Maloney
> Priority: Major
> Attachments: CT-MOV.mov, appoutput.txt, serveroutput.txt
>
>
> Under 1.24.1, I have some issues with the attached CT-MOV.mov file.
> Dragging it on to the 1.24.1 app causes exception
> "java.lang.OutOfMemoryError: Java heap space". See attached file
> appoutput.txt for full text of exception. Increasing the max heap size up to
> 2GB does not fix this.
> Passing the file to the /meta/Content-Type uri on the 1.24.1 server results
> in a different exception. See attached file serveroutput.txt.
> Using 1.24 versions of app and server, these problems do not occur.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)