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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2017/10/18 12:30:01 UTC

[jira] [Updated] (OAK-6845) JCR integration tests on java 9 fails with OutOfMemory

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

Julian Reschke updated OAK-6845:
--------------------------------
    Summary: JCR integration tests on java 9 fails with OutOfMemory  (was: JCR IntegrationTests on java 9 fails with OutOfMemory)

> JCR integration tests on java 9 fails with OutOfMemory
> ------------------------------------------------------
>
>                 Key: OAK-6845
>                 URL: https://issues.apache.org/jira/browse/OAK-6845
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>            Reporter: Julian Reschke
>
> {noformat}
> Running org.apache.jackrabbit.oak.jcr.query.QueryJcrTest1IT
> java.lang.OutOfMemoryError: Java heap space
> Dumping heap to java_pid12624.hprof ...
> Heap dump file created [824135841 bytes in 1.940 secs]
> Exception in thread "FileStore background tasks" Exception in thread "FileStore background tasks" java.lang.IllegalMonitorStateException
>         at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1962)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1141)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
>         at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)java.lang.IllegalMonitorStateException
>         at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1962)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1141)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)Exception in thread "Thread-13" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "FileStore background tasks" java.lang.IllegalMonitorStateException
>         at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1962)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1141)
>         at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
>         at java.base/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
>         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
>         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
>         at java.base/java.lang.Thread.run(Thread.java:844)
> Exception in thread "surefire-forkedjvm-command-thread" java.lang.OutOfMemoryError: Java heap space
> Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "FileStore background tasks"
> Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "FileStore background tasks"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)