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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2015/11/04 10:53:27 UTC

[jira] [Created] (OAK-3582) Background split may throws NPE

Marcel Reutegger created OAK-3582:
-------------------------------------

             Summary: Background split may throws NPE
                 Key: OAK-3582
                 URL: https://issues.apache.org/jira/browse/OAK-3582
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, mongomk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger
            Priority: Minor
             Fix For: 1.3.10


This issue only occurs in current trunk and no released version of Oak.

{noformat}
java.lang.NullPointerException: null
	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry.<init>(RevisionEntry.java:46) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore.create(MongoDocumentStore.java:882) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.util.LeaseCheckDocumentStoreWrapper.create(LeaseCheckDocumentStoreWrapper.java:112) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.backgroundSplit(DocumentNodeStore.java:1998) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.internalRunBackgroundUpdateOperations(DocumentNodeStore.java:1660) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.runBackgroundUpdateOperations(DocumentNodeStore.java:1640) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore$BackgroundOperation.execute(DocumentNodeStore.java:2612) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore$NodeStoreTask.run(DocumentNodeStore.java:2587) ~[oak-run-1.4-SNAPSHOT.jar:1.4-SNAPSHOT]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)