You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2018/05/24 13:47:00 UTC

[jira] [Created] (OAK-7508) Text extraction timeout can lead to NPE

Thomas Mueller created OAK-7508:
-----------------------------------

             Summary: Text extraction timeout can lead to NPE
                 Key: OAK-7508
                 URL: https://issues.apache.org/jira/browse/OAK-7508
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: indexing, query
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


A text extraction timeout can lead to the following NullPointerException:

{noformat}
java.lang.NullPointerException: null
         at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
         at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
         at org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache.putTimeout(ExtractedTextCache.java:161)
         at org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor.parseStringValue0(BinaryTextExtractor.java:174)
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)