You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Patrick Maloney (Jira)" <ji...@apache.org> on 2020/06/24 16:39:00 UTC

[jira] [Created] (TIKA-3124) .MOV file crashes Tika app, causes exception on server

Patrick Maloney created TIKA-3124:
-------------------------------------

             Summary: .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
         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)