You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Alex Deparvu (JIRA)" <ji...@apache.org> on 2018/06/06 06:04:00 UTC

[jira] [Updated] (JCR-4314) ConnectionFactoryTest failing

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

Alex Deparvu updated JCR-4314:
------------------------------
    Description: 
Failing on 2.9.1 but not on 2.9.0, all of 2.10.x releases up to 2.1.0.8, all of 2.12.x releases up to 2.12.9. Good news is 2.13 works, 2.14 works, trunk works.
tested with jdk7 & jdk8, same results.

{noformat}
org.apache.jackrabbit.jca.test.ConnectionFactoryTest
[ERROR] testTransactionSupport(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 1.723 s  <<< ERROR!
javax.jcr.RepositoryException: This repository instance has been shut down.
    at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testTransactionSupport(ConnectionFactoryTest.java:122)

[ERROR] testMatching(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0 s  <<< ERROR!
javax.resource.ResourceException: Failed to create session: This repository instance has been shut down.
    at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)
Caused by: javax.jcr.RepositoryException: This repository instance has been shut down.
    at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)

[ERROR] testAllocation(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0.001 s  <<< ERROR!
javax.jcr.RepositoryException: This repository instance has been shut down.
    at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testAllocation(ConnectionFactoryTest.java:50)

[ERROR] testExceptionHandling(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0 s  <<< FAILURE!
junit.framework.AssertionFailedError
    at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testExceptionHandling(ConnectionFactoryTest.java:136)
{noformat}

> ConnectionFactoryTest failing
> -----------------------------
>
>                 Key: JCR-4314
>                 URL: https://issues.apache.org/jira/browse/JCR-4314
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jca
>    Affects Versions: 2.9.1, 2.10.1, 2.10.2
>            Reporter: Alex Deparvu
>            Priority: Major
>
> Failing on 2.9.1 but not on 2.9.0, all of 2.10.x releases up to 2.1.0.8, all of 2.12.x releases up to 2.12.9. Good news is 2.13 works, 2.14 works, trunk works.
> tested with jdk7 & jdk8, same results.
> {noformat}
> org.apache.jackrabbit.jca.test.ConnectionFactoryTest
> [ERROR] testTransactionSupport(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 1.723 s  <<< ERROR!
> javax.jcr.RepositoryException: This repository instance has been shut down.
>     at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testTransactionSupport(ConnectionFactoryTest.java:122)
> [ERROR] testMatching(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0 s  <<< ERROR!
> javax.resource.ResourceException: Failed to create session: This repository instance has been shut down.
>     at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)
> Caused by: javax.jcr.RepositoryException: This repository instance has been shut down.
>     at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testMatching(ConnectionFactoryTest.java:74)
> [ERROR] testAllocation(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0.001 s  <<< ERROR!
> javax.jcr.RepositoryException: This repository instance has been shut down.
>     at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testAllocation(ConnectionFactoryTest.java:50)
> [ERROR] testExceptionHandling(org.apache.jackrabbit.jca.test.ConnectionFactoryTest)  Time elapsed: 0 s  <<< FAILURE!
> junit.framework.AssertionFailedError
>     at org.apache.jackrabbit.jca.test.ConnectionFactoryTest.testExceptionHandling(ConnectionFactoryTest.java:136)
> {noformat}



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